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