linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Add support for MyGica T230C DVB-T2 stick
@ 2017-02-12 15:26 Stefan Brüns
  2017-02-13  5:02 ` Antti Palosaari
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Brüns @ 2017-02-12 15:26 UTC (permalink / raw)
  To: linux-media
  Cc: linux-kernel, Mauro Carvalho Chehab, Antti Palosaari, Stefan Brüns

The required command sequence for the new tuner (Si2141) was traced from the
current Windows driver and verified with a small python script/libusb.
The changes to the Si2168 and cxusb driver are mostly addition of the
required IDs and some glue code.

Stefan Brüns (3):
  [media] si2157: Add support for Si2141-A10
  [media] si2168: add support for Si2168-D60
  [media] cxusb: MyGica T230C support

 drivers/media/dvb-core/dvb-usb-ids.h      |  1 +
 drivers/media/dvb-frontends/si2168.c      |  4 ++
 drivers/media/dvb-frontends/si2168_priv.h |  2 +
 drivers/media/tuners/si2157.c             | 23 ++++++++-
 drivers/media/tuners/si2157_priv.h        |  2 +
 drivers/media/usb/dvb-usb/cxusb.c         | 80 +++++++++++++++++++++++++++++--
 6 files changed, 106 insertions(+), 6 deletions(-)

-- 
2.11.0

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

* Re: [PATCH 0/3] Add support for MyGica T230C DVB-T2 stick
  2017-02-12 15:26 [PATCH 0/3] Add support for MyGica T230C DVB-T2 stick Stefan Brüns
@ 2017-02-13  5:02 ` Antti Palosaari
  0 siblings, 0 replies; 2+ messages in thread
From: Antti Palosaari @ 2017-02-13  5:02 UTC (permalink / raw)
  To: Stefan Brüns, linux-media; +Cc: linux-kernel, Mauro Carvalho Chehab

On 02/12/2017 05:26 PM, Stefan Brüns wrote:
> The required command sequence for the new tuner (Si2141) was traced from the
> current Windows driver and verified with a small python script/libusb.
> The changes to the Si2168 and cxusb driver are mostly addition of the
> required IDs and some glue code.
>
> Stefan Brüns (3):
>   [media] si2157: Add support for Si2141-A10
>   [media] si2168: add support for Si2168-D60
>   [media] cxusb: MyGica T230C support
>
>  drivers/media/dvb-core/dvb-usb-ids.h      |  1 +
>  drivers/media/dvb-frontends/si2168.c      |  4 ++
>  drivers/media/dvb-frontends/si2168_priv.h |  2 +
>  drivers/media/tuners/si2157.c             | 23 ++++++++-
>  drivers/media/tuners/si2157_priv.h        |  2 +
>  drivers/media/usb/dvb-usb/cxusb.c         | 80 +++++++++++++++++++++++++++++--
>  6 files changed, 106 insertions(+), 6 deletions(-)
>

Patch set looks pretty correct, but remote controller is something I 
hope you could fix. Old T230 did it wrong and defined 
rc_map_d680_dmb_table whilst proper map is 
RC_MAP_TOTAL_MEDIA_IN_HAND_02. Secondly it should be converted to 
rc-core. Even those are wrong for old revision, for new devices those 
should be done correct.

regards
Antti
-- 
http://palosaari.fi/

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

end of thread, other threads:[~2017-02-13  5:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-12 15:26 [PATCH 0/3] Add support for MyGica T230C DVB-T2 stick Stefan Brüns
2017-02-13  5:02 ` 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).