From: Laurent Pinchart Date: Thu, 10 Dec 2009 01:31:21 +0000 (-0300) Subject: V4L/DVB (13826): uvcvideo: Fix controls blacklisting X-Git-Tag: v2.6.33-rc5~24^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=385097e08b9c24655626ed760bc67eb7e50115a0;p=pandora-kernel.git V4L/DVB (13826): uvcvideo: Fix controls blacklisting The control blacklisting code erroneously used usb_match_id() by passing a pointer to a usb_device_id structure instead of an array of such structures. Replace the usb_match_id() call by usb_match_id_one(). Thanks to Paulo Assis for diagnosing the bug and providing an initial fix. Signed-off-by: Laurent Pinchart Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed