summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
diff options
context:
space:
mode:
authorPhilipp Dreimann2012-09-03 00:30:54 +0200
committerMauro Carvalho Chehab2012-09-18 17:54:57 +0200
commit6d60805fd2e8103fafa02fcf6448446229ebd511 (patch)
treed5246fe0fe982eae6a0ded048c1b8b798fb0abe7 /drivers/media/usb/dvb-usb-v2/rtl28xxu.c
parent[media] mc44s803: implement get_if_frequency() (diff)
downloadkernel-qcow2-linux-6d60805fd2e8103fafa02fcf6448446229ebd511.tar.gz
kernel-qcow2-linux-6d60805fd2e8103fafa02fcf6448446229ebd511.tar.xz
kernel-qcow2-linux-6d60805fd2e8103fafa02fcf6448446229ebd511.zip
[media] Add the usb id of the Trekstor DVB-T Stick Terres 2.0
It needs the e4000 tuner driver. Signed-off-by: Philipp Dreimann <philipp@dreimann.net> Acked-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/usb/dvb-usb-v2/rtl28xxu.c')
-rw-r--r--drivers/media/usb/dvb-usb-v2/rtl28xxu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/usb/dvb-usb-v2/rtl28xxu.c b/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
index 88b5ea12ed28..d0d23f2c1fe7 100644
--- a/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
+++ b/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
@@ -1236,6 +1236,8 @@ static const struct usb_device_id rtl28xxu_id_table[] = {
&rtl2832u_props, "NOXON DAB/DAB+ USB dongle", NULL) },
{ DVB_USB_DEVICE(USB_VID_REALTEK, 0x2838,
&rtl2832u_props, "Realtek RTL2832U reference design", NULL) },
+ { DVB_USB_DEVICE(USB_VID_GTEK, USB_PID_TREKSTOR_TERRES_2_0,
+ &rtl2832u_props, "Trekstor DVB-T Stick Terres 2.0", NULL) },
{ }
};
MODULE_DEVICE_TABLE(usb, rtl28xxu_id_table);