X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fdevices%2FCECBusDevice.h;h=803f6f6ea4a514ab2f142ef8281106e2d2107e73;hb=0680dab3d36a09be739b1852ac622a3aac0229bb;hp=377bec395e1732b9b702df941d3f39df0621cbdd;hpb=4d14323b2ecc400110ace550ae7e4739964dfa8b;p=deb_libcec.git diff --git a/src/lib/devices/CECBusDevice.h b/src/lib/devices/CECBusDevice.h index 377bec3..803f6f6 100644 --- a/src/lib/devices/CECBusDevice.h +++ b/src/lib/devices/CECBusDevice.h @@ -63,7 +63,7 @@ namespace CEC virtual cec_logical_address GetMyLogicalAddress(void) const; virtual uint16_t GetMyPhysicalAddress(void) const; virtual CStdString GetOSDName(bool bUpdate = false); - virtual uint16_t GetPhysicalAddress(bool bUpdate = false, bool bSuppressPoll = false); + virtual uint16_t GetPhysicalAddress(bool bSuppressUpdate = true); virtual cec_power_status GetPowerStatus(bool bUpdate = false); virtual CCECProcessor * GetProcessor(void) const { return m_processor; } virtual cec_device_type GetType(void) const { return m_type; }