diff options
author | Manu Abraham <abraham.manu@gmail.com> | 2009-12-04 02:47:30 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-01-17 08:55:32 -0500 |
commit | 35afca912ffb8ea5a060ff53a59266ccaa769c98 (patch) | |
tree | 275d746ff74175b97b9725cf174dd710d7cb732d | |
parent | 0131258ba7a5f776627da953b4cef775568026ea (diff) |
V4L/DVB (13726): [Mantis/Skystar HD2] Add support for the Technisat Skystar HD2
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r-- | drivers/media/dvb/mantis/mantis_core.c | 1 | ||||
-rw-r--r-- | drivers/media/dvb/mantis/mantis_dvb.c | 1 | ||||
-rw-r--r-- | drivers/media/dvb/mantis/mantis_vp1041.h | 1 |
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 47cfb759f0b..a164bb14363 100644 --- a/drivers/media/dvb/mantis/mantis_core.c +++ b/drivers/media/dvb/mantis/mantis_core.c | |||
@@ -113,6 +113,7 @@ static void mantis_load_config(struct mantis_pci *mantis) | |||
113 | mantis->hwconfig = &vp1034_mantis_config; | 113 | mantis->hwconfig = &vp1034_mantis_config; |
114 | break; | 114 | break; |
115 | case MANTIS_VP_1041_DVB_S2: // VP-1041 | 115 | case MANTIS_VP_1041_DVB_S2: // VP-1041 |
116 | case TECHNISAT_SKYSTAR_HD2: | ||
116 | mantis->hwconfig = &vp1041_mantis_config; | 117 | mantis->hwconfig = &vp1041_mantis_config; |
117 | break; | 118 | break; |
118 | case MANTIS_VP_2033_DVB_C: // VP-2033 | 119 | case MANTIS_VP_2033_DVB_C: // VP-2033 |
diff --git a/drivers/media/dvb/mantis/mantis_dvb.c b/drivers/media/dvb/mantis/mantis_dvb.c index a4750bb22b0..9634b972a0f 100644 --- a/drivers/media/dvb/mantis/mantis_dvb.c +++ b/drivers/media/dvb/mantis/mantis_dvb.c | |||
@@ -240,6 +240,7 @@ int __devinit mantis_frontend_init(struct mantis_pci *mantis) | |||
240 | } | 240 | } |
241 | break; | 241 | break; |
242 | case MANTIS_VP_1041_DVB_S2: | 242 | case MANTIS_VP_1041_DVB_S2: |
243 | case TECHNISAT_SKYSTAR_HD2: | ||
243 | mantis->fe = stb0899_attach(&vp1041_config, &mantis->adapter); | 244 | mantis->fe = stb0899_attach(&vp1041_config, &mantis->adapter); |
244 | if (mantis->fe) { | 245 | if (mantis->fe) { |
245 | dprintk(verbose, MANTIS_ERROR, 1, | 246 | dprintk(verbose, MANTIS_ERROR, 1, |
diff --git a/drivers/media/dvb/mantis/mantis_vp1041.h b/drivers/media/dvb/mantis/mantis_vp1041.h index 53f4cb18857..2cc83a6e599 100644 --- a/drivers/media/dvb/mantis/mantis_vp1041.h +++ b/drivers/media/dvb/mantis/mantis_vp1041.h | |||
@@ -28,6 +28,7 @@ | |||
28 | #include "lnbp21.h" | 28 | #include "lnbp21.h" |
29 | 29 | ||
30 | #define MANTIS_VP_1041_DVB_S2 0x0031 | 30 | #define MANTIS_VP_1041_DVB_S2 0x0031 |
31 | #define TECHNISAT_SKYSTAR_HD2 0x0001 | ||
31 | 32 | ||
32 | extern struct mantis_hwconfig vp1041_mantis_config; | 33 | extern struct mantis_hwconfig vp1041_mantis_config; |
33 | extern struct stb0899_config vp1041_config; | 34 | extern struct stb0899_config vp1041_config; |