Re: [PATCH] HID: hid-input: fix stylus battery reporting

2020-09-25 Thread Kenneth Albanowski
[Re-send to appease the mail daemons] Confirmed, I've validated this on a 4.19 derivative, this fixes the problem and battery strength gets reported again. - Kenneth Albanowski On Fri, Sep 25, 2020 at 4:35 PM Dmitry Torokhov wrote: > > With commit 4f3882177240 hid-input started clearing of "ig

Re: [PATCH] HID: hid-input: fix stylus battery reporting

2020-09-25 Thread Jiri Kosina
On Fri, 25 Sep 2020, Dmitry Torokhov wrote: > With commit 4f3882177240 hid-input started clearing of "ignored" usages > to avoid using garbage that might have been left in them. However > "battery strength" usages should not be ignored, as we do want to > use them. > > Fixes: 4f3882177240 ("HID:

[PATCH] HID: hid-input: fix stylus battery reporting

2020-09-25 Thread Dmitry Torokhov
With commit 4f3882177240 hid-input started clearing of "ignored" usages to avoid using garbage that might have been left in them. However "battery strength" usages should not be ignored, as we do want to use them. Fixes: 4f3882177240 ("HID: hid-input: clear unmapped usages") Reported-by: Kenneth A