diff options
author | Hans de Goede <hdegoede@redhat.com> | 2008-12-20 12:30:58 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-12-30 06:39:42 -0500 |
commit | 87945895bf14b0b4dacbcef6dc08f284177affc8 (patch) | |
tree | aa9554f8fb270d45251fcaaf6defc7c10c9f2e55 | |
parent | 1edabe71277a394b306fcb9a28a1977f345c8a20 (diff) |
V4L/DVB (9992): gspca - pac207: Webcam 093a:2461 added.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
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 | 3 | ||||
-rw-r--r-- | drivers/media/video/gspca/pac207.c | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/video4linux/gspca.txt b/Documentation/video4linux/gspca.txt index a5545945648d..ec00740e6c40 100644 --- a/Documentation/video4linux/gspca.txt +++ b/Documentation/video4linux/gspca.txt | |||
@@ -202,7 +202,8 @@ sunplus 08ca:2050 Medion MD 41437 | |||
202 | sunplus 08ca:2060 Aiptek PocketDV5300 | 202 | sunplus 08ca:2060 Aiptek PocketDV5300 |
203 | tv8532 0923:010f ICM532 cams | 203 | tv8532 0923:010f ICM532 cams |
204 | mars 093a:050f Mars-Semi Pc-Camera | 204 | mars 093a:050f Mars-Semi Pc-Camera |
205 | pac207 093a:2460 PAC207 Qtec Webcam 100 | 205 | pac207 093a:2460 Qtec Webcam 100 |
206 | pac207 093a:2461 HP Webcam | ||
206 | pac207 093a:2463 Philips SPC 220 NC | 207 | pac207 093a:2463 Philips SPC 220 NC |
207 | pac207 093a:2464 Labtec Webcam 1200 | 208 | pac207 093a:2464 Labtec Webcam 1200 |
208 | pac207 093a:2468 PAC207 | 209 | pac207 093a:2468 PAC207 |
diff --git a/drivers/media/video/gspca/pac207.c b/drivers/media/video/gspca/pac207.c index 84bcaaf4d325..e46b8e8f0a7e 100644 --- a/drivers/media/video/gspca/pac207.c +++ b/drivers/media/video/gspca/pac207.c | |||
@@ -529,6 +529,7 @@ static const struct sd_desc sd_desc = { | |||
529 | static const __devinitdata struct usb_device_id device_table[] = { | 529 | static const __devinitdata struct usb_device_id device_table[] = { |
530 | {USB_DEVICE(0x041e, 0x4028)}, | 530 | {USB_DEVICE(0x041e, 0x4028)}, |
531 | {USB_DEVICE(0x093a, 0x2460)}, | 531 | {USB_DEVICE(0x093a, 0x2460)}, |
532 | {USB_DEVICE(0x093a, 0x2461)}, | ||
532 | {USB_DEVICE(0x093a, 0x2463)}, | 533 | {USB_DEVICE(0x093a, 0x2463)}, |
533 | {USB_DEVICE(0x093a, 0x2464)}, | 534 | {USB_DEVICE(0x093a, 0x2464)}, |
534 | {USB_DEVICE(0x093a, 0x2468)}, | 535 | {USB_DEVICE(0x093a, 0x2468)}, |