Re: [PATCH] Input: cros_ec_keyb: mask out extra flags in event_type
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: 2019-06-14 18:55:38
Also in:
lkml
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: 2019-06-14 18:55:38
Also in:
lkml
On Fri, Jun 14, 2019 at 11:27:03AM -0700, Enrico Granata wrote:
On Thu, Jun 13, 2019 at 11:54 PM Ting Shen [off-list ref] wrote:quoted
http://crosreview.com/1341159 added a EC_MKBP_HAS_MORE_EVENTS flag to the event_type field, the receiver side should mask out this extra bit when processing the event. Signed-off-by: Ting Shen <redacted>Reviewed-by: Enrico Granata <redacted>
EC_MKBP_EVENT_TYPE_MASK is not in Linus' tree. It would be better to merge this path through whatever tree that is bringing in that definition. Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> Thanks. -- Dmitry