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

Commit 69b28b11 authored by Douglas Schilling Landgraf's avatar Douglas Schilling Landgraf Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (8184): spca508: Add Clone Digital Webcam 11043



Added ID vendor/product for Clone Digital Webcam 11043.
Thanks to Ivan Brasil Fuzzer <ivan@fuzzer.com.br> for testing and data collection.

Signed-off-by: default avatarDouglas Schilling Landgraf <dougsland@gmail.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 30b4d355
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -144,6 +144,7 @@ spca500 06be:0800 Optimedia
sunplus		06d6:0031	Trust 610 LCD PowerC@m Zoom
spca506		06e1:a190	ADS Instant VCD
spca508		0733:0110	ViewQuest VQ110
spca508		0130:0130	Clone Digital Webcam 11043
spca501		0733:0401	Intel Create and Share
spca501		0733:0402	ViewQuest M318B
spca505		0733:0430	Intel PC Camera Pro
+4 −0
Original line number Diff line number Diff line
@@ -1490,8 +1490,10 @@ static int sd_config(struct gspca_dev *gspca_dev,
/*			break; */
/*		} */
		break;
	case 0x0130:		/* Clone webcam */
	case 0x0af9:		/* Hama cameras */
		switch (product) {
		case 0x0130:
		case 0x0010:
			sd->subtype = HamaUSBSightcam;
			break;
@@ -1737,6 +1739,8 @@ static __devinitdata struct usb_device_id device_table[] = {
	{USB_DEVICE(0x0af9, 0x0010), DVNM("Hama USB Sightcam 100")},
	{USB_DEVICE(0x0af9, 0x0011), DVNM("Hama USB Sightcam 100")},
	{USB_DEVICE(0x8086, 0x0110), DVNM("Intel Easy PC Camera")},
	{USB_DEVICE(0x0130, 0x0130),
		DVNM("Clone Digital Webcam 11043 (spca508a)")},
	{}
};
MODULE_DEVICE_TABLE(usb, device_table);