From: Andreas Monzner Date: Sat, 17 Jun 2006 10:37:25 +0000 (+0000) Subject: fix high systemload with plugged CI on e2 start X-Git-Tag: 2.6.0~3300 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/edd6a4323551d1ad246b0e31c0485acc8353e1cb fix high systemload with plugged CI on e2 start --- diff --git a/lib/dvb_ci/dvbci.cpp b/lib/dvb_ci/dvbci.cpp index 63df2650..c24ddd25 100644 --- a/lib/dvb_ci/dvbci.cpp +++ b/lib/dvb_ci/dvbci.cpp @@ -451,7 +451,7 @@ void eDVBCISlot::data(int what) } if (state == stateInvalid) - return; + reset(); if(state != stateInserted) { eDebug("ci inserted");