Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b5948bee authored by Stephane Marguet (Stemp)'s avatar Stephane Marguet (Stemp) Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (12690): gspca - pac7311: Webcam 06f8:3009 added.

parent f51fad85
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -183,6 +183,7 @@ ov534 06f8:3002 Hercules Blog Webcam
ov534		06f8:3003	Hercules Dualpix HD Weblog
ov534		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
pac7311		06f8:3009	Hercules Classic Link
spca508		0733:0110	ViewQuest VQ110
spca508		0733:0110	ViewQuest VQ110
spca508		0130:0130	Clone Digital Webcam 11043
spca508		0130:0130	Clone Digital Webcam 11043
spca501		0733:0401	Intel Create and Share
spca501		0733:0401	Intel Create and Share
+1 −0
Original line number Original line Diff line number Diff line
@@ -1057,6 +1057,7 @@ static struct sd_desc sd_desc = {


/* -- module initialisation -- */
/* -- module initialisation -- */
static __devinitdata struct usb_device_id device_table[] = {
static __devinitdata struct usb_device_id device_table[] = {
	{USB_DEVICE(0x06f8, 0x3009), .driver_info = SENSOR_PAC7302},
	{USB_DEVICE(0x093a, 0x2600), .driver_info = SENSOR_PAC7311},
	{USB_DEVICE(0x093a, 0x2600), .driver_info = SENSOR_PAC7311},
	{USB_DEVICE(0x093a, 0x2601), .driver_info = SENSOR_PAC7311},
	{USB_DEVICE(0x093a, 0x2601), .driver_info = SENSOR_PAC7311},
	{USB_DEVICE(0x093a, 0x2603), .driver_info = SENSOR_PAC7311},
	{USB_DEVICE(0x093a, 0x2603), .driver_info = SENSOR_PAC7311},