rpi: don't try to release the logical address (and fail). fix verified by the logs...
authorLars Op den Kamp <lars@opdenkamp.eu>
Sat, 26 Jan 2013 01:21:53 +0000 (02:21 +0100)
committerLars Op den Kamp <lars@opdenkamp.eu>
Sat, 26 Jan 2013 01:21:53 +0000 (02:21 +0100)
src/lib/adapter/RPi/RPiCECAdapterCommunication.cpp

index 66c72c6b22a1793580354fa10b62a4ee4e74547b..1a2da3afad187ccf08251513311ee5436388fff4 100644 (file)
@@ -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))
     {