mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
small fix for CEC
Signed-off-by: Thilo Graf <dbt@novatux.de> Try to fix unintended switch to HDM1 on tv with enabled CEC on set top box.
This commit is contained in:
@@ -408,6 +408,8 @@ void hdmi_cec::SetCECState(bool state)
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
GetCECAddressInfo();
|
||||||
|
|
||||||
message.initiator = logicalAddress;
|
message.initiator = logicalAddress;
|
||||||
message.destination = CEC_LOG_ADDR_BROADCAST;
|
message.destination = CEC_LOG_ADDR_BROADCAST;
|
||||||
message.data[0] = CEC_MSG_ACTIVE_SOURCE;
|
message.data[0] = CEC_MSG_ACTIVE_SOURCE;
|
||||||
|
Reference in New Issue
Block a user