diff options
author | Hans de Goede <hdegoede@redhat.com> | 2014-07-09 06:20:44 -0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-07-28 08:00:02 -0700 |
commit | 87f7b77e5fe55f27fd705b858eae9858ebdb2327 (patch) | |
tree | 2cc24c7b515fee03782b8440624e9d0cf1aebaa9 | |
parent | 42cfa82f8201f91cdb7539a6e15c6ee15eee7f73 (diff) | |
download | linux-3.10-87f7b77e5fe55f27fd705b858eae9858ebdb2327.tar.gz linux-3.10-87f7b77e5fe55f27fd705b858eae9858ebdb2327.tar.bz2 linux-3.10-87f7b77e5fe55f27fd705b858eae9858ebdb2327.zip |
media: gspca_pac7302: Add new usb-id for Genius i-Look 317
commit 242841d3d71191348f98310e2d2001e1001d8630 upstream.
Tested-and-reported-by: yullaw <yullaw@mageia.cz>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/media/usb/gspca/pac7302.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/usb/gspca/pac7302.c b/drivers/media/usb/gspca/pac7302.c index 6008c8d546a..20d9c15a305 100644 --- a/drivers/media/usb/gspca/pac7302.c +++ b/drivers/media/usb/gspca/pac7302.c @@ -945,6 +945,7 @@ static const struct usb_device_id device_table[] = { {USB_DEVICE(0x093a, 0x2620)}, {USB_DEVICE(0x093a, 0x2621)}, {USB_DEVICE(0x093a, 0x2622), .driver_info = FL_VFLIP}, + {USB_DEVICE(0x093a, 0x2623), .driver_info = FL_VFLIP}, {USB_DEVICE(0x093a, 0x2624), .driver_info = FL_VFLIP}, {USB_DEVICE(0x093a, 0x2625)}, {USB_DEVICE(0x093a, 0x2626)}, |