aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/media/video/gspca/vc032x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/gspca/vc032x.c b/drivers/media/video/gspca/vc032x.c
index 4ffdc64e2016..be1507ac0262 100644
--- a/drivers/media/video/gspca/vc032x.c
+++ b/drivers/media/video/gspca/vc032x.c
@@ -2527,7 +2527,7 @@ static const struct sd_desc sd_desc = {
2527 2527
2528/* -- module initialisation -- */ 2528/* -- module initialisation -- */
2529static const __devinitdata struct usb_device_id device_table[] = { 2529static const __devinitdata struct usb_device_id device_table[] = {
2530 {USB_DEVICE(0x041e, 0x405b), .driver_info = BRIDGE_VC0321}, 2530 {USB_DEVICE(0x041e, 0x405b), .driver_info = BRIDGE_VC0323},
2531 {USB_DEVICE(0x046d, 0x0892), .driver_info = BRIDGE_VC0321}, 2531 {USB_DEVICE(0x046d, 0x0892), .driver_info = BRIDGE_VC0321},
2532 {USB_DEVICE(0x046d, 0x0896), .driver_info = BRIDGE_VC0321}, 2532 {USB_DEVICE(0x046d, 0x0896), .driver_info = BRIDGE_VC0321},
2533 {USB_DEVICE(0x046d, 0x0897), .driver_info = BRIDGE_VC0321}, 2533 {USB_DEVICE(0x046d, 0x0897), .driver_info = BRIDGE_VC0321},