The patch number 8203 was added via Jean-Francois Moine <[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]

------

merge...


---

 linux/Documentation/video4linux/gspca.txt |    1 +
 linux/drivers/media/dvb/dvb-usb/Kconfig   |    1 +
 linux/drivers/media/video/gspca/spca508.c |    4 ++++
 3 files changed, 6 insertions(+)

diff -r e1b5b6f326ba -r dfab073dc023 linux/Documentation/video4linux/gspca.txt
--- a/linux/Documentation/video4linux/gspca.txt Sun Jul 06 08:40:55 2008 +0200
+++ b/linux/Documentation/video4linux/gspca.txt Sun Jul 06 08:49:08 2008 +0200
@@ -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 e1b5b6f326ba -r dfab073dc023 linux/drivers/media/dvb/dvb-usb/Kconfig
--- a/linux/drivers/media/dvb/dvb-usb/Kconfig   Sun Jul 06 08:40:55 2008 +0200
+++ b/linux/drivers/media/dvb/dvb-usb/Kconfig   Sun Jul 06 08:49:08 2008 +0200
@@ -109,6 +109,7 @@ config DVB_USB_CXUSB
        select DVB_ZL10353 if !DVB_FE_CUSTOMISE
        select MEDIA_TUNER_SIMPLE if !DVB_FE_CUSTOMISE
        select MEDIA_TUNER_XC2028 if !DVB_FE_CUSTOMISE
+       select MEDIA_TUNER_MXL5005S if !DVB_FE_CUSTOMISE
        help
          Say Y here to support the Conexant USB2.0 hybrid reference design.
          Currently, only DVB and ATSC modes are supported, analog mode
diff -r e1b5b6f326ba -r dfab073dc023 linux/drivers/media/video/gspca/spca508.c
--- a/linux/drivers/media/video/gspca/spca508.c Sun Jul 06 08:40:55 2008 +0200
+++ b/linux/drivers/media/video/gspca/spca508.c Sun Jul 06 08:49:08 2008 +0200
@@ -1544,8 +1544,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;
@@ -1791,6 +1793,8 @@ static const __devinitdata struct usb_de
        {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/dfab073dc023419e65fe8814b75144d169e07388

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to