diff options
author | Jean-Francois Moine <moinejf@free.fr> | 2008-12-29 07:06:09 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-12-30 06:40:07 -0500 |
commit | da3bcb5d909925397715dff4a7584f21f9857bfa (patch) | |
tree | 1bef707fefd0ec85ef859320d41625c36d046f2e /drivers/media/video/gspca/vc032x.c | |
parent | cc611b8aef7a8a9a2e614f1bdf3e2b8f066c8c8d (diff) |
V4L/DVB (10050): gspca - vc032x: Webcam 046d:0897 added.
Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/gspca/vc032x.c')
-rw-r--r-- | drivers/media/video/gspca/vc032x.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/gspca/vc032x.c b/drivers/media/video/gspca/vc032x.c index 71335dad433a..0525ea51a6de 100644 --- a/drivers/media/video/gspca/vc032x.c +++ b/drivers/media/video/gspca/vc032x.c | |||
@@ -2426,6 +2426,7 @@ static const struct sd_desc sd_desc = { | |||
2426 | static const __devinitdata struct usb_device_id device_table[] = { | 2426 | static const __devinitdata struct usb_device_id device_table[] = { |
2427 | {USB_DEVICE(0x046d, 0x0892), .driver_info = BRIDGE_VC0321}, | 2427 | {USB_DEVICE(0x046d, 0x0892), .driver_info = BRIDGE_VC0321}, |
2428 | {USB_DEVICE(0x046d, 0x0896), .driver_info = BRIDGE_VC0321}, | 2428 | {USB_DEVICE(0x046d, 0x0896), .driver_info = BRIDGE_VC0321}, |
2429 | {USB_DEVICE(0x046d, 0x0897), .driver_info = BRIDGE_VC0321}, | ||
2429 | {USB_DEVICE(0x0ac8, 0x0321), .driver_info = BRIDGE_VC0321}, | 2430 | {USB_DEVICE(0x0ac8, 0x0321), .driver_info = BRIDGE_VC0321}, |
2430 | {USB_DEVICE(0x0ac8, 0x0323), .driver_info = BRIDGE_VC0323}, | 2431 | {USB_DEVICE(0x0ac8, 0x0323), .driver_info = BRIDGE_VC0323}, |
2431 | {USB_DEVICE(0x0ac8, 0x0328), .driver_info = BRIDGE_VC0321}, | 2432 | {USB_DEVICE(0x0ac8, 0x0328), .driver_info = BRIDGE_VC0321}, |