diff options
author | Jean-Francois Moine <moinejf@free.fr> | 2008-07-26 13:30:01 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-27 10:06:46 -0400 |
commit | 87581aa5f10959224fc7e1a30ac9af53949d0ef2 (patch) | |
tree | 99c47a1f4dc027df6f43d7922f73fce75b641a97 | |
parent | 5da162e7e2246851b6d5899688bba5b25a7fea3e (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>
-rw-r--r-- | drivers/media/video/gspca/spca500.c | 30 | ||||
-rw-r--r-- | drivers/media/video/gspca/spca501.c | 14 | ||||
-rw-r--r-- | drivers/media/video/gspca/spca505.c | 4 | ||||
-rw-r--r-- | drivers/media/video/gspca/spca508.c | 14 | ||||
-rw-r--r-- | drivers/media/video/gspca/spca561.c | 30 | ||||
-rw-r--r-- | drivers/media/video/gspca/vc032x.c | 16 |
6 files changed, 54 insertions, 54 deletions
diff --git a/drivers/media/video/gspca/spca500.c b/drivers/media/video/gspca/spca500.c index 66cf2b684b7c..17fe2c2a440d 100644 --- a/drivers/media/video/gspca/spca500.c +++ b/drivers/media/video/gspca/spca500.c | |||
@@ -1061,21 +1061,21 @@ static struct sd_desc sd_desc = { | |||
1061 | 1061 | ||
1062 | /* -- module initialisation -- */ | 1062 | /* -- module initialisation -- */ |
1063 | static const __devinitdata struct usb_device_id device_table[] = { | 1063 | static const __devinitdata struct usb_device_id device_table[] = { |
1064 | {USB_DEVICE(0x040a, 0x0300), KodakEZ200}, | 1064 | {USB_DEVICE(0x040a, 0x0300), .driver_info = KodakEZ200}, |
1065 | {USB_DEVICE(0x041e, 0x400a), CreativePCCam300}, | 1065 | {USB_DEVICE(0x041e, 0x400a), .driver_info = CreativePCCam300}, |
1066 | {USB_DEVICE(0x046d, 0x0890), LogitechTraveler}, | 1066 | {USB_DEVICE(0x046d, 0x0890), .driver_info = LogitechTraveler}, |
1067 | {USB_DEVICE(0x046d, 0x0900), LogitechClickSmart310}, | 1067 | {USB_DEVICE(0x046d, 0x0900), .driver_info = LogitechClickSmart310}, |
1068 | {USB_DEVICE(0x046d, 0x0901), LogitechClickSmart510}, | 1068 | {USB_DEVICE(0x046d, 0x0901), .driver_info = LogitechClickSmart510}, |
1069 | {USB_DEVICE(0x04a5, 0x300c), BenqDC1016}, | 1069 | {USB_DEVICE(0x04a5, 0x300c), .driver_info = BenqDC1016}, |
1070 | {USB_DEVICE(0x04fc, 0x7333), PalmPixDC85}, | 1070 | {USB_DEVICE(0x04fc, 0x7333), .driver_info = PalmPixDC85}, |
1071 | {USB_DEVICE(0x055f, 0xc200), MustekGsmart300}, | 1071 | {USB_DEVICE(0x055f, 0xc200), .driver_info = MustekGsmart300}, |
1072 | {USB_DEVICE(0x055f, 0xc220), Gsmartmini}, | 1072 | {USB_DEVICE(0x055f, 0xc220), .driver_info = Gsmartmini}, |
1073 | {USB_DEVICE(0x06bd, 0x0404), AgfaCl20}, | 1073 | {USB_DEVICE(0x06bd, 0x0404), .driver_info = AgfaCl20}, |
1074 | {USB_DEVICE(0x06be, 0x0800), Optimedia}, | 1074 | {USB_DEVICE(0x06be, 0x0800), .driver_info = Optimedia}, |
1075 | {USB_DEVICE(0x084d, 0x0003), DLinkDSC350}, | 1075 | {USB_DEVICE(0x084d, 0x0003), .driver_info = DLinkDSC350}, |
1076 | {USB_DEVICE(0x08ca, 0x0103), AiptekPocketDV}, | 1076 | {USB_DEVICE(0x08ca, 0x0103), .driver_info = AiptekPocketDV}, |
1077 | {USB_DEVICE(0x2899, 0x012c), ToptroIndus}, | 1077 | {USB_DEVICE(0x2899, 0x012c), .driver_info = ToptroIndus}, |
1078 | {USB_DEVICE(0x8086, 0x0630), IntelPocketPCCamera}, | 1078 | {USB_DEVICE(0x8086, 0x0630), .driver_info = IntelPocketPCCamera}, |
1079 | {} | 1079 | {} |
1080 | }; | 1080 | }; |
1081 | MODULE_DEVICE_TABLE(usb, device_table); | 1081 | MODULE_DEVICE_TABLE(usb, device_table); |
diff --git a/drivers/media/video/gspca/spca501.c b/drivers/media/video/gspca/spca501.c index a8a460c6eb0c..51a3c3429ef0 100644 --- a/drivers/media/video/gspca/spca501.c +++ b/drivers/media/video/gspca/spca501.c | |||
@@ -2130,13 +2130,13 @@ static const struct sd_desc sd_desc = { | |||
2130 | 2130 | ||
2131 | /* -- module initialisation -- */ | 2131 | /* -- module initialisation -- */ |
2132 | static const __devinitdata struct usb_device_id device_table[] = { | 2132 | static const __devinitdata struct usb_device_id device_table[] = { |
2133 | {USB_DEVICE(0x040a, 0x0002), KodakDVC325}, | 2133 | {USB_DEVICE(0x040a, 0x0002), .driver_info = KodakDVC325}, |
2134 | {USB_DEVICE(0x0497, 0xc001), SmileIntlCamera}, | 2134 | {USB_DEVICE(0x0497, 0xc001), .driver_info = SmileIntlCamera}, |
2135 | {USB_DEVICE(0x0506, 0x00df), ThreeComHomeConnectLite}, | 2135 | {USB_DEVICE(0x0506, 0x00df), .driver_info = ThreeComHomeConnectLite}, |
2136 | {USB_DEVICE(0x0733, 0x0401), IntelCreateAndShare}, | 2136 | {USB_DEVICE(0x0733, 0x0401), .driver_info = IntelCreateAndShare}, |
2137 | {USB_DEVICE(0x0733, 0x0402), ViewQuestM318B}, | 2137 | {USB_DEVICE(0x0733, 0x0402), .driver_info = ViewQuestM318B}, |
2138 | {USB_DEVICE(0x1776, 0x501c), Arowana300KCMOSCamera}, | 2138 | {USB_DEVICE(0x1776, 0x501c), .driver_info = Arowana300KCMOSCamera}, |
2139 | {USB_DEVICE(0x0000, 0x0000), MystFromOriUnknownCamera}, | 2139 | {USB_DEVICE(0x0000, 0x0000), .driver_info = MystFromOriUnknownCamera}, |
2140 | {} | 2140 | {} |
2141 | }; | 2141 | }; |
2142 | MODULE_DEVICE_TABLE(usb, device_table); | 2142 | MODULE_DEVICE_TABLE(usb, device_table); |
diff --git a/drivers/media/video/gspca/spca505.c b/drivers/media/video/gspca/spca505.c index 32ffe5556061..3c2be80cbd65 100644 --- a/drivers/media/video/gspca/spca505.c +++ b/drivers/media/video/gspca/spca505.c | |||
@@ -835,8 +835,8 @@ static const struct sd_desc sd_desc = { | |||
835 | 835 | ||
836 | /* -- module initialisation -- */ | 836 | /* -- module initialisation -- */ |
837 | static const __devinitdata struct usb_device_id device_table[] = { | 837 | static const __devinitdata struct usb_device_id device_table[] = { |
838 | {USB_DEVICE(0x041e, 0x401d), Nxultra}, | 838 | {USB_DEVICE(0x041e, 0x401d), .driver_info = Nxultra}, |
839 | {USB_DEVICE(0x0733, 0x0430), IntelPCCameraPro}, | 839 | {USB_DEVICE(0x0733, 0x0430), .driver_info = IntelPCCameraPro}, |
840 | /*fixme: may be UsbGrabberPV321 BRIDGE_SPCA506 SENSOR_SAA7113 */ | 840 | /*fixme: may be UsbGrabberPV321 BRIDGE_SPCA506 SENSOR_SAA7113 */ |
841 | {} | 841 | {} |
842 | }; | 842 | }; |
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 -- */ |
1645 | static const __devinitdata struct usb_device_id device_table[] = { | 1645 | static 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 | }; |
1655 | MODULE_DEVICE_TABLE(usb, device_table); | 1655 | MODULE_DEVICE_TABLE(usb, device_table); |
diff --git a/drivers/media/video/gspca/spca561.c b/drivers/media/video/gspca/spca561.c index 3b46f7dda641..a26174508cb9 100644 --- a/drivers/media/video/gspca/spca561.c +++ b/drivers/media/video/gspca/spca561.c | |||
@@ -975,21 +975,21 @@ static const struct sd_desc sd_desc = { | |||
975 | 975 | ||
976 | /* -- module initialisation -- */ | 976 | /* -- module initialisation -- */ |
977 | static const __devinitdata struct usb_device_id device_table[] = { | 977 | static const __devinitdata struct usb_device_id device_table[] = { |
978 | {USB_DEVICE(0x041e, 0x401a), Rev072A}, | 978 | {USB_DEVICE(0x041e, 0x401a), .driver_info = Rev072A}, |
979 | {USB_DEVICE(0x041e, 0x403b), Rev012A}, | 979 | {USB_DEVICE(0x041e, 0x403b), .driver_info = Rev012A}, |
980 | {USB_DEVICE(0x0458, 0x7004), Rev072A}, | 980 | {USB_DEVICE(0x0458, 0x7004), .driver_info = Rev072A}, |
981 | {USB_DEVICE(0x046d, 0x0928), Rev012A}, | 981 | {USB_DEVICE(0x046d, 0x0928), .driver_info = Rev012A}, |
982 | {USB_DEVICE(0x046d, 0x0929), Rev012A}, | 982 | {USB_DEVICE(0x046d, 0x0929), .driver_info = Rev012A}, |
983 | {USB_DEVICE(0x046d, 0x092a), Rev012A}, | 983 | {USB_DEVICE(0x046d, 0x092a), .driver_info = Rev012A}, |
984 | {USB_DEVICE(0x046d, 0x092b), Rev012A}, | 984 | {USB_DEVICE(0x046d, 0x092b), .driver_info = Rev012A}, |
985 | {USB_DEVICE(0x046d, 0x092c), Rev012A}, | 985 | {USB_DEVICE(0x046d, 0x092c), .driver_info = Rev012A}, |
986 | {USB_DEVICE(0x046d, 0x092d), Rev012A}, | 986 | {USB_DEVICE(0x046d, 0x092d), .driver_info = Rev012A}, |
987 | {USB_DEVICE(0x046d, 0x092e), Rev012A}, | 987 | {USB_DEVICE(0x046d, 0x092e), .driver_info = Rev012A}, |
988 | {USB_DEVICE(0x046d, 0x092f), Rev012A}, | 988 | {USB_DEVICE(0x046d, 0x092f), .driver_info = Rev012A}, |
989 | {USB_DEVICE(0x04fc, 0x0561), Rev072A}, | 989 | {USB_DEVICE(0x04fc, 0x0561), .driver_info = Rev072A}, |
990 | {USB_DEVICE(0x060b, 0xa001), Rev072A}, | 990 | {USB_DEVICE(0x060b, 0xa001), .driver_info = Rev072A}, |
991 | {USB_DEVICE(0x10fd, 0x7e50), Rev072A}, | 991 | {USB_DEVICE(0x10fd, 0x7e50), .driver_info = Rev072A}, |
992 | {USB_DEVICE(0xabcd, 0xcdee), Rev072A}, | 992 | {USB_DEVICE(0xabcd, 0xcdee), .driver_info = Rev072A}, |
993 | {} | 993 | {} |
994 | }; | 994 | }; |
995 | 995 | ||
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 -- */ |
1751 | static const __devinitdata struct usb_device_id device_table[] = { | 1751 | static 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 | }; |
1762 | MODULE_DEVICE_TABLE(usb, device_table); | 1762 | MODULE_DEVICE_TABLE(usb, device_table); |