summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends/Makefile
diff options
context:
space:
mode:
authorJemma Denson <jdenson@gmail.com>2015-04-14 09:04:50 -0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-05-18 16:31:35 -0300
commit5afc9a25be8d4e627cf07aa8a7500eafe3664b94 (patch)
treedfdde92a1caa90f87140b3f097ec20d4b2dc1c61 /drivers/media/dvb-frontends/Makefile
parent9cae84b32dd52768cf2fd2fcb214c3f570676c4b (diff)
downloadop-kernel-dev-5afc9a25be8d4e627cf07aa8a7500eafe3664b94.zip
op-kernel-dev-5afc9a25be8d4e627cf07aa8a7500eafe3664b94.tar.gz
[media] Add support for TechniSat Skystar S2
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>
Diffstat (limited to 'drivers/media/dvb-frontends/Makefile')
-rw-r--r--drivers/media/dvb-frontends/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb-frontends/Makefile b/drivers/media/dvb-frontends/Makefile
index 23d399b..ebab1b8 100644
--- a/drivers/media/dvb-frontends/Makefile
+++ b/drivers/media/dvb-frontends/Makefile
@@ -83,6 +83,7 @@ obj-$(CONFIG_DVB_DUMMY_FE) += dvb_dummy_fe.o
obj-$(CONFIG_DVB_AF9013) += af9013.o
obj-$(CONFIG_DVB_CX24116) += cx24116.o
obj-$(CONFIG_DVB_CX24117) += cx24117.o
+obj-$(CONFIG_DVB_CX24120) += cx24120.o
obj-$(CONFIG_DVB_SI21XX) += si21xx.o
obj-$(CONFIG_DVB_SI2168) += si2168.o
obj-$(CONFIG_DVB_STV0288) += stv0288.o
OpenPOWER on IntegriCloud