diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2005-12-02 14:30:21 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2005-12-02 14:30:21 +0000 |
| commit | 2c1f4947646d051133197a23a73ee985b56e1713 (patch) | |
| tree | b1b9c723d0338f5c550989765c501f5a98bc4fac /lib/dvb/sec.cpp | |
| parent | f15ee3f6cd34e4552f50dcc92a994198ed3b2dfe (diff) | |
| download | enigma2-2c1f4947646d051133197a23a73ee985b56e1713.tar.gz enigma2-2c1f4947646d051133197a23a73ee985b56e1713.zip | |
set foregroundcolor of non tuneable services in servicelist to gray (for linked tuner mode)
Diffstat (limited to 'lib/dvb/sec.cpp')
| -rw-r--r-- | lib/dvb/sec.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/dvb/sec.cpp b/lib/dvb/sec.cpp index 64443066..4842945c 100644 --- a/lib/dvb/sec.cpp +++ b/lib/dvb/sec.cpp @@ -184,7 +184,7 @@ int eDVBSatelliteEquipmentControl::canTune(const eDVBFrontendParametersSatellite it->m_frontend->getData(1, oucsw); it->m_frontend->getData(2, oToneburst); it->m_frontend->getData(6, oRotorPos); - +#if 0 eDebug("compare csw %02x == lcsw %02x", csw, ocsw); if ( diseqc ) @@ -193,16 +193,16 @@ int eDVBSatelliteEquipmentControl::canTune(const eDVBFrontendParametersSatellite if ( rotor ) eDebug("compare pos %d == current pos %d", sat.orbital_position, oRotorPos); - +#endif if ( (csw != ocsw) || ( diseqc && (ucsw != oucsw || toneburst != oToneburst) ) || ( rotor && oRotorPos != sat.orbital_position ) ) { - eDebug("can not tune this transponder with linked tuner in use!!"); +// eDebug("can not tune this transponder with linked tuner in use!!"); ret=0; } - else - eDebug("OK .. can tune this transponder with linked tuner in use :)"); +// else +// eDebug("OK .. can tune this transponder with linked tuner in use :)"); } } } |
