diff options
Diffstat (limited to 'drivers/media/video/gspca/sonixb.c')
-rw-r--r-- | drivers/media/video/gspca/sonixb.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/gspca/sonixb.c b/drivers/media/video/gspca/sonixb.c index 3dbeadf23e19..95a6a8e98b97 100644 --- a/drivers/media/video/gspca/sonixb.c +++ b/drivers/media/video/gspca/sonixb.c | |||
@@ -858,6 +858,7 @@ static struct sd_desc sd_desc = { | |||
858 | /* -- module initialisation -- */ | 858 | /* -- module initialisation -- */ |
859 | #define DVNM(name) .driver_info = (kernel_ulong_t) name | 859 | #define DVNM(name) .driver_info = (kernel_ulong_t) name |
860 | static __devinitdata struct usb_device_id device_table[] = { | 860 | static __devinitdata struct usb_device_id device_table[] = { |
861 | #ifndef CONFIG_USB_SN9C102 | ||
861 | {USB_DEVICE(0x0c45, 0x6001), DVNM("Genius VideoCAM NB")}, | 862 | {USB_DEVICE(0x0c45, 0x6001), DVNM("Genius VideoCAM NB")}, |
862 | {USB_DEVICE(0x0c45, 0x6005), DVNM("Sweex Tas5110")}, | 863 | {USB_DEVICE(0x0c45, 0x6005), DVNM("Sweex Tas5110")}, |
863 | {USB_DEVICE(0x0c45, 0x6007), DVNM("Sonix sn9c101 + Tas5110D")}, | 864 | {USB_DEVICE(0x0c45, 0x6007), DVNM("Sonix sn9c101 + Tas5110D")}, |
@@ -874,6 +875,7 @@ static __devinitdata struct usb_device_id device_table[] = { | |||
874 | {USB_DEVICE(0x0c45, 0x602e), DVNM("Genius VideoCam Messenger")}, | 875 | {USB_DEVICE(0x0c45, 0x602e), DVNM("Genius VideoCam Messenger")}, |
875 | {USB_DEVICE(0x0c45, 0x60af), DVNM("Trust WB3100P")}, | 876 | {USB_DEVICE(0x0c45, 0x60af), DVNM("Trust WB3100P")}, |
876 | {USB_DEVICE(0x0c45, 0x60b0), DVNM("Genius VideoCam Look")}, | 877 | {USB_DEVICE(0x0c45, 0x60b0), DVNM("Genius VideoCam Look")}, |
878 | #endif | ||
877 | {} | 879 | {} |
878 | }; | 880 | }; |
879 | MODULE_DEVICE_TABLE(usb, device_table); | 881 | MODULE_DEVICE_TABLE(usb, device_table); |