cec: always signal in CCECInputBuffer::Push when there is data
authorLars Op den Kamp <lars@opdenkamp.eu>
Wed, 28 Mar 2012 19:05:28 +0000 (21:05 +0200)
committerLars Op den Kamp <lars@opdenkamp.eu>
Wed, 28 Mar 2012 19:05:28 +0000 (21:05 +0200)
src/lib/adapter/USBCECAdapterCommunication.cpp

index 5ca36bdda90dbb539c40ded817da6a6eff0d38aa..c1645d047e37a35791a55674585aec4594409947 100644 (file)
@@ -240,10 +240,7 @@ void *CUSBCECAdapterCommunication::Process(void)
     }
 
     if (!IsStopped())
-    {
-      Sleep(5);
       WriteNextCommand();
-    }
   }
 
   /* notify all threads that are waiting on messages to be sent */