Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HID: input: do not report stylus battery state as "full"
[ Upstream commit f4abaa9 ] The power supply states of discharging, charging, full, etc, represent state of charging, not the capacity level of the battery (for which we have a separate property). Current HID usage tables to not allow for expressing charging state of the batteries found in generic styli, so we should simply assume that the battery is discharging even if current capacity is at 100% when battery strength reporting is done via HID interface. In fact, we were doing just that before commit 581c448. This change helps UIs to not mis-represent fully charged batteries in styli as being charging/topping-off. Fixes: 581c448 ("HID: input: map digitizer battery usage") Reported-by: Kenneth Albanowski <[email protected]> Signed-off-by: Dmitry Torokhov <[email protected]> Signed-off-by: Jiri Kosina <[email protected]> Signed-off-by: Sasha Levin <[email protected]>
- Loading branch information