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:
5e5637c
)
cec: don't refresh the physical address in the poll thread
author
Lars Op den Kamp
<lars@opdenkamp.eu>
Mon, 28 Nov 2011 23:39:24 +0000
(
00:39
+0100)
committer
Lars Op den Kamp
<lars@opdenkamp.eu>
Mon, 28 Nov 2011 23:39:24 +0000
(
00:39
+0100)
src/lib/CECProcessor.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/lib/CECProcessor.cpp
b/src/lib/CECProcessor.cpp
index a768cf4ead4acf3337f28588f4988f6b3b56c3a8..292d69dd56e223dbf5249383831ade80b29de88e 100644
(file)
--- a/
src/lib/CECProcessor.cpp
+++ b/
src/lib/CECProcessor.cpp
@@
-850,7
+850,7
@@
void *CCECBusScan::Process(void)
if (device && device->GetStatus() == CEC_DEVICE_STATUS_PRESENT)
{
if (!IsStopped())
- device->GetPhysicalAddress();
+ device->GetPhysicalAddress(
false
);
Sleep(5);
if (!IsStopped())