summaryrefslogtreecommitdiff
path: root/hdmi_cec/qhdmi_cec.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'hdmi_cec/qhdmi_cec.cpp')
-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__);
}