diff options
author | Márton Németh <nm127@freemail.hu> | 2010-06-14 16:21:37 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-08-02 13:51:13 -0400 |
commit | 4e6aeefeb822c70d70de4d3b9970939e5de9c647 (patch) | |
tree | 0e2e834ebd5f14408fa787061e60c14f457c87bf /drivers | |
parent | 8bbb1c39056266dd1643532a40293252945f4c2c (diff) |
V4L/DVB: gspca - pac7302: add Genius iSlim 310
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/video/gspca/pac7302.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/gspca/pac7302.c b/drivers/media/video/gspca/pac7302.c index 2a68220d1ada..7c0f265fae9d 100644 --- a/drivers/media/video/gspca/pac7302.c +++ b/drivers/media/video/gspca/pac7302.c | |||
@@ -1200,6 +1200,7 @@ static const struct usb_device_id device_table[] __devinitconst = { | |||
1200 | {USB_DEVICE(0x093a, 0x2621)}, | 1200 | {USB_DEVICE(0x093a, 0x2621)}, |
1201 | {USB_DEVICE(0x093a, 0x2622), .driver_info = FL_VFLIP}, | 1201 | {USB_DEVICE(0x093a, 0x2622), .driver_info = FL_VFLIP}, |
1202 | {USB_DEVICE(0x093a, 0x2624), .driver_info = FL_VFLIP}, | 1202 | {USB_DEVICE(0x093a, 0x2624), .driver_info = FL_VFLIP}, |
1203 | {USB_DEVICE(0x093a, 0x2625)}, | ||
1203 | {USB_DEVICE(0x093a, 0x2626)}, | 1204 | {USB_DEVICE(0x093a, 0x2626)}, |
1204 | {USB_DEVICE(0x093a, 0x2628)}, | 1205 | {USB_DEVICE(0x093a, 0x2628)}, |
1205 | {USB_DEVICE(0x093a, 0x2629), .driver_info = FL_VFLIP}, | 1206 | {USB_DEVICE(0x093a, 0x2629), .driver_info = FL_VFLIP}, |