Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions HdmiCecSource/HdmiCecSource.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**

Check failure on line 1 in HdmiCecSource/HdmiCecSource.cpp

View workflow job for this annotation

GitHub Actions / call-fossid-workflow / Fossid Annotate PR

FossID License Issue Detected

Source code with 'Apache-2.0' license found in local file 'HdmiCecSource/HdmiCecSource.cpp' (Match: rdkcentral/rdkservices/1, 1710 lines, url: https://github.com/rdkcentral/rdkservices/archive/GRT_v1.tar.gz, file: HdmiCecSource/HdmiCecSource.cpp)
* If not stated otherwise in this file or this component's LICENSE
* file the following copyright and licenses apply:
*
Expand Down Expand Up @@ -784,6 +784,7 @@
if (WPEFramework::Exchange::IPowerManager::POWER_STATE_ON == newState)
{
powerState = 0;
HdmiCecSource::_instance->getLogicalAddress(); // get the updated LA after wakeup
}
else
powerState = 1;
Expand Down Expand Up @@ -1310,6 +1311,8 @@
{
logicalAddress = addr;
logicalAddressDeviceType = logicalAddrDeviceType;
if(smConnection)
smConnection->setSource(logicalAddress); //update initiator LA
}
}
catch (const std::exception& e)
Expand Down
Loading