aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb
diff options
context:
space:
mode:
authorMarko Viitamaki <mau2@suomi24.fi>2009-12-04 03:32:30 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-01-17 08:55:41 -0500
commitf5701b67767c6b81a035c9e2b539025f91d1e84d (patch)
tree4289e76769847e43283a05a983c1c797cf31a416 /drivers/media/dvb
parente26c2b46201e5ae38111391c293cec08870b7f6d (diff)
V4L/DVB (13783): [Mantis/Technisat Cablestar HD2] Add support for the Technisat Cablestar HD2
Signed-off-by: Marko Viitamaki <mau2@suomi24.fi> Signed-off-by: Manu Abraham <manu@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb')
-rw-r--r--drivers/media/dvb/mantis/mantis_core.c1
-rw-r--r--drivers/media/dvb/mantis/mantis_dvb.c1
-rw-r--r--drivers/media/dvb/mantis/mantis_vp2040.h1
3 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/dvb/mantis/mantis_core.c b/drivers/media/dvb/mantis/mantis_core.c
index 3fd3b0801cf4..c3d0d53bc381 100644
--- a/drivers/media/dvb/mantis/mantis_core.c
+++ b/drivers/media/dvb/mantis/mantis_core.c
@@ -121,6 +121,7 @@ static void mantis_load_config(struct mantis_pci *mantis)
121 break; 121 break;
122 case MANTIS_VP_2040_DVB_C: // VP-2040 122 case MANTIS_VP_2040_DVB_C: // VP-2040
123 case TERRATEC_CINERGY_C_PCI: // VP-2040 clone 123 case TERRATEC_CINERGY_C_PCI: // VP-2040 clone
124 case TECHNISAT_CABLESTAR_HD2:
124 mantis->hwconfig = &vp2040_mantis_config; 125 mantis->hwconfig = &vp2040_mantis_config;
125 break; 126 break;
126 case MANTIS_VP_3030_DVB_T: // VP-3030 127 case MANTIS_VP_3030_DVB_T: // VP-3030
diff --git a/drivers/media/dvb/mantis/mantis_dvb.c b/drivers/media/dvb/mantis/mantis_dvb.c
index 3940aed8af8d..c3a35bee4686 100644
--- a/drivers/media/dvb/mantis/mantis_dvb.c
+++ b/drivers/media/dvb/mantis/mantis_dvb.c
@@ -275,6 +275,7 @@ int __devinit mantis_frontend_init(struct mantis_pci *mantis)
275 break; 275 break;
276 case MANTIS_VP_2040_DVB_C: // VP-2040 276 case MANTIS_VP_2040_DVB_C: // VP-2040
277 case TERRATEC_CINERGY_C_PCI: 277 case TERRATEC_CINERGY_C_PCI:
278 case TECHNISAT_CABLESTAR_HD2:
278 dprintk(verbose, MANTIS_ERROR, 1, "Probing for CU1216 (DVB-C)"); 279 dprintk(verbose, MANTIS_ERROR, 1, "Probing for CU1216 (DVB-C)");
279 mantis->fe = tda10023_attach(&tda10023_cu1216_config, &mantis->adapter, read_pwm(mantis)); 280 mantis->fe = tda10023_attach(&tda10023_cu1216_config, &mantis->adapter, read_pwm(mantis));
280 if (mantis->fe) { 281 if (mantis->fe) {
diff --git a/drivers/media/dvb/mantis/mantis_vp2040.h b/drivers/media/dvb/mantis/mantis_vp2040.h
index 69463cc4ccc8..645dade7543b 100644
--- a/drivers/media/dvb/mantis/mantis_vp2040.h
+++ b/drivers/media/dvb/mantis/mantis_vp2040.h
@@ -27,6 +27,7 @@
27 27
28#define MANTIS_VP_2040_DVB_C 0x0043 28#define MANTIS_VP_2040_DVB_C 0x0043
29#define TERRATEC_CINERGY_C_PCI 0x1178 29#define TERRATEC_CINERGY_C_PCI 0x1178
30#define TECHNISAT_CABLESTAR_HD2 0x0002
30 31
31extern struct tda1002x_config tda10023_cu1216_config; 32extern struct tda1002x_config tda10023_cu1216_config;
32extern struct mantis_hwconfig vp2040_mantis_config; 33extern struct mantis_hwconfig vp2040_mantis_config;