]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
V4L/DVB (13783): [Mantis/Technisat Cablestar HD2] Add support for the Technisat Cable...
authorMarko Viitamaki <mau2@suomi24.fi>
Fri, 4 Dec 2009 08:32:30 +0000 (05:32 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 17 Jan 2010 13:55:41 +0000 (11:55 -0200)
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>
drivers/media/dvb/mantis/mantis_core.c
drivers/media/dvb/mantis/mantis_dvb.c
drivers/media/dvb/mantis/mantis_vp2040.h

index 3fd3b0801cf47be05b44f82fb6dd92ee7e2bf176..c3d0d53bc381e049406d0290ea9c7a0134e85fe0 100644 (file)
@@ -121,6 +121,7 @@ static void mantis_load_config(struct mantis_pci *mantis)
                break;
        case MANTIS_VP_2040_DVB_C:      // VP-2040
        case TERRATEC_CINERGY_C_PCI:    // VP-2040 clone
+       case TECHNISAT_CABLESTAR_HD2:
                mantis->hwconfig = &vp2040_mantis_config;
                break;
        case MANTIS_VP_3030_DVB_T:      // VP-3030
index 3940aed8af8d74ed2c73c92d869cdbebfcf31c3d..c3a35bee46861090a0c371c9fbc253e4b585876f 100644 (file)
@@ -275,6 +275,7 @@ int __devinit mantis_frontend_init(struct mantis_pci *mantis)
                break;
        case MANTIS_VP_2040_DVB_C:      // VP-2040
        case TERRATEC_CINERGY_C_PCI:
+       case TECHNISAT_CABLESTAR_HD2:
                dprintk(verbose, MANTIS_ERROR, 1, "Probing for CU1216 (DVB-C)");
                mantis->fe = tda10023_attach(&tda10023_cu1216_config, &mantis->adapter, read_pwm(mantis));
                if (mantis->fe) {
index 69463cc4ccc8b5c66397a9496a89f0f2f1cf2f65..645dade7543b5d37f8c104559fd61bea9a78c478 100644 (file)
@@ -27,6 +27,7 @@
 
 #define MANTIS_VP_2040_DVB_C   0x0043
 #define TERRATEC_CINERGY_C_PCI 0x1178
+#define TECHNISAT_CABLESTAR_HD2        0x0002
 
 extern struct tda1002x_config tda10023_cu1216_config;
 extern struct mantis_hwconfig vp2040_mantis_config;