From: Lars Op den Kamp Date: Sat, 26 Jan 2013 01:21:53 +0000 (+0100) Subject: rpi: don't try to release the logical address (and fail). fix verified by the logs... X-Git-Tag: upstream/2.2.0~1^2~6^2~11 X-Git-Url: https://git.piment-noir.org/?p=deb_libcec.git;a=commitdiff_plain;h=ab2ab9ee1ac85713acdd5c29f1c35a5992fae214 rpi: don't try to release the logical address (and fail). fix verified by the logs in https://github.com/Pulse-Eight/libcec/issues/111#issuecomment-12728216 --- diff --git a/src/lib/adapter/RPi/RPiCECAdapterCommunication.cpp b/src/lib/adapter/RPi/RPiCECAdapterCommunication.cpp index 66c72c6..1a2da3a 100644 --- a/src/lib/adapter/RPi/RPiCECAdapterCommunication.cpp +++ b/src/lib/adapter/RPi/RPiCECAdapterCommunication.cpp @@ -275,9 +275,6 @@ bool CRPiCECAdapterCommunication::Open(uint32_t iTimeoutMs /* = CEC_DEFAULT_CONN // register the callback vc_cec_register_callback(((CECSERVICE_CALLBACK_T)rpi_cec_callback), (void*)this); - // release previous LA, but don't wait for a response - vc_cec_release_logical_address(); - // register LA "freeuse" if (RegisterLogicalAddress(CECDEVICE_FREEUSE)) {