]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
V4L/DVB: gspca - pac7302: add Genius iSlim 310
authorMárton Németh <nm127@freemail.hu>
Mon, 14 Jun 2010 20:21:37 +0000 (17:21 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 2 Aug 2010 17:51:13 +0000 (14:51 -0300)
Add Genius iSlim 310 webcam to the supported list of the PAC7302 driver.
For more information see http://linuxtv.org/wiki/index.php/PixArt_PAC7301/PAC7302 .

Signed-off-by: Márton Németh <nm127@freemail.hu>
Signed-off-by: Jean-François Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Documentation/video4linux/gspca.txt
drivers/media/video/gspca/pac7302.c

index 58adb71c62949b08f07c1e7b7bbe5fbac4dbc38d..56ba7bba716888c7b16878bceff54d8df8691e22 100644 (file)
@@ -258,6 +258,7 @@ pac7302             093a:2620       Apollo AC-905
 pac7302                093a:2621       PAC731x
 pac7302                093a:2622       Genius Eye 312
 pac7302                093a:2624       PAC7302
+pac7302                093a:2625       Genius iSlim 310
 pac7302                093a:2626       Labtec 2200
 pac7302                093a:2628       Genius iLook 300
 pac7302                093a:2629       Genious iSlim 300
index 2a68220d1adabff8fc6ae7ccb273016d172f4eb0..7c0f265fae9da24bc3cfe78548756b76ceb7c7eb 100644 (file)
@@ -1200,6 +1200,7 @@ static const struct usb_device_id device_table[] __devinitconst = {
        {USB_DEVICE(0x093a, 0x2621)},
        {USB_DEVICE(0x093a, 0x2622), .driver_info = FL_VFLIP},
        {USB_DEVICE(0x093a, 0x2624), .driver_info = FL_VFLIP},
+       {USB_DEVICE(0x093a, 0x2625)},
        {USB_DEVICE(0x093a, 0x2626)},
        {USB_DEVICE(0x093a, 0x2628)},
        {USB_DEVICE(0x093a, 0x2629), .driver_info = FL_VFLIP},