diff options
author | Jean-Francois Moine <moinejf@free.fr> | 2008-12-20 18:30:58 +0100 |
---|---|---|
committer | Jean-Francois Moine <moinejf@free.fr> | 2008-12-20 18:30:58 +0100 |
commit | f8c54503d6d27d303f307f24a889b96bc1ed6236 (patch) | |
tree | 482ddb750a3de6f99eeb38eb12e7e1e085aef87f | |
parent | 21d405e38a20de8a1d21656ffb140a84ffad72be (diff) | |
download | mediapointer-dvb-s2-f8c54503d6d27d303f307f24a889b96bc1ed6236.tar.gz mediapointer-dvb-s2-f8c54503d6d27d303f307f24a889b96bc1ed6236.tar.bz2 |
gspca - pac207: Webcam 093a:2461 added.
From: Hans de Goede <hdegoede@redhat.com>
Priority: normal
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
-rw-r--r-- | linux/Documentation/video4linux/gspca.txt | 3 | ||||
-rw-r--r-- | linux/drivers/media/video/gspca/pac207.c | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/linux/Documentation/video4linux/gspca.txt b/linux/Documentation/video4linux/gspca.txt index a55459456..ec00740e6 100644 --- a/linux/Documentation/video4linux/gspca.txt +++ b/linux/Documentation/video4linux/gspca.txt @@ -202,7 +202,8 @@ sunplus 08ca:2050 Medion MD 41437 sunplus 08ca:2060 Aiptek PocketDV5300 tv8532 0923:010f ICM532 cams mars 093a:050f Mars-Semi Pc-Camera -pac207 093a:2460 PAC207 Qtec Webcam 100 +pac207 093a:2460 Qtec Webcam 100 +pac207 093a:2461 HP Webcam pac207 093a:2463 Philips SPC 220 NC pac207 093a:2464 Labtec Webcam 1200 pac207 093a:2468 PAC207 diff --git a/linux/drivers/media/video/gspca/pac207.c b/linux/drivers/media/video/gspca/pac207.c index 84bcaaf4d..e46b8e8f0 100644 --- a/linux/drivers/media/video/gspca/pac207.c +++ b/linux/drivers/media/video/gspca/pac207.c @@ -529,6 +529,7 @@ static const struct sd_desc sd_desc = { static const __devinitdata struct usb_device_id device_table[] = { {USB_DEVICE(0x041e, 0x4028)}, {USB_DEVICE(0x093a, 0x2460)}, + {USB_DEVICE(0x093a, 0x2461)}, {USB_DEVICE(0x093a, 0x2463)}, {USB_DEVICE(0x093a, 0x2464)}, {USB_DEVICE(0x093a, 0x2468)}, |