repositories
/
deb_libcec.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c56dd5
)
cec: shorter read time
author
Lars Op den Kamp
<lars@opdenkamp.eu>
Sun, 4 Dec 2011 10:13:04 +0000
(11:13 +0100)
committer
Lars Op den Kamp
<lars@opdenkamp.eu>
Sun, 4 Dec 2011 10:13:04 +0000
(11:13 +0100)
src/lib/AdapterCommunication.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/lib/AdapterCommunication.cpp
b/src/lib/AdapterCommunication.cpp
index caa8442c1b59185dbf37e6ab52eb0c946ca38517..6cc482f238c55d437dc95dc9398cd34f5d72dd32 100644
(file)
--- a/
src/lib/AdapterCommunication.cpp
+++ b/
src/lib/AdapterCommunication.cpp
@@
-323,7
+323,7
@@
void *CAdapterCommunication::Process(void)
while (!IsStopped())
{
- ReadFromDevice(50
0
);
+ ReadFromDevice(50);
Sleep(5);
WriteNextCommand();
}