diff options
author | Jean-Francois Moine <moinejf@free.fr> | 2008-09-06 03:18:48 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-12 07:36:59 -0400 |
commit | d654dca7bca79dd3981267e398b6a7df34d3d047 (patch) | |
tree | e06f3be57362465b36cb186d4919aed2614f8a6e | |
parent | 446f245977e9c2ac4507c3543c7e2a587f46beab (diff) |
V4L/DVB (8927): gspca: PAC 207 webcam 093a:2476 added.
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 9a3e4d797fa8..89fed5c5add0 100644 --- a/Documentation/video4linux/gspca.txt +++ b/Documentation/video4linux/gspca.txt | |||
@@ -181,6 +181,7 @@ pac207 093a:2468 PAC207 | |||
181 | pac207 093a:2470 Genius GF112 | 181 | pac207 093a:2470 Genius GF112 |
182 | pac207 093a:2471 Genius VideoCam ge111 | 182 | pac207 093a:2471 Genius VideoCam ge111 |
183 | pac207 093a:2472 Genius VideoCam ge110 | 183 | pac207 093a:2472 Genius VideoCam ge110 |
184 | pac207 093a:2476 Genius e-Messenger 112 | ||
184 | pac7311 093a:2600 PAC7311 Typhoon | 185 | pac7311 093a:2600 PAC7311 Typhoon |
185 | pac7311 093a:2601 Philips SPC 610 NC | 186 | pac7311 093a:2601 Philips SPC 610 NC |
186 | pac7311 093a:2603 PAC7312 | 187 | pac7311 093a:2603 PAC7312 |
diff --git a/drivers/media/video/gspca/pac207.c b/drivers/media/video/gspca/pac207.c index 83b5f740c947..34e923d00b7e 100644 --- a/drivers/media/video/gspca/pac207.c +++ b/drivers/media/video/gspca/pac207.c | |||
@@ -534,6 +534,7 @@ static const __devinitdata struct usb_device_id device_table[] = { | |||
534 | {USB_DEVICE(0x093a, 0x2470)}, | 534 | {USB_DEVICE(0x093a, 0x2470)}, |
535 | {USB_DEVICE(0x093a, 0x2471)}, | 535 | {USB_DEVICE(0x093a, 0x2471)}, |
536 | {USB_DEVICE(0x093a, 0x2472)}, | 536 | {USB_DEVICE(0x093a, 0x2472)}, |
537 | {USB_DEVICE(0x093a, 0x2476)}, | ||
537 | {USB_DEVICE(0x2001, 0xf115)}, | 538 | {USB_DEVICE(0x2001, 0xf115)}, |
538 | {} | 539 | {} |
539 | }; | 540 | }; |