All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dvb-usb-dvbsky: add new product id for TT CT2-4650 CI
@ 2016-01-06 16:26 Torbjörn Jansson
  2016-01-07  8:32 ` Olli Salonen
  0 siblings, 1 reply; 4+ messages in thread
From: Torbjörn Jansson @ 2016-01-06 16:26 UTC (permalink / raw)
  To: linux-media; +Cc: Nibble Max, Olli Salonen, Torbjörn Jansson

Add a new product id to dvb-usb-dvbsky for new version of TechnoTrend CT2-4650 CI

Signed-off-by: Torbjörn Jansson <torbjorn.jansson@mbox200.swipnet.se>
---
 drivers/media/dvb-core/dvb-usb-ids.h  | 1 +
 drivers/media/usb/dvb-usb-v2/dvbsky.c | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/drivers/media/dvb-core/dvb-usb-ids.h b/drivers/media/dvb-core/dvb-usb-ids.h
index 1c1c298..a3761e9 100644
--- a/drivers/media/dvb-core/dvb-usb-ids.h
+++ b/drivers/media/dvb-core/dvb-usb-ids.h
@@ -247,6 +247,7 @@
 #define USB_PID_TECHNOTREND_CONNECT_CT3650		0x300d
 #define USB_PID_TECHNOTREND_CONNECT_S2_4600             0x3011
 #define USB_PID_TECHNOTREND_CONNECT_CT2_4650_CI		0x3012
+#define USB_PID_TECHNOTREND_CONNECT_CT2_4650_CI_2	0x3015
 #define USB_PID_TECHNOTREND_TVSTICK_CT2_4400		0x3014
 #define USB_PID_TERRATEC_CINERGY_DT_XS_DIVERSITY	0x005a
 #define USB_PID_TERRATEC_CINERGY_DT_XS_DIVERSITY_2	0x0081
diff --git a/drivers/media/usb/dvb-usb-v2/dvbsky.c b/drivers/media/usb/dvb-usb-v2/dvbsky.c
index 1dd9625..b4620b7 100644
--- a/drivers/media/usb/dvb-usb-v2/dvbsky.c
+++ b/drivers/media/usb/dvb-usb-v2/dvbsky.c
@@ -847,6 +847,10 @@ static const struct usb_device_id dvbsky_id_table[] = {
 		USB_PID_TECHNOTREND_CONNECT_CT2_4650_CI,
 		&dvbsky_t680c_props, "TechnoTrend TT-connect CT2-4650 CI",
 		RC_MAP_TT_1500) },
+	{ DVB_USB_DEVICE(USB_VID_TECHNOTREND,
+		USB_PID_TECHNOTREND_CONNECT_CT2_4650_CI_2,
+		&dvbsky_t680c_props, "TechnoTrend TT-connect CT2-4650 CI v1.1",
+		RC_MAP_TT_1500) },
 	{ DVB_USB_DEVICE(USB_VID_TERRATEC,
 		USB_PID_TERRATEC_H7_3,
 		&dvbsky_t680c_props, "Terratec H7 Rev.4",
-- 
2.4.3


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

* Re: [PATCH] dvb-usb-dvbsky: add new product id for TT CT2-4650 CI
  2016-01-06 16:26 [PATCH] dvb-usb-dvbsky: add new product id for TT CT2-4650 CI Torbjörn Jansson
@ 2016-01-07  8:32 ` Olli Salonen
  2016-01-14 17:43   ` Torbjorn Jansson
  0 siblings, 1 reply; 4+ messages in thread
From: Olli Salonen @ 2016-01-07  8:32 UTC (permalink / raw)
  To: linux-media

Reviewed-by: Olli Salonen <olli.salonen@iki.fi>

On 6 January 2016 at 17:26, Torbjörn Jansson
<torbjorn.jansson@mbox200.swipnet.se> wrote:
> Add a new product id to dvb-usb-dvbsky for new version of TechnoTrend CT2-4650 CI
>
> Signed-off-by: Torbjörn Jansson <torbjorn.jansson@mbox200.swipnet.se>
> ---
>  drivers/media/dvb-core/dvb-usb-ids.h  | 1 +
>  drivers/media/usb/dvb-usb-v2/dvbsky.c | 4 ++++
>  2 files changed, 5 insertions(+)
>
> diff --git a/drivers/media/dvb-core/dvb-usb-ids.h b/drivers/media/dvb-core/dvb-usb-ids.h
> index 1c1c298..a3761e9 100644
> --- a/drivers/media/dvb-core/dvb-usb-ids.h
> +++ b/drivers/media/dvb-core/dvb-usb-ids.h
> @@ -247,6 +247,7 @@
>  #define USB_PID_TECHNOTREND_CONNECT_CT3650             0x300d
>  #define USB_PID_TECHNOTREND_CONNECT_S2_4600             0x3011
>  #define USB_PID_TECHNOTREND_CONNECT_CT2_4650_CI                0x3012
> +#define USB_PID_TECHNOTREND_CONNECT_CT2_4650_CI_2      0x3015
>  #define USB_PID_TECHNOTREND_TVSTICK_CT2_4400           0x3014
>  #define USB_PID_TERRATEC_CINERGY_DT_XS_DIVERSITY       0x005a
>  #define USB_PID_TERRATEC_CINERGY_DT_XS_DIVERSITY_2     0x0081
> diff --git a/drivers/media/usb/dvb-usb-v2/dvbsky.c b/drivers/media/usb/dvb-usb-v2/dvbsky.c
> index 1dd9625..b4620b7 100644
> --- a/drivers/media/usb/dvb-usb-v2/dvbsky.c
> +++ b/drivers/media/usb/dvb-usb-v2/dvbsky.c
> @@ -847,6 +847,10 @@ static const struct usb_device_id dvbsky_id_table[] = {
>                 USB_PID_TECHNOTREND_CONNECT_CT2_4650_CI,
>                 &dvbsky_t680c_props, "TechnoTrend TT-connect CT2-4650 CI",
>                 RC_MAP_TT_1500) },
> +       { DVB_USB_DEVICE(USB_VID_TECHNOTREND,
> +               USB_PID_TECHNOTREND_CONNECT_CT2_4650_CI_2,
> +               &dvbsky_t680c_props, "TechnoTrend TT-connect CT2-4650 CI v1.1",
> +               RC_MAP_TT_1500) },
>         { DVB_USB_DEVICE(USB_VID_TERRATEC,
>                 USB_PID_TERRATEC_H7_3,
>                 &dvbsky_t680c_props, "Terratec H7 Rev.4",
> --
> 2.4.3
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-media" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH] dvb-usb-dvbsky: add new product id for TT CT2-4650 CI
  2016-01-07  8:32 ` Olli Salonen
@ 2016-01-14 17:43   ` Torbjorn Jansson
  2016-01-15 11:58     ` Olli Salonen
  0 siblings, 1 reply; 4+ messages in thread
From: Torbjorn Jansson @ 2016-01-14 17:43 UTC (permalink / raw)
  To: Olli Salonen, linux-media

a question, who maintains the wiki?
i think the wiki page for this card 
(http://www.linuxtv.org/wiki/index.php/TechnoTrend_TT-connect_CT2-4650_CI) 
should be updated.

at the very least with some text saying that there is a second version 
of this card, possibly also something about it not yet working and i 
also think there is slightly different versions of tuner and demod in 
use and different firmware files is needed.


On 2016-01-07 09:32, Olli Salonen wrote:
> Reviewed-by: Olli Salonen <olli.salonen@iki.fi>
>
> On 6 January 2016 at 17:26, Torbjörn Jansson
> <torbjorn.jansson@mbox200.swipnet.se> wrote:
>> Add a new product id to dvb-usb-dvbsky for new version of TechnoTrend CT2-4650 CI
>>
>> Signed-off-by: Torbjörn Jansson <torbjorn.jansson@mbox200.swipnet.se>
>> ---
>>   drivers/media/dvb-core/dvb-usb-ids.h  | 1 +
>>   drivers/media/usb/dvb-usb-v2/dvbsky.c | 4 ++++
>>   2 files changed, 5 insertions(+)
>>
>> diff --git a/drivers/media/dvb-core/dvb-usb-ids.h b/drivers/media/dvb-core/dvb-usb-ids.h
>> index 1c1c298..a3761e9 100644
>> --- a/drivers/media/dvb-core/dvb-usb-ids.h
>> +++ b/drivers/media/dvb-core/dvb-usb-ids.h
>> @@ -247,6 +247,7 @@
>>   #define USB_PID_TECHNOTREND_CONNECT_CT3650             0x300d
>>   #define USB_PID_TECHNOTREND_CONNECT_S2_4600             0x3011
>>   #define USB_PID_TECHNOTREND_CONNECT_CT2_4650_CI                0x3012
>> +#define USB_PID_TECHNOTREND_CONNECT_CT2_4650_CI_2      0x3015
>>   #define USB_PID_TECHNOTREND_TVSTICK_CT2_4400           0x3014
>>   #define USB_PID_TERRATEC_CINERGY_DT_XS_DIVERSITY       0x005a
>>   #define USB_PID_TERRATEC_CINERGY_DT_XS_DIVERSITY_2     0x0081
>> diff --git a/drivers/media/usb/dvb-usb-v2/dvbsky.c b/drivers/media/usb/dvb-usb-v2/dvbsky.c
>> index 1dd9625..b4620b7 100644
>> --- a/drivers/media/usb/dvb-usb-v2/dvbsky.c
>> +++ b/drivers/media/usb/dvb-usb-v2/dvbsky.c
>> @@ -847,6 +847,10 @@ static const struct usb_device_id dvbsky_id_table[] = {
>>                  USB_PID_TECHNOTREND_CONNECT_CT2_4650_CI,
>>                  &dvbsky_t680c_props, "TechnoTrend TT-connect CT2-4650 CI",
>>                  RC_MAP_TT_1500) },
>> +       { DVB_USB_DEVICE(USB_VID_TECHNOTREND,
>> +               USB_PID_TECHNOTREND_CONNECT_CT2_4650_CI_2,
>> +               &dvbsky_t680c_props, "TechnoTrend TT-connect CT2-4650 CI v1.1",
>> +               RC_MAP_TT_1500) },
>>          { DVB_USB_DEVICE(USB_VID_TERRATEC,
>>                  USB_PID_TERRATEC_H7_3,
>>                  &dvbsky_t680c_props, "Terratec H7 Rev.4",
>> --
>> 2.4.3
>>
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-media" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> --


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

* Re: [PATCH] dvb-usb-dvbsky: add new product id for TT CT2-4650 CI
  2016-01-14 17:43   ` Torbjorn Jansson
@ 2016-01-15 11:58     ` Olli Salonen
  0 siblings, 0 replies; 4+ messages in thread
From: Olli Salonen @ 2016-01-15 11:58 UTC (permalink / raw)
  To: Torbjorn Jansson; +Cc: linux-media

Hi Torbjörn,

No-one and everyone. :)

Feel free to make the changes you'd like to see. You probably have the
best picture of the changes between the devices.

Cheers,
-olli

On 14 January 2016 at 19:43, Torbjorn Jansson
<torbjorn.jansson@mbox200.swipnet.se> wrote:
> a question, who maintains the wiki?
> i think the wiki page for this card
> (http://www.linuxtv.org/wiki/index.php/TechnoTrend_TT-connect_CT2-4650_CI)
> should be updated.
>
> at the very least with some text saying that there is a second version of
> this card, possibly also something about it not yet working and i also think
> there is slightly different versions of tuner and demod in use and different
> firmware files is needed.
>
>
> On 2016-01-07 09:32, Olli Salonen wrote:
>>
>> Reviewed-by: Olli Salonen <olli.salonen@iki.fi>
>>
>> On 6 January 2016 at 17:26, Torbjörn Jansson
>> <torbjorn.jansson@mbox200.swipnet.se> wrote:
>>>
>>> Add a new product id to dvb-usb-dvbsky for new version of TechnoTrend
>>> CT2-4650 CI
>>>
>>> Signed-off-by: Torbjörn Jansson <torbjorn.jansson@mbox200.swipnet.se>
>>> ---
>>>   drivers/media/dvb-core/dvb-usb-ids.h  | 1 +
>>>   drivers/media/usb/dvb-usb-v2/dvbsky.c | 4 ++++
>>>   2 files changed, 5 insertions(+)
>>>
>>> diff --git a/drivers/media/dvb-core/dvb-usb-ids.h
>>> b/drivers/media/dvb-core/dvb-usb-ids.h
>>> index 1c1c298..a3761e9 100644
>>> --- a/drivers/media/dvb-core/dvb-usb-ids.h
>>> +++ b/drivers/media/dvb-core/dvb-usb-ids.h
>>> @@ -247,6 +247,7 @@
>>>   #define USB_PID_TECHNOTREND_CONNECT_CT3650             0x300d
>>>   #define USB_PID_TECHNOTREND_CONNECT_S2_4600             0x3011
>>>   #define USB_PID_TECHNOTREND_CONNECT_CT2_4650_CI                0x3012
>>> +#define USB_PID_TECHNOTREND_CONNECT_CT2_4650_CI_2      0x3015
>>>   #define USB_PID_TECHNOTREND_TVSTICK_CT2_4400           0x3014
>>>   #define USB_PID_TERRATEC_CINERGY_DT_XS_DIVERSITY       0x005a
>>>   #define USB_PID_TERRATEC_CINERGY_DT_XS_DIVERSITY_2     0x0081
>>> diff --git a/drivers/media/usb/dvb-usb-v2/dvbsky.c
>>> b/drivers/media/usb/dvb-usb-v2/dvbsky.c
>>> index 1dd9625..b4620b7 100644
>>> --- a/drivers/media/usb/dvb-usb-v2/dvbsky.c
>>> +++ b/drivers/media/usb/dvb-usb-v2/dvbsky.c
>>> @@ -847,6 +847,10 @@ static const struct usb_device_id dvbsky_id_table[]
>>> = {
>>>                  USB_PID_TECHNOTREND_CONNECT_CT2_4650_CI,
>>>                  &dvbsky_t680c_props, "TechnoTrend TT-connect CT2-4650
>>> CI",
>>>                  RC_MAP_TT_1500) },
>>> +       { DVB_USB_DEVICE(USB_VID_TECHNOTREND,
>>> +               USB_PID_TECHNOTREND_CONNECT_CT2_4650_CI_2,
>>> +               &dvbsky_t680c_props, "TechnoTrend TT-connect CT2-4650 CI
>>> v1.1",
>>> +               RC_MAP_TT_1500) },
>>>          { DVB_USB_DEVICE(USB_VID_TERRATEC,
>>>                  USB_PID_TERRATEC_H7_3,
>>>                  &dvbsky_t680c_props, "Terratec H7 Rev.4",
>>> --
>>> 2.4.3
>>>
>>> --
>>> To unsubscribe from this list: send the line "unsubscribe linux-media" in
>>> the body of a message to majordomo@vger.kernel.org
>>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>
>> --
>
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-media" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2016-01-15 12:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-06 16:26 [PATCH] dvb-usb-dvbsky: add new product id for TT CT2-4650 CI Torbjörn Jansson
2016-01-07  8:32 ` Olli Salonen
2016-01-14 17:43   ` Torbjorn Jansson
2016-01-15 11:58     ` Olli Salonen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.