The patch number 11572 was added via Mauro Carvalho Chehab <mche...@redhat.com>
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:
        Linux Media Mailing List <linux-me...@vger.kernel.org>

------

From: Mauro Carvalho Chehab  <mche...@redhat.com>
merge: http://linuxtv.org/hg/~pb/v4l-dvb/


Signed-off-by: Mauro Carvalho Chehab <mche...@redhat.com>


---

 linux/drivers/media/dvb/dvb-usb/dib0700_devices.c |    7 ++++++-
 linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h     |    1 +
 linux/drivers/media/dvb/dvb-usb/dvb-usb.h         |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

diff -r 00a84f86671d -r 0584999d796b 
linux/drivers/media/dvb/dvb-usb/dib0700_devices.c
--- a/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c Mon Apr 20 22:07:44 
2009 +0000
+++ b/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c Thu Apr 23 09:27:55 
2009 -0300
@@ -1497,6 +1497,7 @@ struct usb_device_id dib0700_usb_id_tabl
        { USB_DEVICE(USB_VID_HAUPPAUGE, USB_PID_HAUPPAUGE_TIGER_ATSC_B210) },
        { USB_DEVICE(USB_VID_YUAN,      USB_PID_YUAN_MC770) },
        { USB_DEVICE(USB_VID_ELGATO,    USB_PID_ELGATO_EYETV_DTT) },
+/* 50 */{ USB_DEVICE(USB_VID_ELGATO,   USB_PID_ELGATO_EYETV_DTT_Dlx) },
        { 0 }           /* Terminating entry */
 };
 MODULE_DEVICE_TABLE(usb, dib0700_usb_id_table);
@@ -1696,7 +1697,7 @@ struct dvb_usb_device_properties dib0700
                        },
                },
 
-               .num_device_descs = 11,
+               .num_device_descs = 12,
                .devices = {
                        {   "DiBcom STK7070P reference design",
                                { &dib0700_usb_id_table[15], NULL },
@@ -1740,6 +1741,10 @@ struct dvb_usb_device_properties dib0700
                        },
                        {   "Yuan PD378S",
                                { &dib0700_usb_id_table[45], NULL },
+                               { NULL },
+                       },
+                       {   "Elgato EyeTV Dtt Dlx PD378S",
+                               { &dib0700_usb_id_table[50], NULL },
                                { NULL },
                        },
                },
diff -r 00a84f86671d -r 0584999d796b 
linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h
--- a/linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h     Mon Apr 20 22:07:44 
2009 +0000
+++ b/linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h     Thu Apr 23 09:27:55 
2009 -0300
@@ -253,5 +253,6 @@
 #define USB_PID_MSI_DIGI_VOX_MINI_III                   0x8807
 #define USB_PID_SONY_PLAYTV                            0x0003
 #define USB_PID_ELGATO_EYETV_DTT                       0x0021
+#define USB_PID_ELGATO_EYETV_DTT_Dlx                   0x0020
 
 #endif
diff -r 00a84f86671d -r 0584999d796b linux/drivers/media/dvb/dvb-usb/dvb-usb.h
--- a/linux/drivers/media/dvb/dvb-usb/dvb-usb.h Mon Apr 20 22:07:44 2009 +0000
+++ b/linux/drivers/media/dvb/dvb-usb/dvb-usb.h Thu Apr 23 09:27:55 2009 -0300
@@ -224,7 +224,7 @@ struct dvb_usb_device_properties {
        int generic_bulk_ctrl_endpoint;
 
        int num_device_descs;
-       struct dvb_usb_device_description devices[11];
+       struct dvb_usb_device_description devices[12];
 };
 
 /**


---

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

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

Reply via email to