diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2010-03-30 18:25:06 +0200 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2010-03-31 23:53:21 +0200 |
| commit | 85b69597116f1d9bcd52331c01f0d4fb4c6d3c60 (patch) | |
| tree | b62ee008301bf222d873224535ddad96beeb0e65 /lib/dvb/frontend.cpp | |
| parent | cd176a16cb54350617ea202de983e8d643978971 (diff) | |
| download | enigma2-85b69597116f1d9bcd52331c01f0d4fb4c6d3c60.tar.gz enigma2-85b69597116f1d9bcd52331c01f0d4fb4c6d3c60.zip | |
fixes bug #436
some improvements to the multi tuner type switching
Diffstat (limited to 'lib/dvb/frontend.cpp')
| -rw-r--r-- | lib/dvb/frontend.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/dvb/frontend.cpp b/lib/dvb/frontend.cpp index f85a37fe..8216eea0 100644 --- a/lib/dvb/frontend.cpp +++ b/lib/dvb/frontend.cpp @@ -483,6 +483,13 @@ eDVBFrontend::eDVBFrontend(int adap, int fe, int &ok, bool simulate) closeFrontend(); } +void eDVBFrontend::reopenFrontend() +{ + closeFrontend(); + m_type = -1; + openFrontend(); +} + int eDVBFrontend::openFrontend() { if (m_state != stateClosed) |
