From: Lars Op den Kamp Date: Sun, 4 Dec 2011 10:13:04 +0000 (+0100) Subject: cec: shorter read time X-Git-Tag: upstream/2.2.0~1^2~44^2~47 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=9e1cfa5c37120c1bad3eba0e9c5e6acf8129610b;p=deb_libcec.git cec: shorter read time --- diff --git a/src/lib/AdapterCommunication.cpp b/src/lib/AdapterCommunication.cpp index caa8442..6cc482f 100644 --- a/src/lib/AdapterCommunication.cpp +++ b/src/lib/AdapterCommunication.cpp @@ -323,7 +323,7 @@ void *CAdapterCommunication::Process(void) while (!IsStopped()) { - ReadFromDevice(500); + ReadFromDevice(50); Sleep(5); WriteNextCommand(); }