git.cweiske.de
/
enigma2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4067f2a
)
lib/dvb/sec.cpp: fix no more working tune to dvb-s2 transponders when the cable is...
author
ghost
<andreas.monzner@multimedia-labs.de>
Sat, 6 Mar 2010 10:20:10 +0000
(11:20 +0100)
committer
ghost
<andreas.monzner@multimedia-labs.de>
Tue, 9 Mar 2010 16:42:33 +0000
(17:42 +0100)
lib/dvb/sec.cpp
patch
|
blob
|
history
diff --git
a/lib/dvb/sec.cpp
b/lib/dvb/sec.cpp
index
8b6bc49
..
0e3e7e0
100644
(file)
--- a/
lib/dvb/sec.cpp
+++ b/
lib/dvb/sec.cpp
@@
-189,6
+189,7
@@
int eDVBSatelliteEquipmentControl::canTune(const eDVBFrontendParametersSatellite
else
ret += 10;
}
+ eSecDebugNoSimulate("ret3 %d", ret);
}
else // current fe is dependent of another tuner ... (so this fe can't turn the rotor!)
{
@@
-200,12
+201,8
@@
int eDVBSatelliteEquipmentControl::canTune(const eDVBFrontendParametersSatellite
ret = 0;
}
}
- eSecDebugNoSimulate("ret
3
%d", ret);
+ eSecDebugNoSimulate("ret
4
%d", ret);
}
- else if (!direct_connected)
- ret = 0;
-
- eSecDebugNoSimulate("ret4 %d", ret);
if (ret && rotor && rotor_pos != -1)
ret -= abs(rotor_pos-sat.orbital_position);