[PATCH v3 0/2] media: dvbsky: Add support for MyGica T230C v2

From: Thomas Hollstegge
Date: Sat May 12 2018 - 14:24:42 EST


Add support for newer revisions of the USB DVB-C/DVB-T/DVB-T2 stick MyGica
T230C, sometimes referred to as MyGica T230C2. The device needs a fixed TS
clock frequency of 10MHz to be able to demod some channels. This is done by
adding two new optional configuration options for the Si2168 demod
(ts_clock_mode and ts_clock_freq).

Although there is a third TS clock mode available (AUTO_FIXED = 0x00), I chose
not to implement it yet as I don't have a device that uses this mode.

Tested with all available DVB-T2 HEVC and DVB-C muxes in my region (Germany).

Patch v3 notes: Fixed issue with other Si2168 devices. Tested with MyGica T230,
T230C and T230C v2.

Thomas Hollstegge (2):
si2168: Set TS clock mode and frequency
dvbsky: Add support for MyGica T230C v2

drivers/media/dvb-frontends/si2168.c | 20 ++++++-
drivers/media/dvb-frontends/si2168.h | 8 +++
drivers/media/dvb-frontends/si2168_priv.h | 2 +
drivers/media/usb/dvb-usb-v2/dvbsky.c | 90 +++++++++++++++++++++++++++++++
include/media/dvb-usb-ids.h | 1 +
5 files changed, 120 insertions(+), 1 deletion(-)

--
2.7.4