Skip to content

Commit baf2fd7

Browse files
authored
Merge pull request rdkcentral#5868 from Srigayathry/sprint/hdmicec_serxione_6220
DELIA-66507: CEC is not working intermittently, Unable to wake up the TV
2 parents 442e306 + 121b23e commit baf2fd7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

HdmiCecSource/HdmiCecSource.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -863,6 +863,8 @@ namespace WPEFramework
863863
{
864864
logicalAddress = logicalAddr;
865865
logicalAddressDeviceType = logicalAddrDeviceType;
866+
if(smConnection)
867+
smConnection->setSource(logicalAddress); //update initiator LA
866868
}
867869
}
868870
catch (const std::exception& e)

0 commit comments

Comments
 (0)