summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorErik Andrén <erik.andren@gmail.com>2010-03-08 17:16:00 -0300
committerGreg Kroah-Hartman <gregkh@suse.de>2010-07-05 11:15:36 -0700
commit2e53d4f2db2b0c204c39b56ad5ca99ce051292a3 (patch)
tree30299b48f719e79f12d78dfe137374f3105e9c8a /drivers
parent3248102fb17e21a7cdf73e4a9a55044b8affe286 (diff)
downloadkernel-crypto-2e53d4f2db2b0c204c39b56ad5ca99ce051292a3.tar.gz
kernel-crypto-2e53d4f2db2b0c204c39b56ad5ca99ce051292a3.tar.xz
kernel-crypto-2e53d4f2db2b0c204c39b56ad5ca99ce051292a3.zip
V4L/DVB: gspca - stv06xx: Remove the 046d:08da from the stv06xx driver
commit 55e0b489a39bb635a44f769d620e44c70d9c065b upstream. The 046d:08da usb id shouldn't be associated with the stv06xx driver as they're not compatible with each other. This fixes a bug where Quickcam Messenger cams fail to use its proper driver (gspca-zc3xx), rendering the camera inoperable. Signed-off-by: Erik Andrén <erik.andren@gmail.com> Tested-by: Gabriel Craciunescu <nix.or.die@googlemail.com> Signed-off-by: Jean-François Moine <moinejf@free.fr> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/media/video/gspca/stv06xx/stv06xx.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/video/gspca/stv06xx/stv06xx.c b/drivers/media/video/gspca/stv06xx/stv06xx.c
index 5d0241bb161..06e0e86d4c5 100644
--- a/drivers/media/video/gspca/stv06xx/stv06xx.c
+++ b/drivers/media/video/gspca/stv06xx/stv06xx.c
@@ -496,8 +496,6 @@ static const __devinitdata struct usb_device_id device_table[] = {
{USB_DEVICE(0x046D, 0x08F5), .driver_info = BRIDGE_ST6422 },
/* QuickCam Messenger (new) */
{USB_DEVICE(0x046D, 0x08F6), .driver_info = BRIDGE_ST6422 },
- /* QuickCam Messenger (new) */
- {USB_DEVICE(0x046D, 0x08DA), .driver_info = BRIDGE_ST6422 },
{}
};
MODULE_DEVICE_TABLE(usb, device_table);