Skip to content

Commit

Permalink
V4L/DVB (8184): spca508: Add Clone Digital Webcam 11043
Browse files Browse the repository at this point in the history
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: Douglas Schilling Landgraf <dougsland@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
dougsland authored and mchehab committed Jul 20, 2008
1 parent 30b4d35 commit 69b28b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Documentation/video4linux/gspca.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions drivers/media/video/gspca/spca508.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit 69b28b1

Please sign in to comment.