5afc9a25be
This patch adds support for the Technisat Skystar S2 - this has been tried before but the cx24120 driver was a bit out of shape and it didn't got any further: https://patchwork.linuxtv.org/patch/10575/ It is an old card, but currently being sold off for next to nothing, so it's proving quite popular of late. Noticing it's quite similar to the cx24116 and cx24117 I've rewritten the driver in a similar way. There were a few registers and commands from those drivers missing from this one I've tested out and found they do something so they've been added in to speed up tuning and to make get_frontend return something useful. Signed-off-by: Jemma Denson <jdenson@gmail.com> Signed-off-by: Patrick.Boettcher <patrick.boettcher@posteo.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
24 lines
930 B
Text
24 lines
930 B
Text
config DVB_B2C2_FLEXCOP
|
|
tristate
|
|
depends on DVB_CORE && I2C
|
|
depends on DVB_B2C2_FLEXCOP_PCI || DVB_B2C2_FLEXCOP_USB
|
|
default y
|
|
select DVB_PLL if MEDIA_SUBDRV_AUTOSELECT
|
|
select DVB_STV0299 if MEDIA_SUBDRV_AUTOSELECT
|
|
select DVB_MT352 if MEDIA_SUBDRV_AUTOSELECT
|
|
select DVB_MT312 if MEDIA_SUBDRV_AUTOSELECT
|
|
select DVB_NXT200X if MEDIA_SUBDRV_AUTOSELECT
|
|
select DVB_STV0297 if MEDIA_SUBDRV_AUTOSELECT
|
|
select DVB_BCM3510 if MEDIA_SUBDRV_AUTOSELECT
|
|
select DVB_LGDT330X if MEDIA_SUBDRV_AUTOSELECT
|
|
select DVB_S5H1420 if MEDIA_SUBDRV_AUTOSELECT
|
|
select DVB_TUNER_ITD1000 if MEDIA_SUBDRV_AUTOSELECT
|
|
select DVB_ISL6421 if MEDIA_SUBDRV_AUTOSELECT
|
|
select DVB_CX24120 if MEDIA_SUBDRV_AUTOSELECT
|
|
select DVB_CX24123 if MEDIA_SUBDRV_AUTOSELECT
|
|
select MEDIA_TUNER_SIMPLE if MEDIA_SUBDRV_AUTOSELECT
|
|
select DVB_TUNER_CX24113 if MEDIA_SUBDRV_AUTOSELECT
|
|
|
|
# Selected via the PCI or USB flexcop drivers
|
|
config DVB_B2C2_FLEXCOP_DEBUG
|
|
bool
|