The patch number 11289 was added via Patrick Boettcher <[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:
        Linux Media Mailing List <[email protected]>

------

From: Xoan Loureiro  <[email protected]>
Patch for Yuan MC770 DVB-T (1164:0871)


This patch adds support for the Yuan MC770 DVB-T (1164:0871).

Thanks to Xoan Loureiro.

Priority: normal

Signed-off-by: Xoan Loureiro <[email protected]>
Signed-off-by: Patrick Boettcher <[email protected]>


---

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

diff -r 91f57eda170a -r d8a80818fea5 
linux/drivers/media/dvb/dvb-usb/dib0700_devices.c
--- a/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c Sun Mar 29 13:13:01 
2009 +0200
+++ b/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c Sun Mar 29 13:43:36 
2009 +0200
@@ -1495,6 +1495,7 @@ struct usb_device_id dib0700_usb_id_tabl
 /* 45 */{ USB_DEVICE(USB_VID_YUAN,      USB_PID_YUAN_PD378S) },
        { USB_DEVICE(USB_VID_HAUPPAUGE, USB_PID_HAUPPAUGE_TIGER_ATSC) },
        { USB_DEVICE(USB_VID_HAUPPAUGE, USB_PID_HAUPPAUGE_TIGER_ATSC_B210) },
+       { USB_DEVICE(USB_VID_YUAN,      USB_PID_YUAN_MC770) },
        { 0 }           /* Terminating entry */
 };
 MODULE_DEVICE_TABLE(usb, dib0700_usb_id_table);
@@ -1810,7 +1811,7 @@ struct dvb_usb_device_properties dib0700
                        },
                },
 
-               .num_device_descs = 5,
+               .num_device_descs = 7,
                .devices = {
                        {   "Terratec Cinergy HT USB XE",
                                { &dib0700_usb_id_table[27], NULL },
@@ -1834,6 +1835,10 @@ struct dvb_usb_device_properties dib0700
                        },
                        {   "Asus My Cinema-U3000Hybrid",
                                { &dib0700_usb_id_table[39], NULL },
+                               { NULL },
+                       },
+                       {   "YUAN High-Tech MC770",
+                               { &dib0700_usb_id_table[48], NULL },
                                { NULL },
                        },
                },
diff -r 91f57eda170a -r d8a80818fea5 
linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h
--- a/linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h     Sun Mar 29 13:13:01 
2009 +0200
+++ b/linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h     Sun Mar 29 13:43:36 
2009 +0200
@@ -239,6 +239,7 @@
 #define USB_PID_YUAN_EC372S                            0x1edc
 #define USB_PID_YUAN_STK7700PH                         0x1f08
 #define USB_PID_YUAN_PD378S                            0x2edc
+#define USB_PID_YUAN_MC770                             0x0871
 #define USB_PID_DW2102                                 0x2102
 #define USB_PID_XTENSIONS_XD_380                       0x0381
 #define USB_PID_TELESTAR_STARSTICK_2                   0x8000


---

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

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

Reply via email to