diff options
Diffstat (limited to 'drivers/media/video/gspca/vc032x.c')
-rw-r--r-- | drivers/media/video/gspca/vc032x.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/drivers/media/video/gspca/vc032x.c b/drivers/media/video/gspca/vc032x.c index 5cf1af96d5f5..a4221753e1bf 100644 --- a/drivers/media/video/gspca/vc032x.c +++ b/drivers/media/video/gspca/vc032x.c | |||
@@ -1749,14 +1749,14 @@ static const struct sd_desc sd_desc = { | |||
1749 | 1749 | ||
1750 | /* -- module initialisation -- */ | 1750 | /* -- module initialisation -- */ |
1751 | static const __devinitdata struct usb_device_id device_table[] = { | 1751 | static const __devinitdata struct usb_device_id device_table[] = { |
1752 | {USB_DEVICE(0x046d, 0x0892), BRIDGE_VC0321}, | 1752 | {USB_DEVICE(0x046d, 0x0892), .driver_info = BRIDGE_VC0321}, |
1753 | {USB_DEVICE(0x046d, 0x0896), BRIDGE_VC0321}, | 1753 | {USB_DEVICE(0x046d, 0x0896), .driver_info = BRIDGE_VC0321}, |
1754 | {USB_DEVICE(0x0ac8, 0x0321), BRIDGE_VC0321}, | 1754 | {USB_DEVICE(0x0ac8, 0x0321), .driver_info = BRIDGE_VC0321}, |
1755 | {USB_DEVICE(0x0ac8, 0x0323), BRIDGE_VC0323}, | 1755 | {USB_DEVICE(0x0ac8, 0x0323), .driver_info = BRIDGE_VC0323}, |
1756 | {USB_DEVICE(0x0ac8, 0x0328), BRIDGE_VC0321}, | 1756 | {USB_DEVICE(0x0ac8, 0x0328), .driver_info = BRIDGE_VC0321}, |
1757 | {USB_DEVICE(0x0ac8, 0xc001), BRIDGE_VC0321}, | 1757 | {USB_DEVICE(0x0ac8, 0xc001), .driver_info = BRIDGE_VC0321}, |
1758 | {USB_DEVICE(0x0ac8, 0xc002), BRIDGE_VC0321}, | 1758 | {USB_DEVICE(0x0ac8, 0xc002), .driver_info = BRIDGE_VC0321}, |
1759 | {USB_DEVICE(0x17ef, 0x4802), BRIDGE_VC0323}, | 1759 | {USB_DEVICE(0x17ef, 0x4802), .driver_info = BRIDGE_VC0323}, |
1760 | {} | 1760 | {} |
1761 | }; | 1761 | }; |
1762 | MODULE_DEVICE_TABLE(usb, device_table); | 1762 | MODULE_DEVICE_TABLE(usb, device_table); |