Merge tag 'for-linus-2024072901' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid
Pull HID fixes from Benjamin Tissoires: - fixes for HID-BPF after the merge with the bpf tree (Arnd Bergmann and Benjamin Tissoires) - some tool type fix for the Wacom driver (Tatsunosuke Tobita) - a reorder of the sensor discovery to ensure the HID AMD SFH is removed when no sensors are available (Basavaraj Natikar) * tag 'for-linus-2024072901' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid: selftests/hid: add test for attaching multiple time the same struct_ops HID: bpf: prevent the same struct_ops to be attached more than once selftests/hid: disable struct_ops auto-attach selftests/hid: fix bpf_wq new API HID: amd_sfh: Move sensor discovery before HID device initialization hid: bpf: add BPF_JIT dependency HID: wacom: more appropriate tool type categorization HID: wacom: Modify pen IDs
Showing
- drivers/hid/amd-sfh-hid/amd_sfh_client.c 11 additions, 7 deletionsdrivers/hid/amd-sfh-hid/amd_sfh_client.c
- drivers/hid/bpf/Kconfig 1 addition, 1 deletiondrivers/hid/bpf/Kconfig
- drivers/hid/bpf/hid_bpf_struct_ops.c 5 additions, 0 deletionsdrivers/hid/bpf/hid_bpf_struct_ops.c
- drivers/hid/wacom_wac.c 10 additions, 57 deletionsdrivers/hid/wacom_wac.c
- tools/testing/selftests/hid/hid_bpf.c 26 additions, 0 deletionstools/testing/selftests/hid/hid_bpf.c
- tools/testing/selftests/hid/progs/hid.c 1 addition, 1 deletiontools/testing/selftests/hid/progs/hid.c
- tools/testing/selftests/hid/progs/hid_bpf_helpers.h 1 addition, 1 deletiontools/testing/selftests/hid/progs/hid_bpf_helpers.h
Please register or sign in to comment