diff options
| author | Erik Andrén <erik.andren@gmail.com> | 2010-03-08 23:16:00 +0300 | 
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-05-07 02:19:04 +0400 | 
| commit | 55e0b489a39bb635a44f769d620e44c70d9c065b (patch) | |
| tree | efdc3c310aa74ae5bc507f2b8ad7c5ce77d98fbd | |
| parent | a76b9f49ba58d081e373080ff75130673140d3f1 (diff) | |
| download | linux-55e0b489a39bb635a44f769d620e44c70d9c065b.tar.xz | |
V4L/DVB: gspca - stv06xx: Remove the 046d:08da from the stv06xx driver
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>
| -rw-r--r-- | drivers/media/video/gspca/stv06xx/stv06xx.c | 2 | 
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 af73da34c83f..14f179a19485 100644 --- a/drivers/media/video/gspca/stv06xx/stv06xx.c +++ b/drivers/media/video/gspca/stv06xx/stv06xx.c @@ -524,8 +524,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);  | 
