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>
This commit is contained in:
parent
0131258ba7
commit
35afca912f
@ -113,6 +113,7 @@ static void mantis_load_config(struct mantis_pci *mantis)
|
|||||||
mantis->hwconfig = &vp1034_mantis_config;
|
mantis->hwconfig = &vp1034_mantis_config;
|
||||||
break;
|
break;
|
||||||
case MANTIS_VP_1041_DVB_S2: // VP-1041
|
case MANTIS_VP_1041_DVB_S2: // VP-1041
|
||||||
|
case TECHNISAT_SKYSTAR_HD2:
|
||||||
mantis->hwconfig = &vp1041_mantis_config;
|
mantis->hwconfig = &vp1041_mantis_config;
|
||||||
break;
|
break;
|
||||||
case MANTIS_VP_2033_DVB_C: // VP-2033
|
case MANTIS_VP_2033_DVB_C: // VP-2033
|
||||||
|
@ -240,6 +240,7 @@ int __devinit mantis_frontend_init(struct mantis_pci *mantis)
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case MANTIS_VP_1041_DVB_S2:
|
case MANTIS_VP_1041_DVB_S2:
|
||||||
|
case TECHNISAT_SKYSTAR_HD2:
|
||||||
mantis->fe = stb0899_attach(&vp1041_config, &mantis->adapter);
|
mantis->fe = stb0899_attach(&vp1041_config, &mantis->adapter);
|
||||||
if (mantis->fe) {
|
if (mantis->fe) {
|
||||||
dprintk(verbose, MANTIS_ERROR, 1,
|
dprintk(verbose, MANTIS_ERROR, 1,
|
||||||
|
@ -28,6 +28,7 @@
|
|||||||
#include "lnbp21.h"
|
#include "lnbp21.h"
|
||||||
|
|
||||||
#define MANTIS_VP_1041_DVB_S2 0x0031
|
#define MANTIS_VP_1041_DVB_S2 0x0031
|
||||||
|
#define TECHNISAT_SKYSTAR_HD2 0x0001
|
||||||
|
|
||||||
extern struct mantis_hwconfig vp1041_mantis_config;
|
extern struct mantis_hwconfig vp1041_mantis_config;
|
||||||
extern struct stb0899_config vp1041_config;
|
extern struct stb0899_config vp1041_config;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user