From: Antti Palosaari <crope@iki.fi>
To: Philipp Dreimann <philipp@dreimann.net>
Cc: linux-media@vger.kernel.org, Thomas Mair <thomas.mair86@googlemail.com>
Subject: Re: [PATCH] Add the usb id of the Trekstor DVB-T Stick Terres 2.0
Date: Mon, 03 Sep 2012 13:55:11 +0300 [thread overview]
Message-ID: <50448C8F.8000603@iki.fi> (raw)
In-Reply-To: <1346628654-3348-1-git-send-email-philipp@dreimann.net>
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/
prev parent reply other threads:[~2012-09-03 10:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=50448C8F.8000603@iki.fi \
--to=crope@iki.fi \
--cc=linux-media@vger.kernel.org \
--cc=philipp@dreimann.net \
--cc=thomas.mair86@googlemail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).