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:
1e7afac
)
cec: start the background polling thread after 10 seconds instead of 30
author
Lars Op den Kamp
<lars@opdenkamp.eu>
Wed, 7 Dec 2011 22:53:57 +0000
(23:53 +0100)
committer
Lars Op den Kamp
<lars@opdenkamp.eu>
Wed, 7 Dec 2011 22:53:57 +0000
(23:53 +0100)
src/lib/CECProcessor.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/lib/CECProcessor.cpp
b/src/lib/CECProcessor.cpp
index 463e04448ab15aeb03f88e77c28a73bb23d77b05..210f44b38dca04217b290dfce29ed528d7025a6d 100644
(file)
--- a/
src/lib/CECProcessor.cpp
+++ b/
src/lib/CECProcessor.cpp
@@
-1335,7
+1335,7
@@
void *CCECBusScan::Process(void)
while (!IsStopped())
{
- if (++iCounter <
3
0)
+ if (++iCounter <
1
0)
{
Sleep(1000);
continue;