[GIT PULL] HID subsustem fixes
From: Jiri Kosina
Date: Tue Mar 17 2026 - 16:27:20 EST
Linus,
please pull from
git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid.git tags/hid-for-linus-2026031701
to receive HID subsystem fixes, namely:
=====
- various fixes dealing with (intentionally) broken devices in HID core,
logitech-hidpp and multitouch drivers (Lee Jones)
- fix for OOB in wacom driver (Benoît Sevens)
- fix for potentialy HID-bpf-induced buffer overflow in () (Benjamin
Tissoires)
- various other small fixes and device ID / quirk additions
=====
Thanks.
----------------------------------------------------------------
Aditya Garg (1):
HID: appletb-kbd: add .resume method in PM
Adrian Freund (1):
HID: logitech-hidpp: Enable MX Master 4 over bluetooth
Benjamin Tissoires (2):
selftests/hid: fix compilation when bpf_wq and hid_device are not exported
HID: bpf: prevent buffer overflow in hid_hw_request
Benoît Sevens (1):
HID: wacom: fix out-of-bounds read in wacom_intuos_bt_irq
Daniel Schaefer (1):
HID: intel-thc-hid: Set HID_PHYS with PCI BDF
Denis Benato (1):
HID: asus: add xg mobile 2022 external hardware support
Hans de Goede (2):
HID: input: Drop Asus UX550* touchscreen ignore battery quirks
HID: input: Add HID_BATTERY_QUIRK_DYNAMIC for Elan touchscreens
Lee Jones (3):
HID: core: Mitigate potential OOB by removing bogus memset()
HID: logitech-hidpp: Prevent use-after-free on force feedback initialisation failure
HID: multitouch: Check to ensure report responses match the request
drivers/hid/bpf/hid_bpf_dispatch.c | 2 ++
drivers/hid/hid-appletb-kbd.c | 5 +++--
drivers/hid/hid-asus.c | 3 +++
drivers/hid/hid-core.c | 7 ++++---
drivers/hid/hid-ids.h | 3 +--
drivers/hid/hid-input.c | 18 +++++++++++-------
drivers/hid/hid-logitech-hidpp.c | 6 +++++-
drivers/hid/hid-multitouch.c | 7 +++++++
.../hid/intel-thc-hid/intel-quicki2c/quicki2c-hid.c | 1 +
.../hid/intel-thc-hid/intel-quickspi/quickspi-hid.c | 1 +
drivers/hid/wacom_wac.c | 10 ++++++++++
include/linux/hid.h | 1 +
tools/testing/selftests/hid/progs/hid_bpf_helpers.h | 12 ++++++++++++
13 files changed, 61 insertions(+), 15 deletions(-)
--
Jiri Kosina
SUSE Labs