Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 103910
b: refs/heads/master
c: 69b28b1
h: refs/heads/master
v: v3
  • Loading branch information
Douglas Schilling Landgraf authored and Mauro Carvalho Chehab committed Jul 20, 2008
1 parent 3168223 commit d1e937f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 30b4d355aa02ba274279eae1187539b85bd100ed
refs/heads/master: 69b28b110975abcfac3f7345494e74a771e9b724
1 change: 1 addition & 0 deletions trunk/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 trunk/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 d1e937f

Please sign in to comment.