aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/gspca/spca508.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/gspca/spca508.c')
-rw-r--r--drivers/media/video/gspca/spca508.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/drivers/media/video/gspca/spca508.c b/drivers/media/video/gspca/spca508.c
index 4378e966edcc..b608a27ad115 100644
--- a/drivers/media/video/gspca/spca508.c
+++ b/drivers/media/video/gspca/spca508.c
@@ -1643,13 +1643,13 @@ static const struct sd_desc sd_desc = {
1643 1643
1644/* -- module initialisation -- */ 1644/* -- module initialisation -- */
1645static const __devinitdata struct usb_device_id device_table[] = { 1645static const __devinitdata struct usb_device_id device_table[] = {
1646 {USB_DEVICE(0x0130, 0x0130), HamaUSBSightcam}, 1646 {USB_DEVICE(0x0130, 0x0130), .driver_info = HamaUSBSightcam},
1647 {USB_DEVICE(0x041e, 0x4018), CreativeVista}, 1647 {USB_DEVICE(0x041e, 0x4018), .driver_info = CreativeVista},
1648 {USB_DEVICE(0x0461, 0x0815), MicroInnovationIC200}, 1648 {USB_DEVICE(0x0461, 0x0815), .driver_info = MicroInnovationIC200},
1649 {USB_DEVICE(0x0733, 0x0110), ViewQuestVQ110}, 1649 {USB_DEVICE(0x0733, 0x0110), .driver_info = ViewQuestVQ110},
1650 {USB_DEVICE(0x0af9, 0x0010), HamaUSBSightcam}, 1650 {USB_DEVICE(0x0af9, 0x0010), .driver_info = HamaUSBSightcam},
1651 {USB_DEVICE(0x0af9, 0x0011), HamaUSBSightcam2}, 1651 {USB_DEVICE(0x0af9, 0x0011), .driver_info = HamaUSBSightcam2},
1652 {USB_DEVICE(0x8086, 0x0110), IntelEasyPCCamera}, 1652 {USB_DEVICE(0x8086, 0x0110), .driver_info = IntelEasyPCCamera},
1653 {} 1653 {}
1654}; 1654};
1655MODULE_DEVICE_TABLE(usb, device_table); 1655MODULE_DEVICE_TABLE(usb, device_table);