diff -r b7b8a2a81f3e linux/drivers/media/dvb/mantis/mantis_dvb.c --- a/linux/drivers/media/dvb/mantis/mantis_dvb.c Wed Apr 16 15:22:16 2008 +0400 +++ b/linux/drivers/media/dvb/mantis/mantis_dvb.c Wed Apr 16 14:33:49 2008 +0200 @@ -259,7 +259,7 @@ } } break; - case MANTIS_VP_2033_DVB_C: // VP-2033 + //case MANTIS_VP_2033_DVB_C: // VP-2033 dprintk(verbose, MANTIS_ERROR, 1, "Probing for CU1216 (DVB-C)"); mantis->fe = tda10021_attach(&philips_cu1216_config, &mantis->adapter, read_pwm(mantis)); if (mantis->fe) { @@ -274,6 +274,7 @@ } break; case TERRATEC_CINERGY_C_PCI: + case MANTIS_VP_2033_DVB_C: 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) {