Merge tag 'for-linus-2023022201' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid
Pull HID updates from Benjamin Tissoires: - HID-BPF infrastructure: this allows to start using HID-BPF. Note that the mechanism to ship HID-BPF program through the kernel tree is still not implemented yet (but is planned). This should be a no-op for 99% of users. Also we are gaining kselftests for the HID tree (Benjamin Tissoires) - Some UAF fixes in workers when using uhid (Pietro Borrello & Benjamin Tissoires) - Constify hid_ll_driver (Thomas Weißschuh) - Allow more custom IIO sensors through HID (Philipp Jungkamp) - Logitech HID++ fixes for scroll wheel, protocol and debug (Bastien Nocera) - Some new device support: Steam Deck (Vicki Pfau), UClogic (José Expósito), Logitech G923 Xbox Edition steering wheel (Walt Holman), EVision keyboards (Philippe Valembois) - other assorted code cleanups and fixes * tag 'for-linus-2023022201' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid: (99 commits) HID: mcp-2221: prevent UAF in delayed work hid: bigben_probe(): validate report count HID: asus: use spinlock to safely schedule workers HID: asus: use spinlock to protect concurrent accesses HID: bigben: use spinlock to safely schedule workers HID: bigben_worker() remove unneeded check on report_field HID: bigben: use spinlock to protect concurrent accesses HID: logitech-hidpp: Add myself to authors HID: logitech-hidpp: Retry commands when device is busy HID: logitech-hidpp: Add more debug statements HID: Add support for Logitech G923 Xbox Edition steering wheel HID: logitech-hidpp: Add Signature M650 HID: logitech-hidpp: Remove HIDPP_QUIRK_NO_HIDINPUT quirk HID: logitech-hidpp: Don't restart communication if not necessary HID: logitech-hidpp: Add constants for HID++ 2.0 error codes Revert "HID: logitech-hidpp: add a module parameter to keep firmware gestures" HID: logitech-hidpp: Hard-code HID++ 1.0 fast scroll support HID: i2c-hid: goodix: Add mainboard-vddio-supply dt-bindings: HID: i2c-hid: goodix: Add mainboard-vddio-supply HID: i2c-hid: goodix: Stop tying the reset line to the regulator ...
No related branches found
No related tags found
Showing
- Documentation/devicetree/bindings/input/goodix,gt7375p.yaml 7 additions, 0 deletionsDocumentation/devicetree/bindings/input/goodix,gt7375p.yaml
- Documentation/hid/hid-alps.rst 1 addition, 1 deletionDocumentation/hid/hid-alps.rst
- Documentation/hid/hid-bpf.rst 522 additions, 0 deletionsDocumentation/hid/hid-bpf.rst
- Documentation/hid/hiddev.rst 1 addition, 1 deletionDocumentation/hid/hiddev.rst
- Documentation/hid/hidraw.rst 1 addition, 1 deletionDocumentation/hid/hidraw.rst
- Documentation/hid/index.rst 1 addition, 0 deletionsDocumentation/hid/index.rst
- Documentation/hid/intel-ish-hid.rst 1 addition, 1 deletionDocumentation/hid/intel-ish-hid.rst
- MAINTAINERS 10 additions, 0 deletionsMAINTAINERS
- drivers/Makefile 1 addition, 1 deletiondrivers/Makefile
- drivers/hid/.kunitconfig 1 addition, 0 deletionsdrivers/hid/.kunitconfig
- drivers/hid/Kconfig 32 additions, 7 deletionsdrivers/hid/Kconfig
- drivers/hid/Makefile 3 additions, 0 deletionsdrivers/hid/Makefile
- drivers/hid/amd-sfh-hid/Kconfig 1 addition, 1 deletiondrivers/hid/amd-sfh-hid/Kconfig
- drivers/hid/amd-sfh-hid/amd_sfh_hid.c 1 addition, 1 deletiondrivers/hid/amd-sfh-hid/amd_sfh_hid.c
- drivers/hid/bpf/Kconfig 16 additions, 0 deletionsdrivers/hid/bpf/Kconfig
- drivers/hid/bpf/Makefile 11 additions, 0 deletionsdrivers/hid/bpf/Makefile
- drivers/hid/bpf/entrypoints/Makefile 93 additions, 0 deletionsdrivers/hid/bpf/entrypoints/Makefile
- drivers/hid/bpf/entrypoints/README 4 additions, 0 deletionsdrivers/hid/bpf/entrypoints/README
- drivers/hid/bpf/entrypoints/entrypoints.bpf.c 25 additions, 0 deletionsdrivers/hid/bpf/entrypoints/entrypoints.bpf.c
- drivers/hid/bpf/entrypoints/entrypoints.lskel.h 248 additions, 0 deletionsdrivers/hid/bpf/entrypoints/entrypoints.lskel.h
Loading
Please register or sign in to comment