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-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=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 63df265..c24ddd2 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");