diff options
author | Theodore Kilgore <kilgota@auburn.edu> | 2009-04-05 14:36:04 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-06-16 17:20:30 -0400 |
commit | ebf58f70e853b9ffe50d6b194d3679b7dc2cac9c (patch) | |
tree | bf389ca0eed92d3d197857491ab592b897ebebe0 | |
parent | 938fe53bf07b8a8315d1734302918339d798ab4f (diff) |
V4L/DVB (11483): gspca - mr97310a: Webcam 093a:010f added.
Signed-off-by: Theodore Kilgore <kilgota@auburn.edu>
Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r-- | Documentation/video4linux/gspca.txt | 1 | ||||
-rw-r--r-- | drivers/media/video/gspca/mr97310a.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/video4linux/gspca.txt b/Documentation/video4linux/gspca.txt index 98529e03a46e..e418a8fb9c66 100644 --- a/Documentation/video4linux/gspca.txt +++ b/Documentation/video4linux/gspca.txt | |||
@@ -209,6 +209,7 @@ sunplus 08ca:2050 Medion MD 41437 | |||
209 | sunplus 08ca:2060 Aiptek PocketDV5300 | 209 | sunplus 08ca:2060 Aiptek PocketDV5300 |
210 | tv8532 0923:010f ICM532 cams | 210 | tv8532 0923:010f ICM532 cams |
211 | mars 093a:050f Mars-Semi Pc-Camera | 211 | mars 093a:050f Mars-Semi Pc-Camera |
212 | mr97310a 093a:010f Sakar Digital no. 77379 | ||
212 | pac207 093a:2460 Qtec Webcam 100 | 213 | pac207 093a:2460 Qtec Webcam 100 |
213 | pac207 093a:2461 HP Webcam | 214 | pac207 093a:2461 HP Webcam |
214 | pac207 093a:2463 Philips SPC 220 NC | 215 | pac207 093a:2463 Philips SPC 220 NC |
diff --git a/drivers/media/video/gspca/mr97310a.c b/drivers/media/video/gspca/mr97310a.c index f9da55b20fa3..30132513400c 100644 --- a/drivers/media/video/gspca/mr97310a.c +++ b/drivers/media/video/gspca/mr97310a.c | |||
@@ -321,6 +321,7 @@ static const struct sd_desc sd_desc = { | |||
321 | /* -- module initialisation -- */ | 321 | /* -- module initialisation -- */ |
322 | static const __devinitdata struct usb_device_id device_table[] = { | 322 | static const __devinitdata struct usb_device_id device_table[] = { |
323 | {USB_DEVICE(0x08ca, 0x0111)}, | 323 | {USB_DEVICE(0x08ca, 0x0111)}, |
324 | {USB_DEVICE(0x093a, 0x010f)}, | ||
324 | {} | 325 | {} |
325 | }; | 326 | }; |
326 | MODULE_DEVICE_TABLE(usb, device_table); | 327 | MODULE_DEVICE_TABLE(usb, device_table); |