diff options
Diffstat (limited to 'drivers/media/dvb/mantis/mantis_dvb.c')
-rw-r--r-- | drivers/media/dvb/mantis/mantis_dvb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb/mantis/mantis_dvb.c b/drivers/media/dvb/mantis/mantis_dvb.c index 3940aed8af8..c3a35bee468 100644 --- a/drivers/media/dvb/mantis/mantis_dvb.c +++ b/drivers/media/dvb/mantis/mantis_dvb.c | |||
@@ -275,6 +275,7 @@ int __devinit mantis_frontend_init(struct mantis_pci *mantis) | |||
275 | break; | 275 | break; |
276 | case MANTIS_VP_2040_DVB_C: // VP-2040 | 276 | case MANTIS_VP_2040_DVB_C: // VP-2040 |
277 | case TERRATEC_CINERGY_C_PCI: | 277 | case TERRATEC_CINERGY_C_PCI: |
278 | case TECHNISAT_CABLESTAR_HD2: | ||
278 | dprintk(verbose, MANTIS_ERROR, 1, "Probing for CU1216 (DVB-C)"); | 279 | dprintk(verbose, MANTIS_ERROR, 1, "Probing for CU1216 (DVB-C)"); |
279 | mantis->fe = tda10023_attach(&tda10023_cu1216_config, &mantis->adapter, read_pwm(mantis)); | 280 | mantis->fe = tda10023_attach(&tda10023_cu1216_config, &mantis->adapter, read_pwm(mantis)); |
280 | if (mantis->fe) { | 281 | if (mantis->fe) { |