[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1526149422-8971-1-git-send-email-thomas.hollstegge@gmail.com>
Date: Sat, 12 May 2018 20:23:40 +0200
From: Thomas Hollstegge <thomas.hollstegge@...il.com>
To: linux-media@...r.kernel.org
Cc: thomas.hollstegge@...il.com,
Mauro Carvalho Chehab <mchehab@...nel.org>,
Sean Young <sean@...s.org>,
Hans Verkuil <hans.verkuil@...co.com>,
Stefan BrĂ¼ns <stefan.bruens@...h-aachen.de>,
linux-kernel@...r.kernel.org
Subject: [PATCH v3 0/2] media: dvbsky: Add support for MyGica T230C v2
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
Powered by blists - more mailing lists