From 2e1296ddb957294e10529116cd723753d7ca07ad Mon Sep 17 00:00:00 2001 From: TangoCash Date: Wed, 20 Jan 2021 10:21:29 +0100 Subject: [PATCH] small fix for CEC Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/0510438374333782fc94447fcc4a6397a3678c52 Author: TangoCash Date: 2021-01-20 (Wed, 20 Jan 2021) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- libarmbox/hdmi_cec.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libarmbox/hdmi_cec.cpp b/libarmbox/hdmi_cec.cpp index 2cbb7e9..cb8bb18 100644 --- a/libarmbox/hdmi_cec.cpp +++ b/libarmbox/hdmi_cec.cpp @@ -408,6 +408,8 @@ void hdmi_cec::SetCECState(bool state) } #endif + GetCECAddressInfo(); + message.initiator = logicalAddress; message.destination = CEC_LOG_ADDR_BROADCAST; message.data[0] = CEC_MSG_ACTIVE_SOURCE;