Commit dd32f981 authored by Jean-François Moine's avatar Jean-François Moine Committed by Mauro Carvalho Chehab

[media] gspca - pac7302: Add new webcam 06f8:301b

Signed-off-by: default avatarJean-François Moine <moinejf@free.fr>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent c5024a70
...@@ -217,6 +217,7 @@ ov534_9 06f8:3003 Hercules Dualpix HD Weblog ...@@ -217,6 +217,7 @@ ov534_9 06f8:3003 Hercules Dualpix HD Weblog
sonixj 06f8:3004 Hercules Classic Silver sonixj 06f8:3004 Hercules Classic Silver
sonixj 06f8:3008 Hercules Deluxe Optical Glass sonixj 06f8:3008 Hercules Deluxe Optical Glass
pac7302 06f8:3009 Hercules Classic Link pac7302 06f8:3009 Hercules Classic Link
pac7302 06f8:301b Hercules Link
nw80x 0728:d001 AVerMedia Camguard nw80x 0728:d001 AVerMedia Camguard
spca508 0733:0110 ViewQuest VQ110 spca508 0733:0110 ViewQuest VQ110
spca501 0733:0401 Intel Create and Share spca501 0733:0401 Intel Create and Share
......
...@@ -1187,6 +1187,7 @@ static const struct sd_desc sd_desc = { ...@@ -1187,6 +1187,7 @@ static const struct sd_desc sd_desc = {
/* -- module initialisation -- */ /* -- module initialisation -- */
static const struct usb_device_id device_table[] = { static const struct usb_device_id device_table[] = {
{USB_DEVICE(0x06f8, 0x3009)}, {USB_DEVICE(0x06f8, 0x3009)},
{USB_DEVICE(0x06f8, 0x301b)},
{USB_DEVICE(0x093a, 0x2620)}, {USB_DEVICE(0x093a, 0x2620)},
{USB_DEVICE(0x093a, 0x2621)}, {USB_DEVICE(0x093a, 0x2621)},
{USB_DEVICE(0x093a, 0x2622), .driver_info = FL_VFLIP}, {USB_DEVICE(0x093a, 0x2622), .driver_info = FL_VFLIP},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment