From 3862a6b696dda775f0ed3071c6c73643e4c0eedd Mon Sep 17 00:00:00 2001 From: Vijetha Bhat Date: Tue, 5 Dec 2017 17:44:31 +0530 Subject: [PATCH] updating information. update as per HDMI 2.0 specification Change-Id: I65c199e8f5e595d41afb560306780ef8d2d00a78 CRs-fixed: 2159606 --- hdmi_cec/qhdmi_cec.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hdmi_cec/qhdmi_cec.cpp b/hdmi_cec/qhdmi_cec.cpp index be3ff992..dd7c1370 100644 --- a/hdmi_cec/qhdmi_cec.cpp +++ b/hdmi_cec/qhdmi_cec.cpp @@ -453,7 +453,7 @@ static void cec_init_context(cec_context_t *ctx) cec_get_physical_address((hdmi_cec_device *) ctx, &ctx->port_info[0].physical_address ); - ctx->version = 0x4; + ctx->version = 0x6; ctx->vendor_id = 0xA47733; cec_clear_logical_address((hdmi_cec_device_t*)ctx);