From 0b775bf2f3832de0bf4cf894b68e6f48baca4959 Mon Sep 17 00:00:00 2001 From: Lars Op den Kamp Date: Tue, 29 Nov 2011 00:39:24 +0100 Subject: [PATCH] cec: don't refresh the physical address in the poll thread --- src/lib/CECProcessor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/CECProcessor.cpp b/src/lib/CECProcessor.cpp index a768cf4..292d69d 100644 --- 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()) -- 2.34.1