Support duo4k.
[vuplus_openvuplus_3.0] / meta-bsp / recipes-vuplus / enigma2 / enigma2 / enigma2_vuplus_misc.patch
1 diff --git a/lib/base/filepush.cpp b/lib/base/filepush.cpp
2 index 91f24ba..13dac01 100644
3 --- a/lib/base/filepush.cpp
4 +++ b/lib/base/filepush.cpp
5 @@ -263,6 +263,7 @@ void eFilePushThread::stop()
6  
7         m_stop = 1;
8  
9 +       usleep(100000); //Fix problem of blocking I/O read 
10         eDebug("stopping thread."); /* just do it ONCE. it won't help to do this more than once. */
11         sendSignal(SIGUSR1);
12         kill(0);