Skip to content
Open
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
2 changes: 2 additions & 0 deletions HdmiCecSink/HdmiCecSink.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,8 @@ namespace WPEFramework
HdmiCecSink::_instance->Process_InitiateArc();
} else {
LOGINFO("Command: INITIATE_ARC InitiateArc ignore %s \n",HdmiCecSink::_instance->deviceList[0x5].m_physicalAddr.toString().c_str());
LOGINFO("Run command to disable arc");
system("echo 0xff603614 0x14910490 > /sys/kernel/debug/aml_reg/paddr");
}
Comment thread
neethuas379 marked this conversation as resolved.
}
void HdmiCecSinkProcessor::process (const TerminateArc &msg, const Header &header)
Expand Down
Loading