Merge tag 'hid-for-linus-2025032601' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid
Pull HID updates from Jiri Kosina: - PlayStation 5 controllers support (Alex Henrie) - big revamp and modernization of the aged hid-pidff force feedback driver (Tomasz Pakuła) - conversion of hid-lg-g15 to standard multicolor LED API (Kate Hsuan) - improvement of behavior of Human Presence Sensor (HPD) in amd_sfh driver (Mario Limonciello) - other assorted fixes, code cleanups and device ID additions * tag 'hid-for-linus-2025032601' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid: (70 commits) HID: remove superfluous (and wrong) Makefile entry for CONFIG_INTEL_ISH_FIRMWARE_DOWNLOADER HID: Intel-thc-hid: Intel-quickspi: Correct device state names gramatically HID: wacom: Remove static WACOM_PKGLEN_MAX limit HID: amd_sfh: Don't show wrong status for amd_sfh_hpd_info() HID: amd_sfh: Default to HPD disabled HID: amd_sfh: Allow configuring whether HPD is enabled or disabled HID: pidff: Fix set_device_control() HID: pidff: Fix 90 degrees direction name North -> East HID: pidff: Compute INFINITE value instead of using hardcoded 0xffff HID: pidff: Clamp effect playback LOOP_COUNT value HID: pidff: Rename two functions to align them with naming convention HID: lenovo: silence unreachable code warning HID: lenovo: Fix to ensure the data as __le32 instead of u32 HID: bpf: add a v6.11+ compatible BPF fixup for the XPPen ACK05 remote HID: bpf: new hid_bpf_async.h common header HID: bpf: import new kfunc from v6.10 & v6.11 HID: bpf: add support for the XP-Pen Artist Pro 19 (gen2) HID: bpf: Added updated Kamvas Pro 19 descriptor HID: bpf: Suppress bogus F13 trigger on Sirius keyboard full fan shortcut HID: bpf: Add support for the default firmware mode of the Huion K20 ...
No related branches found
No related tags found
Showing
- Documentation/ABI/testing/sysfs-driver-amd-sfh 13 additions, 0 deletionsDocumentation/ABI/testing/sysfs-driver-amd-sfh
- Documentation/ABI/testing/sysfs-driver-hid-appletb-kbd 13 additions, 0 deletionsDocumentation/ABI/testing/sysfs-driver-hid-appletb-kbd
- MAINTAINERS 8 additions, 0 deletionsMAINTAINERS
- drivers/hid/Kconfig 40 additions, 0 deletionsdrivers/hid/Kconfig
- drivers/hid/Makefile 3 additions, 1 deletiondrivers/hid/Makefile
- drivers/hid/amd-sfh-hid/amd_sfh_common.h 1 addition, 0 deletionsdrivers/hid/amd-sfh-hid/amd_sfh_common.h
- drivers/hid/amd-sfh-hid/amd_sfh_pcie.c 58 additions, 0 deletionsdrivers/hid/amd-sfh-hid/amd_sfh_pcie.c
- drivers/hid/amd-sfh-hid/sfh1_1/amd_sfh_init.c 48 additions, 2 deletionsdrivers/hid/amd-sfh-hid/sfh1_1/amd_sfh_init.c
- drivers/hid/amd-sfh-hid/sfh1_1/amd_sfh_init.h 3 additions, 0 deletionsdrivers/hid/amd-sfh-hid/sfh1_1/amd_sfh_init.h
- drivers/hid/amd-sfh-hid/sfh1_1/amd_sfh_interface.c 1 addition, 1 deletiondrivers/hid/amd-sfh-hid/sfh1_1/amd_sfh_interface.c
- drivers/hid/bpf/progs/Huion__Kamvas-Pro-19.bpf.c 71 additions, 4 deletionsdrivers/hid/bpf/progs/Huion__Kamvas-Pro-19.bpf.c
- drivers/hid/bpf/progs/Huion__KeydialK20.bpf.c 531 additions, 0 deletionsdrivers/hid/bpf/progs/Huion__KeydialK20.bpf.c
- drivers/hid/bpf/progs/TUXEDO__Sirius-16-Gen1-and-Gen2.bpf.c 47 additions, 0 deletionsdrivers/hid/bpf/progs/TUXEDO__Sirius-16-Gen1-and-Gen2.bpf.c
- drivers/hid/bpf/progs/XPPen__ACK05.bpf.c 330 additions, 0 deletionsdrivers/hid/bpf/progs/XPPen__ACK05.bpf.c
- drivers/hid/bpf/progs/XPPen__ArtistPro16Gen2.bpf.c 40 additions, 4 deletionsdrivers/hid/bpf/progs/XPPen__ArtistPro16Gen2.bpf.c
- drivers/hid/bpf/progs/hid_bpf_async.h 219 additions, 0 deletionsdrivers/hid/bpf/progs/hid_bpf_async.h
- drivers/hid/bpf/progs/hid_bpf_helpers.h 19 additions, 0 deletionsdrivers/hid/bpf/progs/hid_bpf_helpers.h
- drivers/hid/hid-appletb-bl.c 204 additions, 0 deletionsdrivers/hid/hid-appletb-bl.c
- drivers/hid/hid-appletb-kbd.c 507 additions, 0 deletionsdrivers/hid/hid-appletb-kbd.c
- drivers/hid/hid-core.c 5 additions, 1 deletiondrivers/hid/hid-core.c
Loading
Please register or sign in to comment