The patch number 14433 was added via Antti Palosaari <cr...@iki.fi>
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: Antti Palosaari  <cr...@iki.fi>
af9015: support for KWorld USB DVB-T Stick Mobile (UB383-T)


Add USB ID 1b80:e383 for KWorld USB DVB-T Stick Mobile (UB383-T).

Priority: normal

Signed-off-by: Antti Palosaari <cr...@iki.fi>


---

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

diff -r 37ff78330942 -r 9a4080ab9b15 linux/drivers/media/dvb/dvb-usb/af9015.c
--- a/linux/drivers/media/dvb/dvb-usb/af9015.c  Sun Feb 28 16:59:57 2010 -0300
+++ b/linux/drivers/media/dvb/dvb-usb/af9015.c  Mon Mar 01 18:50:40 2010 +0200
@@ -1336,6 +1336,7 @@
        {USB_DEVICE(USB_VID_KWORLD_2,  USB_PID_SVEON_STV20)},
        {USB_DEVICE(USB_VID_KWORLD_2,  USB_PID_TINYTWIN_2)},
        {USB_DEVICE(USB_VID_LEADTEK,   USB_PID_WINFAST_DTV2000DS)},
+/* 30 */{USB_DEVICE(USB_VID_KWORLD_2,  USB_PID_KWORLD_UB383_T)},
        {0},
 };
 MODULE_DEVICE_TABLE(usb, af9015_usb_table);
@@ -1608,7 +1609,7 @@
 
                .i2c_algo = &af9015_i2c_algo,
 
-               .num_device_descs = 7, /* max 9 */
+               .num_device_descs = 8, /* max 9 */
                .devices = {
                        {
                                .name = "AverMedia AVerTV Volar GPS 805 (A805)",
@@ -1647,6 +1648,12 @@
                                .cold_ids = {&af9015_usb_table[29], NULL},
                                .warm_ids = {NULL},
                        },
+                       {
+                               .name = "KWorld USB DVB-T Stick Mobile " \
+                                       "(UB383-T)",
+                               .cold_ids = {&af9015_usb_table[30], NULL},
+                               .warm_ids = {NULL},
+                       },
                }
        },
 };
diff -r 37ff78330942 -r 9a4080ab9b15 
linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h
--- a/linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h     Sun Feb 28 16:59:57 
2010 -0300
+++ b/linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h     Mon Mar 01 18:50:40 
2010 +0200
@@ -127,6 +127,7 @@
 #define USB_PID_KWORLD_MC810                           0xc810
 #define USB_PID_KWORLD_PC160_2T                                0xc160
 #define USB_PID_KWORLD_PC160_T                         0xc161
+#define USB_PID_KWORLD_UB383_T                         0xe383
 #define USB_PID_KWORLD_VSTREAM_COLD                    0x17de
 #define USB_PID_KWORLD_VSTREAM_WARM                    0x17df
 #define USB_PID_TERRATEC_CINERGY_T_USB_XE              0x0055


---

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

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

Reply via email to