]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
V4L/DVB (13726): [Mantis/Skystar HD2] Add support for the Technisat Skystar HD2
authorManu Abraham <abraham.manu@gmail.com>
Fri, 4 Dec 2009 07:47:30 +0000 (04:47 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 17 Jan 2010 13:55:32 +0000 (11:55 -0200)
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/mantis/mantis_core.c
drivers/media/dvb/mantis/mantis_dvb.c
drivers/media/dvb/mantis/mantis_vp1041.h

index 47cfb759f0bd472f21426a2da978ee7fb477e9e5..a164bb143631f9aac084da70d1d12de04506d855 100644 (file)
@@ -113,6 +113,7 @@ static void mantis_load_config(struct mantis_pci *mantis)
                mantis->hwconfig = &vp1034_mantis_config;
                break;
        case MANTIS_VP_1041_DVB_S2:     // VP-1041
+       case TECHNISAT_SKYSTAR_HD2:
                mantis->hwconfig = &vp1041_mantis_config;
                break;
        case MANTIS_VP_2033_DVB_C:      // VP-2033
index a4750bb22b028764b6d891efe300b4755c47fcf6..9634b972a0f90bf32095cd812e1a911eb8730c59 100644 (file)
@@ -240,6 +240,7 @@ int __devinit mantis_frontend_init(struct mantis_pci *mantis)
                }
                break;
        case MANTIS_VP_1041_DVB_S2:
+       case TECHNISAT_SKYSTAR_HD2:
                mantis->fe = stb0899_attach(&vp1041_config, &mantis->adapter);
                if (mantis->fe) {
                        dprintk(verbose, MANTIS_ERROR, 1,
index 53f4cb1885726d5baa53f6c423ae5cbb91db2922..2cc83a6e59966920988532dc84fe7c9a2f78b0e6 100644 (file)
@@ -28,6 +28,7 @@
 #include "lnbp21.h"
 
 #define MANTIS_VP_1041_DVB_S2  0x0031
+#define TECHNISAT_SKYSTAR_HD2  0x0001
 
 extern struct mantis_hwconfig vp1041_mantis_config;
 extern struct stb0899_config vp1041_config;