summaryrefslogtreecommitdiff
path: root/hdmi_cec
diff options
context:
space:
mode:
authorNaseer Ahmed <naseer@codeaurora.org>2014-10-28 15:37:18 -0400
committerNaseer Ahmed <naseer@codeaurora.org>2015-03-02 14:54:50 -0500
commitf51812cc9d2d55a37c2e3e59a68797ddd0bb8dcd (patch)
tree755c466cef1d7ae00b83f677f253f5ec0b21bf96 /hdmi_cec
parent251c030307209b90621b10967560727ed8790bb2 (diff)
downloaddisplay-f51812cc9d2d55a37c2e3e59a68797ddd0bb8dcd.tar.gz
display: cec: Set logical address to unregistered when cleared
Change-Id: Ibbe31a5871e202db5fd9250f93b921c3a3d4bb06
Diffstat (limited to 'hdmi_cec')
-rw-r--r--hdmi_cec/qhdmi_cec.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/hdmi_cec/qhdmi_cec.cpp b/hdmi_cec/qhdmi_cec.cpp
index a6fcee80..c6ae97b0 100644
--- a/hdmi_cec/qhdmi_cec.cpp
+++ b/hdmi_cec/qhdmi_cec.cpp
@@ -181,7 +181,7 @@ static void cec_clear_logical_address(const struct hdmi_cec_device* dev)
memset(ctx->logical_address, LOGICAL_ADDRESS_UNSET,
sizeof(ctx->logical_address));
//XXX: Find logical_addr that needs to be reset
- write_int_to_node(ctx, "cec/logical_addr", -1);
+ write_int_to_node(ctx, "cec/logical_addr", 15);
ALOGD_IF(DEBUG, "%s: Cleared logical addresses", __FUNCTION__);
}