[GIT PULL] HID fixes

From: Benjamin Tissoires
Date: Thu Feb 09 2023 - 09:33:24 EST


Linus,

please pull from

git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid.git tags/for-linus-2023020901

to receive fixes for HID subsystem.

=====
- fix potential deadloop with a badly crafted HID device (Xin Zhao)
- fix regression from 6.1 in USB logitech devices potentially making
their mouse wheel not working (Bastien Nocera)
- clean up in AMD sensors, which fixes a long time resume bug (Mario
Limonciello)
- few device small fixes and quirks
=====

Note, there is nothing really that urgent but I still think those fixes
would be best in 6.2 final.

Thanks.

----------------------------------------------------------------
Bastien Nocera (1):
HID: logitech: Disable hi-res scrolling on USB

Luka Guzenko (1):
HID: Ignore battery for ELAN touchscreen 29DF on HP

Mario Limonciello (1):
HID: amd_sfh: if no sensors are enabled, clean up

Takahiro Fujii (1):
HID: elecom: add support for TrackBall 056E:011C

Xin Zhao (1):
HID: core: Fix deadloop in hid_apply_multiplier.

marco.rodolfi@xxxxxxx (1):
HID: Ignore battery for Elan touchscreen on Asus TP420IA

drivers/hid/amd-sfh-hid/amd_sfh_client.c | 13 +++++++++++--
drivers/hid/amd-sfh-hid/amd_sfh_hid.h | 1 +
drivers/hid/hid-core.c | 3 +++
drivers/hid/hid-elecom.c | 16 ++++++++++++++--
drivers/hid/hid-ids.h | 5 ++++-
drivers/hid/hid-input.c | 4 ++++
drivers/hid/hid-logitech-hidpp.c | 3 ++-
drivers/hid/hid-quirks.c | 3 ++-
8 files changed, 41 insertions(+), 7 deletions(-)