* [PATCH] rtl28xxu: 0ccd:00d7 TerraTec Cinergy T Stick+
@ 2012-11-06 23:01 Andrew Karpow
2012-11-07 6:23 ` Antti Palosaari
2012-11-08 0:26 ` Antti Palosaari
0 siblings, 2 replies; 3+ messages in thread
From: Andrew Karpow @ 2012-11-06 23:01 UTC (permalink / raw)
To: Linux Media Mailing List
added usb-id as driver supports the stick
Signed-off-by: Andrew Karpow <andy@mailbox.tu-berlin.de>
---
drivers/media/usb/dvb-usb-v2/rtl28xxu.c | 2 ++
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 0149cdd..093f1ac 100644
--- a/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
+++ b/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
@@ -1348,6 +1348,8 @@ static const struct usb_device_id
rtl28xxu_id_table[] = {
&rtl2832u_props, "TerraTec Cinergy T Stick RC (Rev. 3)", NULL) },
{ DVB_USB_DEVICE(USB_VID_DEXATEK, 0x1102,
&rtl2832u_props, "Dexatek DK mini DVB-T Dongle", NULL) },
+ { DVB_USB_DEVICE(USB_VID_TERRATEC, 0x00d7,
+ &rtl2832u_props, "TerraTec Cinergy T Stick+", NULL) },
{ }
};
MODULE_DEVICE_TABLE(usb, rtl28xxu_id_table);
--
1.7.8.6
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] rtl28xxu: 0ccd:00d7 TerraTec Cinergy T Stick+
2012-11-06 23:01 [PATCH] rtl28xxu: 0ccd:00d7 TerraTec Cinergy T Stick+ Andrew Karpow
@ 2012-11-07 6:23 ` Antti Palosaari
2012-11-08 0:26 ` Antti Palosaari
1 sibling, 0 replies; 3+ messages in thread
From: Antti Palosaari @ 2012-11-07 6:23 UTC (permalink / raw)
To: Andrew Karpow; +Cc: Linux Media Mailing List
On 11/07/2012 01:01 AM, Andrew Karpow wrote:
> added usb-id as driver supports the stick
>
> Signed-off-by: Andrew Karpow <andy@mailbox.tu-berlin.de>
> ---
> drivers/media/usb/dvb-usb-v2/rtl28xxu.c | 2 ++
> 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 0149cdd..093f1ac 100644
> --- a/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
> +++ b/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
> @@ -1348,6 +1348,8 @@ static const struct usb_device_id
> rtl28xxu_id_table[] = {
> &rtl2832u_props, "TerraTec Cinergy T Stick RC (Rev. 3)", NULL) },
> { DVB_USB_DEVICE(USB_VID_DEXATEK, 0x1102,
> &rtl2832u_props, "Dexatek DK mini DVB-T Dongle", NULL) },
> + { DVB_USB_DEVICE(USB_VID_TERRATEC, 0x00d7,
> + &rtl2832u_props, "TerraTec Cinergy T Stick+", NULL) },
> { }
> };
> MODULE_DEVICE_TABLE(usb, rtl28xxu_id_table);
>
Acked-by: Antti Palosaari <crope@iki.fi>
Thank you!
Could someone say if that simple USB ID addition could be added to the
Kernel 3.7 which is already in release candidate phase?
regards
Antti
--
http://palosaari.fi/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] rtl28xxu: 0ccd:00d7 TerraTec Cinergy T Stick+
2012-11-06 23:01 [PATCH] rtl28xxu: 0ccd:00d7 TerraTec Cinergy T Stick+ Andrew Karpow
2012-11-07 6:23 ` Antti Palosaari
@ 2012-11-08 0:26 ` Antti Palosaari
1 sibling, 0 replies; 3+ messages in thread
From: Antti Palosaari @ 2012-11-08 0:26 UTC (permalink / raw)
To: Andrew Karpow; +Cc: Linux Media Mailing List
On 11/07/2012 01:01 AM, Andrew Karpow wrote:
> added usb-id as driver supports the stick
>
> Signed-off-by: Andrew Karpow <andy@mailbox.tu-berlin.de>
> ---
> drivers/media/usb/dvb-usb-v2/rtl28xxu.c | 2 ++
> 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 0149cdd..093f1ac 100644
> --- a/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
> +++ b/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
> @@ -1348,6 +1348,8 @@ static const struct usb_device_id
> rtl28xxu_id_table[] = {
> &rtl2832u_props, "TerraTec Cinergy T Stick RC (Rev. 3)", NULL) },
> { DVB_USB_DEVICE(USB_VID_DEXATEK, 0x1102,
> &rtl2832u_props, "Dexatek DK mini DVB-T Dongle", NULL) },
> + { DVB_USB_DEVICE(USB_VID_TERRATEC, 0x00d7,
> + &rtl2832u_props, "TerraTec Cinergy T Stick+", NULL) },
> { }
> };
> MODULE_DEVICE_TABLE(usb, rtl28xxu_id_table);
>
When you send send patches next time, ensure those are correct. git am
didn't like that patch at all and I fight quite long before given up and
applied it half manually. Long lines at least seems to split brokenly
and maybe something more.
regards
Antti
--
http://palosaari.fi/
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-11-08 0:27 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-06 23:01 [PATCH] rtl28xxu: 0ccd:00d7 TerraTec Cinergy T Stick+ Andrew Karpow
2012-11-07 6:23 ` Antti Palosaari
2012-11-08 0:26 ` Antti Palosaari
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox