The patch number 8184 was added via Douglas Schilling Landgraf <[EMAIL 
PROTECTED]>
to http://linuxtv.org/hg/v4l-dvb master development tree.

Kernel patches in this development tree may be modified to be backward
compatible with older kernels. Compatibility modifications will be
removed before inclusion into the mainstream Kernel

If anyone has any objections, please let us know by sending a message to:
        [EMAIL PROTECTED]

------

From: Douglas Schilling Landgraf  <[EMAIL PROTECTED]>
spca508: Add Clone Digital Webcam 11043


Added ID vendor/product for Clone Digital Webcam 11043.
Thanks to Ivan Brasil Fuzzer <[EMAIL PROTECTED]> for testing and data 
collection.

Signed-off-by: Douglas Schilling Landgraf <[EMAIL PROTECTED]>


---

 linux/Documentation/video4linux/gspca.txt |    1 +
 linux/drivers/media/video/gspca/spca508.c |    4 ++++
 2 files changed, 5 insertions(+)

diff -r 87aa6048e718 -r a4fbac9756ea linux/Documentation/video4linux/gspca.txt
--- a/linux/Documentation/video4linux/gspca.txt Wed Jul 02 08:59:38 2008 -0300
+++ b/linux/Documentation/video4linux/gspca.txt Fri Jul 04 01:40:28 2008 -0300
@@ -144,6 +144,7 @@ sunplus             06d6:0031       Trust 610 LCD PowerC@
 sunplus                06d6:0031       Trust 610 LCD [EMAIL PROTECTED] 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
diff -r 87aa6048e718 -r a4fbac9756ea linux/drivers/media/video/gspca/spca508.c
--- a/linux/drivers/media/video/gspca/spca508.c Wed Jul 02 08:59:38 2008 -0300
+++ b/linux/drivers/media/video/gspca/spca508.c Fri Jul 04 01:40:28 2008 -0300
@@ -1528,8 +1528,10 @@ static int sd_config(struct gspca_dev *g
 /*                     break; */
 /*             } */
                break;
+       case 0x0130:            /* Clone webcam */
        case 0x0af9:            /* Hama cameras */
                switch (product) {
+               case 0x0130:
                case 0x0010:
                        sd->subtype = HamaUSBSightcam;
                        break;
@@ -1775,6 +1777,8 @@ static __devinitdata struct usb_device_i
        {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);


---

Patch is available at: 
http://linuxtv.org/hg/v4l-dvb/rev/a4fbac9756eac7c8e5c662c3fa3f13fff889e0aa

_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to