display: cec: Set logical address to unregistered when cleared
Change-Id: Ibbe31a5871e202db5fd9250f93b921c3a3d4bb06
diff --git a/hdmi_cec/qhdmi_cec.cpp b/hdmi_cec/qhdmi_cec.cpp
index a6fcee8..c6ae97b 100644
--- a/hdmi_cec/qhdmi_cec.cpp
+++ b/hdmi_cec/qhdmi_cec.cpp
@@ -181,7 +181,7 @@
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__);
}