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 /drivers/media/video/gspca/spca500.c | |
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>
Diffstat (limited to 'drivers/media/video/gspca/spca500.c')
-rw-r--r-- | drivers/media/video/gspca/spca500.c | 30 |
1 files changed, 15 insertions, 15 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); |