[GIT PULL] HID fixes for 7.1
From: Benjamin Tissoires
Date: Fri May 29 2026 - 05:15:42 EST
Linus,
please pull from
git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid.git hid-for-linus-2026052801
to receive HID subsystem fixes for 7.1, namely:
=====
- buffer overflow fix for lenovo (Kean)
- buffer overflow fix for wacom (Lee Jones)
- segfaults prevention in lenovo-go driver when used with an emulated
device (Louis Clinckx)
- cleanup of resources in u2fzero (Myeonghun Pak)
- a quirk for a USB mouse and a cleanup in hid.h (hlleng and Liu Kai)
=====
Thanks.
----------------------------------------------------------------
Kean (1):
HID: lenovo: Fix buffer over-read and unaligned access in X12 Tab raw_event handler
Lee Jones (1):
HID: wacom: Fix OOB write in wacom_hid_set_device_mode()
Liu Kai (1):
HID: remove duplicate hid_warn_ratelimited definition
Louis Clinckx (2):
HID: lenovo-go: reject non-USB transports in probe
HID: lenovo-go: drop dead NULL check on to_usb_interface()
Myeonghun Pak (1):
HID: u2fzero: free allocated URB on probe errors
hlleng (1):
HID: quirks: Add ALWAYS_POLL quirk for SIGMACHIP USB mouse
drivers/hid/hid-ids.h | 1 +
drivers/hid/hid-lenovo-go-s.c | 11 ++++++-----
drivers/hid/hid-lenovo-go.c | 6 +++---
drivers/hid/hid-lenovo.c | 5 +++--
drivers/hid/hid-quirks.c | 1 +
drivers/hid/hid-u2fzero.c | 22 +++++++++++++---------
drivers/hid/wacom_sys.c | 13 ++++++++++---
drivers/hid/wacom_wac.h | 1 +
include/linux/hid.h | 2 --
9 files changed, 38 insertions(+), 24 deletions(-)
--
Cheers,
Benjamin