Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179486
b: refs/heads/master
c: ea30d81
h: refs/heads/master
v: v3
  • Loading branch information
Magnus Horlin authored and Mauro Carvalho Chehab committed Jan 17, 2010
1 parent 8fe4d4c commit 8352447
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a0c59063a7fe92524ab8fa6e31997b177a8f3029
refs/heads/master: ea30d81a9634cb4c13bbef46877f0d7730c57552
1 change: 1 addition & 0 deletions trunk/drivers/media/dvb/mantis/mantis_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ static void mantis_load_config(struct mantis_pci *mantis)
case MANTIS_VP_2033_DVB_C: // VP-2033
mantis->hwconfig = &vp2033_mantis_config;
break;
case MANTIS_VP_2040_DVB_C: // VP-2040
case TERRATEC_CINERGY_C_PCI: // VP-2040 clone
mantis->hwconfig = &vp2040_mantis_config;
break;
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/dvb/mantis/mantis_dvb.c
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ int __devinit mantis_frontend_init(struct mantis_pci *mantis)

}
break;
case MANTIS_VP_2040_DVB_C: // VP-2040
case TERRATEC_CINERGY_C_PCI:
dprintk(verbose, MANTIS_ERROR, 1, "Probing for CU1216 (DVB-C)");
mantis->fe = tda10023_attach(&tda10023_cu1216_config, &mantis->adapter, read_pwm(mantis));
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/dvb/mantis/mantis_vp2040.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#include "mantis_common.h"
#include "tda1002x.h"

#define MANTIS_VP_2040_DVB_C 0x0043
#define TERRATEC_CINERGY_C_PCI 0x1178

extern struct tda1002x_config tda10023_cu1216_config;
Expand Down

0 comments on commit 8352447

Please sign in to comment.