aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2008-12-20 12:30:58 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-12-30 06:39:42 -0500
commit87945895bf14b0b4dacbcef6dc08f284177affc8 (patch)
treeaa9554f8fb270d45251fcaaf6defc7c10c9f2e55
parent1edabe71277a394b306fcb9a28a1977f345c8a20 (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.txt3
-rw-r--r--drivers/media/video/gspca/pac207.c1
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
202sunplus 08ca:2060 Aiptek PocketDV5300 202sunplus 08ca:2060 Aiptek PocketDV5300
203tv8532 0923:010f ICM532 cams 203tv8532 0923:010f ICM532 cams
204mars 093a:050f Mars-Semi Pc-Camera 204mars 093a:050f Mars-Semi Pc-Camera
205pac207 093a:2460 PAC207 Qtec Webcam 100 205pac207 093a:2460 Qtec Webcam 100
206pac207 093a:2461 HP Webcam
206pac207 093a:2463 Philips SPC 220 NC 207pac207 093a:2463 Philips SPC 220 NC
207pac207 093a:2464 Labtec Webcam 1200 208pac207 093a:2464 Labtec Webcam 1200
208pac207 093a:2468 PAC207 209pac207 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 = {
529static const __devinitdata struct usb_device_id device_table[] = { 529static 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)},