Re: [PATCH 3/3] HID: google: whiskers: mask out extra flags in EC event_type

2019-10-07 Thread Brian Norris
On Sat, Oct 5, 2019 at 3:16 AM Ikjoon Jang wrote: > > Whiskers needs to get notifications from EC for getting current base > attached state. EC sends extra bits in event_type field that receiver > should mask out. Notably, this patch was never actually landed upstream:

[PATCH 3/3] HID: google: whiskers: mask out extra flags in EC event_type

2019-10-05 Thread Ikjoon Jang
Whiskers needs to get notifications from EC for getting current base attached state. EC sends extra bits in event_type field that receiver should mask out. Signed-off-by: Ikjoon Jang --- drivers/hid/hid-google-hammer.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git