aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/gspca/vc032x.c
diff options
context:
space:
mode:
authorJean-Francois Moine <moinejf@free.fr>2008-07-26 13:30:01 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-07-27 10:06:46 -0400
commit87581aa5f10959224fc7e1a30ac9af53949d0ef2 (patch)
tree99c47a1f4dc027df6f43d7922f73fce75b641a97 /drivers/media/video/gspca/vc032x.c
parent5da162e7e2246851b6d5899688bba5b25a7fea3e (diff)
V4L/DVB (8520): gspca: Bad webcam information in some modules since 28b8203a830e.
Signed-off-by: Jean-Francois Moine <moinejf@free.fr> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/gspca/vc032x.c')
-rw-r--r--drivers/media/video/gspca/vc032x.c16
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 -- */
1751static const __devinitdata struct usb_device_id device_table[] = { 1751static 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};
1762MODULE_DEVICE_TABLE(usb, device_table); 1762MODULE_DEVICE_TABLE(usb, device_table);