summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/Makefile
diff options
context:
space:
mode:
authorMalcolm Priestley <tvboxspy@gmail.com>2012-03-07 18:11:03 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-03-19 14:52:59 -0300
commitae8dc8ee2b84d31306766d87cc5b2bb42e216f57 (patch)
treeea32352866653fd9c92f528f529814e493d03f7c /drivers/media/dvb/frontends/Makefile
parent77c2402dc6c900a2d60587cd83bc1ee3dd39c460 (diff)
downloadop-kernel-dev-ae8dc8ee2b84d31306766d87cc5b2bb42e216f57.zip
op-kernel-dev-ae8dc8ee2b84d31306766d87cc5b2bb42e216f57.tar.gz
[media] m88rs2000 1.12 v2 DVB-S frontend and tuner module
Support for m88rs2000 chip used in lmedm04 driver. Note there are still lock problems. Slow channel change due to the large block of registers sent in set_frontend. Version 2 differences. Front end is completely shut down when in sleep mode. This allow user to regain control of device. Kaffeine scan problem solved by removing register calls from get_frontend. Kaffeine seems to call get_frontend when updating signal data. This can happen in the middle of a tune stalling the driver. Change calculations to those in the DS3000 driver. Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.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 17519dc..86fa808 100644
--- a/drivers/media/dvb/frontends/Makefile
+++ b/drivers/media/dvb/frontends/Makefile
@@ -97,4 +97,5 @@ obj-$(CONFIG_DVB_IT913X_FE) += it913x-fe.o
obj-$(CONFIG_DVB_A8293) += a8293.o
obj-$(CONFIG_DVB_TDA10071) += tda10071.o
obj-$(CONFIG_DVB_RTL2830) += rtl2830.o
+obj-$(CONFIG_DVB_M88RS2000) += m88rs2000.o
OpenPOWER on IntegriCloud