[GIT PULL] HID subsystem fixes
From: Jiri Kosina
Date: Wed Apr 08 2026 - 16:29:32 EST
Linus,
please pull from
git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid.git tags/hid-for-linus-2026040801
to receive last round of HID subsystem fixes for 7.0, namely:
=====
- handling of new keycodes for contextual AI usages (Akshai Murari)
- fix for UAF in hid-roccat (Benoît Sevens)
- deduplication of error loggin in amd_sfh (Maximilian Pezzullo)
- various device-specific quirks and device ID additions (Even Xu, Lode
Willems, Leo Vriska)
=====
Thanks.
----------------------------------------------------------------
Akshai Murari (1):
Input: add keycodes for contextual AI usages (HUTRR119)
Benoît Sevens (1):
HID: roccat: fix use-after-free in roccat_report_event
Even Xu (2):
HID: Intel-thc-hid: Intel-quicki2c: Add NVL Device IDs
HID: Intel-thc-hid: Intel-quickspi: Add NVL Device IDs
Lode Willems (1):
HID: Kysona: Add support for VXE Dragonfly R1 Pro
Maximilian Pezzullo (1):
HID: amd_sfh: don't log error when device discovery fails with -EOPNOTSUPP
leo vriska (1):
HID: quirks: add HID_QUIRK_ALWAYS_POLL for 8BitDo Pro 3
drivers/hid/amd-sfh-hid/amd_sfh_pcie.c | 3 ++-
drivers/hid/hid-debug.c | 6 ++++++
drivers/hid/hid-ids.h | 7 +++++++
drivers/hid/hid-input.c | 3 +++
drivers/hid/hid-kysona.c | 2 ++
drivers/hid/hid-quirks.c | 1 +
drivers/hid/hid-roccat.c | 2 ++
drivers/hid/intel-thc-hid/intel-quicki2c/pci-quicki2c.c | 7 +++++++
drivers/hid/intel-thc-hid/intel-quicki2c/quicki2c-dev.h | 4 ++++
drivers/hid/intel-thc-hid/intel-quickspi/pci-quickspi.c | 6 ++++++
drivers/hid/intel-thc-hid/intel-quickspi/quickspi-dev.h | 2 ++
include/uapi/linux/input-event-codes.h | 4 ++++
12 files changed, 46 insertions(+), 1 deletion(-)
--
Jiri Kosina
SUSE Labs