-
- Downloads
Merge tag 'hid-for-linus-2024111801' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid
Pull HID updates from Jiri Kosina: - improvement in the way hid-bpf coexists with specific drivers (others than hid-generic) that are already bound to devices (Benjamin Tissoires) - removal of three way-too-aggressive BUG_ON()s from HID drivers (He Lugang) - assorted cleanups and small code fixes to HID core (Dmitry Torokhov, Yan Zhen, Nathan Chancellor, Andy Shevchenko) - support for Corsair Void headset family (Stuart Hayhurst) - Support for Goodix GT7986U SPI (Charles Wang) - initial vendor-specific driver for Kysona, currently adding support for Kysona M600 (Lode Willems) - other assorted code cleanups and small bugfixes all over the place * tag 'hid-for-linus-2024111801' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid: (40 commits) HID: multitouch: make mt_set_mode() less cryptic HID: hid-goodix-spi: Add OF supports dt-bindings: input: Goodix GT7986U SPI HID Touchscreen HID: hyperv: streamline driver probe to avoid devres issues HID: magicmouse: Apple Magic Trackpad 2 USB-C driver support HID: rmi: Add select RMI4_F3A in Kconfig HID: wacom: Interpret tilt data from Intuos Pro BT as signed values HID: steelseries: Add capacity_level mapping HID: steelseries: Fix battery requests stopping after some time HID: hid-goodix: Fix HID get/set feature operation overwritten problem HID: hid-goodix: Return 0 when receiving an empty HID feature package HID: bpf: drop use of Logical|Physical|UsageRange HID: bpf: Fix Rapoo M50 Plus Silent side buttons HID: bpf: Fix NKRO on Mistel MD770 HID: replace BUG_ON() with WARN_ON() HID: wacom: Set eraser status when either 'Eraser' or 'Invert' usage is set HID: Kysona: add basic online status HID: Kysona: check battery status every 5s using a workqueue HID: Kysona: Add basic battery reporting for Kysona M600 HID: Add IDs for Kysona ...
Showing
- Documentation/ABI/testing/sysfs-driver-hid-corsair-void 38 additions, 0 deletionsDocumentation/ABI/testing/sysfs-driver-hid-corsair-void
- Documentation/devicetree/bindings/input/goodix,gt7986u-spifw.yaml 69 additions, 0 deletions...ation/devicetree/bindings/input/goodix,gt7986u-spifw.yaml
- drivers/hid/Kconfig 13 additions, 0 deletionsdrivers/hid/Kconfig
- drivers/hid/Makefile 2 additions, 1 deletiondrivers/hid/Makefile
- drivers/hid/bpf/hid_bpf_dispatch.c 6 additions, 3 deletionsdrivers/hid/bpf/hid_bpf_dispatch.c
- drivers/hid/bpf/hid_bpf_struct_ops.c 1 addition, 0 deletionsdrivers/hid/bpf/hid_bpf_struct_ops.c
- drivers/hid/bpf/progs/Huion__Dial-2.bpf.c 44 additions, 22 deletionsdrivers/hid/bpf/progs/Huion__Dial-2.bpf.c
- drivers/hid/bpf/progs/Huion__Inspiroy-2-S.bpf.c 40 additions, 20 deletionsdrivers/hid/bpf/progs/Huion__Inspiroy-2-S.bpf.c
- drivers/hid/bpf/progs/Mistel__MD770.bpf.c 154 additions, 0 deletionsdrivers/hid/bpf/progs/Mistel__MD770.bpf.c
- drivers/hid/bpf/progs/Rapoo__M50-Plus-Silent.bpf.c 148 additions, 0 deletionsdrivers/hid/bpf/progs/Rapoo__M50-Plus-Silent.bpf.c
- drivers/hid/bpf/progs/hid_report_helpers.h 27 additions, 9 deletionsdrivers/hid/bpf/progs/hid_report_helpers.h
- drivers/hid/hid-asus.c 1 addition, 1 deletiondrivers/hid/hid-asus.c
- drivers/hid/hid-core.c 105 additions, 77 deletionsdrivers/hid/hid-core.c
- drivers/hid/hid-corsair-void.c 829 additions, 0 deletionsdrivers/hid/hid-corsair-void.c
- drivers/hid/hid-cp2112.c 2 additions, 1 deletiondrivers/hid/hid-cp2112.c
- drivers/hid/hid-debug.c 4 additions, 5 deletionsdrivers/hid/hid-debug.c
- drivers/hid/hid-generic.c 3 additions, 0 deletionsdrivers/hid/hid-generic.c
- drivers/hid/hid-goodix-spi.c 22 additions, 13 deletionsdrivers/hid/hid-goodix-spi.c
- drivers/hid/hid-hyperv.c 41 additions, 17 deletionsdrivers/hid/hid-hyperv.c
- drivers/hid/hid-ids.h 5 additions, 0 deletionsdrivers/hid/hid-ids.h
Loading
Please register or sign in to comment