summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/gspca/vc032x.c
diff options
context:
space:
mode:
Diffstat (limited to 'linux/drivers/media/video/gspca/vc032x.c')
-rw-r--r--linux/drivers/media/video/gspca/vc032x.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/linux/drivers/media/video/gspca/vc032x.c b/linux/drivers/media/video/gspca/vc032x.c
index a83944228..4c4daf6ec 100644
--- a/linux/drivers/media/video/gspca/vc032x.c
+++ b/linux/drivers/media/video/gspca/vc032x.c
@@ -1946,14 +1946,14 @@ static const struct sd_desc sd_desc = {
/* -- module initialisation -- */
static const __devinitdata struct usb_device_id device_table[] = {
- {USB_DEVICE(0x046d, 0x0892), BRIDGE_VC0321},
- {USB_DEVICE(0x046d, 0x0896), BRIDGE_VC0321},
- {USB_DEVICE(0x0ac8, 0x0321), BRIDGE_VC0321},
- {USB_DEVICE(0x0ac8, 0x0323), BRIDGE_VC0323},
- {USB_DEVICE(0x0ac8, 0x0328), BRIDGE_VC0321},
- {USB_DEVICE(0x0ac8, 0xc001), BRIDGE_VC0321},
- {USB_DEVICE(0x0ac8, 0xc002), BRIDGE_VC0321},
- {USB_DEVICE(0x17ef, 0x4802), BRIDGE_VC0323},
+ {USB_DEVICE(0x046d, 0x0892), .driver_info = BRIDGE_VC0321},
+ {USB_DEVICE(0x046d, 0x0896), .driver_info = BRIDGE_VC0321},
+ {USB_DEVICE(0x0ac8, 0x0321), .driver_info = BRIDGE_VC0321},
+ {USB_DEVICE(0x0ac8, 0x0323), .driver_info = BRIDGE_VC0323},
+ {USB_DEVICE(0x0ac8, 0x0328), .driver_info = BRIDGE_VC0321},
+ {USB_DEVICE(0x0ac8, 0xc001), .driver_info = BRIDGE_VC0321},
+ {USB_DEVICE(0x0ac8, 0xc002), .driver_info = BRIDGE_VC0321},
+ {USB_DEVICE(0x17ef, 0x4802), .driver_info = BRIDGE_VC0323},
{}
};
MODULE_DEVICE_TABLE(usb, device_table);