linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] af9035: add ID [0bda:00aa] TerraTec Cinergy T Stick (rev. 2)
@ 2013-02-17 21:48 Fabrizio Gazzato
  2013-02-17 21:49 ` Antti Palosaari
  0 siblings, 1 reply; 3+ messages in thread
From: Fabrizio Gazzato @ 2013-02-17 21:48 UTC (permalink / raw)
  To: Antti Palosaari; +Cc: gennarone, linux-media

Hi Antti,

this patch adds USB ID for alternative "Terratec Cinergy T Stick".
Tested by a friend: works similarly to 0ccd:0093 version (af9035+tua9001)

Regards


Signed-off-by: Fabrizio Gazzato <fabrizio.gazzato@gmail.com>
---
 drivers/media/usb/dvb-usb-v2/af9035.c |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/media/usb/dvb-usb-v2/af9035.c
b/drivers/media/usb/dvb-usb-v2/af9035.c
index 61ae7f9..c3cd6be 100644
--- a/drivers/media/usb/dvb-usb-v2/af9035.c
+++ b/drivers/media/usb/dvb-usb-v2/af9035.c
@@ -1133,6 +1133,8 @@ static const struct usb_device_id af9035_id_table[] = {
 		&af9035_props, "AVerMedia Twinstar (A825)", NULL) },
 	{ DVB_USB_DEVICE(USB_VID_ASUS, USB_PID_ASUS_U3100MINI_PLUS,
 		&af9035_props, "Asus U3100Mini Plus", NULL) },
+        { DVB_USB_DEVICE(USB_VID_TERRATEC, 0x00aa,
+		&af9035_props, "TerraTec Cinergy T Stick (rev. 2)", NULL) },
 	{ }
 };
 MODULE_DEVICE_TABLE(usb, af9035_id_table);
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] af9035: add ID [0bda:00aa] TerraTec Cinergy T Stick (rev. 2)
  2013-02-17 21:48 [PATCH] af9035: add ID [0bda:00aa] TerraTec Cinergy T Stick (rev. 2) Fabrizio Gazzato
@ 2013-02-17 21:49 ` Antti Palosaari
       [not found]   ` <CAA=TYk_JNt_Mr8xwqYb6JBepKYoh4SSM85uSLmfcN_cUsL=jsQ@mail.gmail.com>
  0 siblings, 1 reply; 3+ messages in thread
From: Antti Palosaari @ 2013-02-17 21:49 UTC (permalink / raw)
  To: Fabrizio Gazzato; +Cc: gennarone, linux-media

On 02/17/2013 11:48 PM, Fabrizio Gazzato wrote:
> Hi Antti,
>
> this patch adds USB ID for alternative "Terratec Cinergy T Stick".
> Tested by a friend: works similarly to 0ccd:0093 version (af9035+tua9001)
>
> Regards
>
>
> Signed-off-by: Fabrizio Gazzato <fabrizio.gazzato@gmail.com>

Acked-by: Antti Palosaari <crope@iki.fi>


> ---
>   drivers/media/usb/dvb-usb-v2/af9035.c |    2 ++
>   1 file changed, 2 insertions(+)
>
> diff --git a/drivers/media/usb/dvb-usb-v2/af9035.c
> b/drivers/media/usb/dvb-usb-v2/af9035.c
> index 61ae7f9..c3cd6be 100644
> --- a/drivers/media/usb/dvb-usb-v2/af9035.c
> +++ b/drivers/media/usb/dvb-usb-v2/af9035.c
> @@ -1133,6 +1133,8 @@ static const struct usb_device_id af9035_id_table[] = {
>   		&af9035_props, "AVerMedia Twinstar (A825)", NULL) },
>   	{ DVB_USB_DEVICE(USB_VID_ASUS, USB_PID_ASUS_U3100MINI_PLUS,
>   		&af9035_props, "Asus U3100Mini Plus", NULL) },
> +        { DVB_USB_DEVICE(USB_VID_TERRATEC, 0x00aa,
> +		&af9035_props, "TerraTec Cinergy T Stick (rev. 2)", NULL) },
>   	{ }
>   };
>   MODULE_DEVICE_TABLE(usb, af9035_id_table);
>


-- 
http://palosaari.fi/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] af9035: add ID [0bda:00aa] TerraTec Cinergy T Stick (rev. 2)
       [not found]   ` <CAA=TYk_JNt_Mr8xwqYb6JBepKYoh4SSM85uSLmfcN_cUsL=jsQ@mail.gmail.com>
@ 2013-02-17 21:57     ` Antti Palosaari
  0 siblings, 0 replies; 3+ messages in thread
From: Antti Palosaari @ 2013-02-17 21:57 UTC (permalink / raw)
  To: Fabrizio Gazzato, LMML

Could you just sent new patch? I see it is only mistake in patch name, 
but still it is better to send new patch that I or Mauro are not needed 
to edit patch.

regards
Antti



On 02/17/2013 11:53 PM, Fabrizio Gazzato wrote:
> Errata corrige: USB ID is  [0ccd:00aa]
>
> Sorry
>
> Fabrizio
>
> 2013/2/17 Antti Palosaari <crope@iki.fi>:
>> On 02/17/2013 11:48 PM, Fabrizio Gazzato wrote:
>>>
>>> Hi Antti,
>>>
>>> this patch adds USB ID for alternative "Terratec Cinergy T Stick".
>>> Tested by a friend: works similarly to 0ccd:0093 version (af9035+tua9001)
>>>
>>> Regards
>>>
>>>
>>> Signed-off-by: Fabrizio Gazzato <fabrizio.gazzato@gmail.com>
>>
>>
>> Acked-by: Antti Palosaari <crope@iki.fi>
>>
>>
>>> ---
>>>    drivers/media/usb/dvb-usb-v2/af9035.c |    2 ++
>>>    1 file changed, 2 insertions(+)
>>>
>>> diff --git a/drivers/media/usb/dvb-usb-v2/af9035.c
>>> b/drivers/media/usb/dvb-usb-v2/af9035.c
>>> index 61ae7f9..c3cd6be 100644
>>> --- a/drivers/media/usb/dvb-usb-v2/af9035.c
>>> +++ b/drivers/media/usb/dvb-usb-v2/af9035.c
>>> @@ -1133,6 +1133,8 @@ static const struct usb_device_id af9035_id_table[]
>>> = {
>>>                  &af9035_props, "AVerMedia Twinstar (A825)", NULL) },
>>>          { DVB_USB_DEVICE(USB_VID_ASUS, USB_PID_ASUS_U3100MINI_PLUS,
>>>                  &af9035_props, "Asus U3100Mini Plus", NULL) },
>>> +        { DVB_USB_DEVICE(USB_VID_TERRATEC, 0x00aa,
>>> +               &af9035_props, "TerraTec Cinergy T Stick (rev. 2)", NULL)
>>> },
>>>          { }
>>>    };
>>>    MODULE_DEVICE_TABLE(usb, af9035_id_table);
>>>
>>
>>
>> --
>> http://palosaari.fi/


-- 
http://palosaari.fi/

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-02-17 21:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-17 21:48 [PATCH] af9035: add ID [0bda:00aa] TerraTec Cinergy T Stick (rev. 2) Fabrizio Gazzato
2013-02-17 21:49 ` Antti Palosaari
     [not found]   ` <CAA=TYk_JNt_Mr8xwqYb6JBepKYoh4SSM85uSLmfcN_cUsL=jsQ@mail.gmail.com>
2013-02-17 21:57     ` 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).