* [PATCH] Add the usb id of the Trekstor DVB-T Stick Terres 2.0
@ 2012-09-02 23:30 Philipp Dreimann
2012-09-03 10:55 ` Antti Palosaari
0 siblings, 1 reply; 2+ messages in thread
From: Philipp Dreimann @ 2012-09-02 23:30 UTC (permalink / raw)
To: linux-media, Antti Palosaari, Thomas Mair; +Cc: Philipp Dreimann
It needs the e4000 tuner driver.
Signed-off-by: Philipp Dreimann <philipp@dreimann.net>
---
drivers/media/dvb-core/dvb-usb-ids.h | 1 +
drivers/media/usb/dvb-usb-v2/rtl28xxu.c | 2 ++
2 files changed, 3 insertions(+)
diff --git a/drivers/media/dvb-core/dvb-usb-ids.h b/drivers/media/dvb-core/dvb-usb-ids.h
index 26c4481..fed6dcd 100644
--- a/drivers/media/dvb-core/dvb-usb-ids.h
+++ b/drivers/media/dvb-core/dvb-usb-ids.h
@@ -82,6 +82,7 @@
#define USB_PID_AFATECH_AF9035_1003 0x1003
#define USB_PID_AFATECH_AF9035_9035 0x9035
#define USB_PID_TREKSTOR_DVBT 0x901b
+#define USB_PID_TREKSTOR_TERRES_2_0 0xC803
#define USB_VID_ALINK_DTU 0xf170
#define USB_PID_ANSONIC_DVBT_USB 0x6000
#define USB_PID_ANYSEE 0x861f
diff --git a/drivers/media/usb/dvb-usb-v2/rtl28xxu.c b/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
index 88b5ea1..d0d23f2 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);
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] Add the usb id of the Trekstor DVB-T Stick Terres 2.0
2012-09-02 23:30 [PATCH] Add the usb id of the Trekstor DVB-T Stick Terres 2.0 Philipp Dreimann
@ 2012-09-03 10:55 ` Antti Palosaari
0 siblings, 0 replies; 2+ messages in thread
From: Antti Palosaari @ 2012-09-03 10:55 UTC (permalink / raw)
To: Philipp Dreimann; +Cc: linux-media, Thomas Mair
On 09/03/2012 02:30 AM, Philipp Dreimann wrote:
> It needs the e4000 tuner driver.
>
> Signed-off-by: Philipp Dreimann <philipp@dreimann.net>
> ---
> drivers/media/dvb-core/dvb-usb-ids.h | 1 +
> drivers/media/usb/dvb-usb-v2/rtl28xxu.c | 2 ++
> 2 files changed, 3 insertions(+)
>
> diff --git a/drivers/media/dvb-core/dvb-usb-ids.h b/drivers/media/dvb-core/dvb-usb-ids.h
> index 26c4481..fed6dcd 100644
> --- a/drivers/media/dvb-core/dvb-usb-ids.h
> +++ b/drivers/media/dvb-core/dvb-usb-ids.h
> @@ -82,6 +82,7 @@
> #define USB_PID_AFATECH_AF9035_1003 0x1003
> #define USB_PID_AFATECH_AF9035_9035 0x9035
> #define USB_PID_TREKSTOR_DVBT 0x901b
> +#define USB_PID_TREKSTOR_TERRES_2_0 0xC803
> #define USB_VID_ALINK_DTU 0xf170
> #define USB_PID_ANSONIC_DVBT_USB 0x6000
> #define USB_PID_ANYSEE 0x861f
> diff --git a/drivers/media/usb/dvb-usb-v2/rtl28xxu.c b/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
> index 88b5ea1..d0d23f2 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);
>
Acked-by: Antti Palosaari <crope@iki.fi>
Antti
--
http://palosaari.fi/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-09-03 10:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-02 23:30 [PATCH] Add the usb id of the Trekstor DVB-T Stick Terres 2.0 Philipp Dreimann
2012-09-03 10:55 ` Antti Palosaari
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).