summaryrefslogtreecommitdiff
path: root/drivers/media/dvb-core
diff options
context:
space:
mode:
authorDimitris Lampridis <dlampridis@gmail.com>2015-02-14 11:11:34 -0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-04-08 13:14:38 -0300
commit882302c8598aa9d3d82adef10f283fa7ec29fb32 (patch)
treec56560eb0def4bb72cb93e56c8ea645f64018de0 /drivers/media/dvb-core
parent203577562449c1889caa3a321be572ed2b972ac9 (diff)
[media] rtl28xxu: add support for Turbo-X DTT2000
ID 1b80:d3a4 Afatech Simply added the PID (0xd3a4) of this DVB-T USB device to the list of rtl2832u-supported devices. VID (0x1b80) is same as KWORLD2. Tested and verified to work in amd64 with kernels 3.13.0 and 3.16.0. Signed-off-by: Dimitris Lampridis <dlampridis@logikonlabs.com> Reviewed-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/dvb-core')
-rw-r--r--drivers/media/dvb-core/dvb-usb-ids.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb-core/dvb-usb-ids.h b/drivers/media/dvb-core/dvb-usb-ids.h
index c6de073dab27..3ba27ada5f9a 100644
--- a/drivers/media/dvb-core/dvb-usb-ids.h
+++ b/drivers/media/dvb-core/dvb-usb-ids.h
@@ -386,4 +386,5 @@
#define USB_PID_PCTV_2002E 0x025c
#define USB_PID_PCTV_2002E_SE 0x025d
#define USB_PID_SVEON_STV27 0xd3af
+#define USB_PID_TURBOX_DTT_2000 0xd3a4
#endif