Re: [PATCH] Input: cros_ec_keyb: mask out extra flags in event_type

2019-06-18 Thread Enric Balletbo i Serra
On 14/6/19 8:54, 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 > > --- > > drivers/input/keyboard/cros_ec_keyb.c | 2

Re: [PATCH] Input: cros_ec_keyb: mask out extra flags in event_type

2019-06-14 Thread Benson Leung
Hi Ting, On Fri, Jun 14, 2019 at 02:54:38PM +0800, 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: Benson

Re: [PATCH] Input: cros_ec_keyb: mask out extra flags in event_type

2019-06-14 Thread Dmitry Torokhov
On Fri, Jun 14, 2019 at 12:09:57PM -0700, Benson Leung wrote: > Hi Dmitry, > > On Fri, Jun 14, 2019 at 11:55:33AM -0700, Dmitry Torokhov wrote: > > 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: > > > > > > > >

Re: [PATCH] Input: cros_ec_keyb: mask out extra flags in event_type

2019-06-14 Thread Benson Leung
Hi Dmitry, On Fri, Jun 14, 2019 at 11:55:33AM -0700, Dmitry Torokhov wrote: > 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

Re: [PATCH] Input: cros_ec_keyb: mask out extra flags in event_type

2019-06-14 Thread Dmitry Torokhov
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

Re: [PATCH] Input: cros_ec_keyb: mask out extra flags in event_type

2019-06-14 Thread Enrico Granata
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 > > --- >

[PATCH] Input: cros_ec_keyb: mask out extra flags in event_type

2019-06-14 Thread Ting Shen
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 --- drivers/input/keyboard/cros_ec_keyb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)