summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/gspca/pac7302.c
diff options
context:
space:
mode:
authorJozsef Marton2012-05-15 17:05:36 +0200
committerMauro Carvalho Chehab2012-05-20 17:15:12 +0200
commit5b84325a314d5d1008e1fe59e5d74d99b5b7768b (patch)
treece13c03a0f605f0a16d2842c6eb50e67392b9117 /drivers/media/video/gspca/pac7302.c
parent[media] m88rs2000 - only flip bit 2 on reg 0x70 on 16th try (diff)
downloadkernel-qcow2-linux-5b84325a314d5d1008e1fe59e5d74d99b5b7768b.tar.gz
kernel-qcow2-linux-5b84325a314d5d1008e1fe59e5d74d99b5b7768b.tar.xz
kernel-qcow2-linux-5b84325a314d5d1008e1fe59e5d74d99b5b7768b.zip
[media] media: add support to gspca/pac7302.c for 093a:2627 (Genius FaceCam 300)
gspca_pac7302 module supports the webcam with usb id: 093a:2627. It is a Genius FaceCam 300. The module does not need any changes but listing the usb id along with a vertical flip flag. The included patch adds this to the module source. Signed-off-by: Jozsef Marton <jmarton@users.sourceforge.net> Acked-by: Márton Németh <nm127@freemail.hu> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/gspca/pac7302.c')
-rw-r--r--drivers/media/video/gspca/pac7302.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/gspca/pac7302.c b/drivers/media/video/gspca/pac7302.c
index f196a0ff4fab..a0369a58c4bb 100644
--- a/drivers/media/video/gspca/pac7302.c
+++ b/drivers/media/video/gspca/pac7302.c
@@ -972,6 +972,7 @@ static const struct usb_device_id device_table[] = {
{USB_DEVICE(0x093a, 0x2624), .driver_info = FL_VFLIP},
{USB_DEVICE(0x093a, 0x2625)},
{USB_DEVICE(0x093a, 0x2626)},
+ {USB_DEVICE(0x093a, 0x2627), .driver_info = FL_VFLIP},
{USB_DEVICE(0x093a, 0x2628)},
{USB_DEVICE(0x093a, 0x2629), .driver_info = FL_VFLIP},
{USB_DEVICE(0x093a, 0x262a)},