From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dmitry Torokhov Subject: Re: [PATCH] Input: cros_ec_keyb: mask out extra flags in event_type Date: Fri, 14 Jun 2019 11:55:33 -0700 Message-ID: <20190614185533.GA142889@dtor-ws> References: <20190614065438.142867-1-phoenixshen@chromium.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Enrico Granata Cc: Ting Shen , LKML , Nicolas Boichat , Pi-Hsun Shih , Enrico Granata , Enric Balletbo i Serra , Heiko Stuebner , Guenter Roeck , Brian Norris , Benson Leung , linux-input@vger.kernel.org, Colin Ian King List-Id: linux-input@vger.kernel.org On Fri, Jun 14, 2019 at 11:27:03AM -0700, Enrico Granata wrote: > On Thu, Jun 13, 2019 at 11:54 PM Ting Shen wrote: > > > > 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 > > Reviewed-by: Enrico Granata 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 Thanks. -- Dmitry