Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179464
b: refs/heads/master
c: 35afca9
h: refs/heads/master
v: v3
  • Loading branch information
Manu Abraham authored and Mauro Carvalho Chehab committed Jan 17, 2010
1 parent 5439fdd commit 51c9f91
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: 0131258ba7a5f776627da953b4cef775568026ea
refs/heads/master: 35afca912ffb8ea5a060ff53a59266ccaa769c98
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 @@ -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
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 @@ -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,
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/dvb/mantis/mantis_vp1041.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 51c9f91

Please sign in to comment.