diff --git a/common/ca_ci.cpp b/common/ca_ci.cpp index e4dc27d..c4a2b06 100644 --- a/common/ca_ci.cpp +++ b/common/ca_ci.cpp @@ -1346,6 +1346,9 @@ void cCA::slot_pollthread(void *c) while (1) { #if HAVE_ARM_HARDWARE /* Armbox */ + if (slot->init && !slot->mmiOpened) + sleep(1); + int len = 1024 *4; eData status;