diff options
author | Lierdakil <root@livid.pp.ru> | 2009-01-25 12:37:26 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 11:42:34 -0400 |
commit | db91235ee8350149213435c4cf178a7627c968b9 (patch) | |
tree | 0ff6fa1183b03b513e68b76a7120d79b0439c339 | |
parent | 1de1ddf35752485fd1b7774385b72f0f618058fd (diff) |
V4L/DVB (10388): gspca - pac207: Webcam 093a:2474 added.
Signed-off-by: Lierdakil <root@livid.pp.ru>
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/pac207.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/video4linux/gspca.txt b/Documentation/video4linux/gspca.txt index af80c3344567..3136c80280b1 100644 --- a/Documentation/video4linux/gspca.txt +++ b/Documentation/video4linux/gspca.txt | |||
@@ -216,6 +216,7 @@ pac207 093a:2468 PAC207 | |||
216 | pac207 093a:2470 Genius GF112 | 216 | pac207 093a:2470 Genius GF112 |
217 | pac207 093a:2471 Genius VideoCam ge111 | 217 | pac207 093a:2471 Genius VideoCam ge111 |
218 | pac207 093a:2472 Genius VideoCam ge110 | 218 | pac207 093a:2472 Genius VideoCam ge110 |
219 | pac207 093a:2474 Genius iLook 111 | ||
219 | pac207 093a:2476 Genius e-Messenger 112 | 220 | pac207 093a:2476 Genius e-Messenger 112 |
220 | pac7311 093a:2600 PAC7311 Typhoon | 221 | pac7311 093a:2600 PAC7311 Typhoon |
221 | pac7311 093a:2601 Philips SPC 610 NC | 222 | pac7311 093a:2601 Philips SPC 610 NC |
diff --git a/drivers/media/video/gspca/pac207.c b/drivers/media/video/gspca/pac207.c index 93616cebf360..95a97ab684cd 100644 --- a/drivers/media/video/gspca/pac207.c +++ b/drivers/media/video/gspca/pac207.c | |||
@@ -535,6 +535,7 @@ static const __devinitdata struct usb_device_id device_table[] = { | |||
535 | {USB_DEVICE(0x093a, 0x2470)}, | 535 | {USB_DEVICE(0x093a, 0x2470)}, |
536 | {USB_DEVICE(0x093a, 0x2471)}, | 536 | {USB_DEVICE(0x093a, 0x2471)}, |
537 | {USB_DEVICE(0x093a, 0x2472)}, | 537 | {USB_DEVICE(0x093a, 0x2472)}, |
538 | {USB_DEVICE(0x093a, 0x2474)}, | ||
538 | {USB_DEVICE(0x093a, 0x2476)}, | 539 | {USB_DEVICE(0x093a, 0x2476)}, |
539 | {USB_DEVICE(0x145f, 0x013a)}, | 540 | {USB_DEVICE(0x145f, 0x013a)}, |
540 | {USB_DEVICE(0x2001, 0xf115)}, | 541 | {USB_DEVICE(0x2001, 0xf115)}, |