From: Lars Op den Kamp Date: Mon, 28 Nov 2011 23:39:24 +0000 (+0100) Subject: cec: don't refresh the physical address in the poll thread X-Git-Tag: upstream/2.2.0~1^2~44^2~80 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=0b775bf2f3832de0bf4cf894b68e6f48baca4959;p=deb_libcec.git cec: don't refresh the physical address in the poll thread --- 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())