[GIT PULL] HID fixes for 7.0

From: Benjamin Tissoires

Date: Fri Mar 06 2026 - 10:11:46 EST


Linus,

please pull from

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

to receive HID subsystem fixes for 7.0, namely:

=====
- fixes of a few memory leaks (Günther Noack)
- fixes of potential kernel crashes in cmedia, creative-sb0540 and
zydacron (Greg Kroah-Hartman)
- fix of NULL pointer dereference in pidff (Tomasz Pakuła)
- fix battery reporting for Apple Magic Trackpad 2 (Julius Lehmann)
- mcp2221 proper handling of failed read operation (Romain Sioen)
- various device quirks / device ID additions
=====

Thanks.

----------------------------------------------------------------
Alex Tran (1):
selftests: hid: tests: test_wacom_generic: add tests for display devices and opaque devices

Denis Benato (1):
HID: asus: add xg mobile 2023 external hardware support

Greg Kroah-Hartman (1):
HID: Add HID_CLAIMED_INPUT guards in raw_event callbacks missing them

Günther Noack (4):
HID: Document memory allocation properties of report_fixup()
HID: apple: avoid memory leak in apple_report_fixup()
HID: magicmouse: avoid memory leak in magicmouse_report_fixup()
HID: asus: avoid memory leak in asus_report_fixup()

Ian Ray (1):
HID: multitouch: new class MT_CLS_EGALAX_P80H84

Julius Lehmann (1):
HID: magicmouse: fix battery reporting for Apple Magic Trackpad 2

Romain Sioen (1):
HID: mcp2221: cancel last I2C command on read error

Takashi Iwai (1):
HID: apple: Add EPOMAKER TH87 to the non-apple keyboards list

Tomasz Pakuła (1):
HID: pidff: Fix condition effect bit clearing

Werner Sembach (1):
HID: multitouch: Keep latency normal on deactivate for reactivation gesture

Zhang Lixu (1):
HID: intel-ish-hid: ipc: Add Nova Lake-H/S PCI device IDs

drivers/hid/hid-apple.c | 7 ++--
drivers/hid/hid-asus.c | 18 +++++++--
drivers/hid/hid-cmedia.c | 2 +-
drivers/hid/hid-creative-sb0540.c | 2 +-
drivers/hid/hid-ids.h | 1 +
drivers/hid/hid-magicmouse.c | 6 +--
drivers/hid/hid-mcp2221.c | 2 +
drivers/hid/hid-multitouch.c | 43 +++++++++++++++++++---
drivers/hid/hid-zydacron.c | 2 +-
drivers/hid/intel-ish-hid/ipc/hw-ish.h | 2 +
drivers/hid/intel-ish-hid/ipc/pci-ish.c | 12 ++++++
drivers/hid/usbhid/hid-pidff.c | 11 ++++--
include/linux/hid.h | 6 +++
.../selftests/hid/tests/test_wacom_generic.py | 34 ++++++++++-------
14 files changed, 112 insertions(+), 36 deletions(-)
--

Cheers,
Benjamin