aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/mantis/mantis_dvb.c
diff options
context:
space:
mode:
authorMagnus Horlin <magnus@alefors.se>2009-12-04 05:14:34 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-01-17 11:55:35 -0200
commitea30d81a9634cb4c13bbef46877f0d7730c57552 (patch)
tree03fb55509a333d7c913c142f24106e5122fa4df3 /drivers/media/dvb/mantis/mantis_dvb.c
parenta0c59063a7fe92524ab8fa6e31997b177a8f3029 (diff)
downloadkernel_samsung_crespo-ea30d81a9634cb4c13bbef46877f0d7730c57552.zip
kernel_samsung_crespo-ea30d81a9634cb4c13bbef46877f0d7730c57552.tar.gz
kernel_samsung_crespo-ea30d81a9634cb4c13bbef46877f0d7730c57552.tar.bz2
V4L/DVB (13748): [Mantis/VP-2040] Add support for VP-2040 (TDA10023 frontend based)
Signed-off-by: Magnus Horlin <magnus@alefors.se> Signed-off-by: Manu Abraham <manu@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/mantis/mantis_dvb.c')
-rw-r--r--drivers/media/dvb/mantis/mantis_dvb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb/mantis/mantis_dvb.c b/drivers/media/dvb/mantis/mantis_dvb.c
index ade4449..3940aed 100644
--- a/drivers/media/dvb/mantis/mantis_dvb.c
+++ b/drivers/media/dvb/mantis/mantis_dvb.c
@@ -273,6 +273,7 @@ int __devinit mantis_frontend_init(struct mantis_pci *mantis)
}
break;
+ case MANTIS_VP_2040_DVB_C: // VP-2040
case TERRATEC_CINERGY_C_PCI:
dprintk(verbose, MANTIS_ERROR, 1, "Probing for CU1216 (DVB-C)");
mantis->fe = tda10023_attach(&tda10023_cu1216_config, &mantis->adapter, read_pwm(mantis));