Skip to content

Commit

Permalink
Merge "updating <CEC Version> information."
Browse files Browse the repository at this point in the history
  • Loading branch information
Linux Build Service Account authored and Gerrit - the friendly Code Review server committed Jan 25, 2019
2 parents d6de594 + 3862a6b commit a471276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hdmi_cec/qhdmi_cec.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,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);

Expand Down

0 comments on commit a471276

Please sign in to comment.