mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-01-02 01:59:23 +00:00
These tests have been developed in the hid-tools[0] tree for a while. Now that we have a proper selftests/hid kernel entry and that the tests are more reliable, it is time to directly include those in the kernel tree. The code is taken from [1] to fix a change in v6.3. [0] https://gitlab.freedesktop.org/libevdev/hid-tools Link: https://gitlab.freedesktop.org/libevdev/hid-tools/-/merge_requests/143 [1] Cc: Roderick Colenbrander <roderick.colenbrander@sony.com> Cc: Jose Torreguitar <jtguitar@google.com> Signed-off-by: Roderick Colenbrander <roderick.colenbrander@sony.com> Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
34 lines
692 B
Plaintext
34 lines
692 B
Plaintext
CONFIG_BPF_EVENTS=y
|
|
CONFIG_BPFILTER=y
|
|
CONFIG_BPF_JIT_ALWAYS_ON=y
|
|
CONFIG_BPF_JIT=y
|
|
CONFIG_BPF_KPROBE_OVERRIDE=y
|
|
CONFIG_BPF_LSM=y
|
|
CONFIG_BPF_PRELOAD_UMD=y
|
|
CONFIG_BPF_PRELOAD=y
|
|
CONFIG_BPF_STREAM_PARSER=y
|
|
CONFIG_BPF_SYSCALL=y
|
|
CONFIG_BPF=y
|
|
CONFIG_CGROUP_BPF=y
|
|
CONFIG_DEBUG_INFO_BTF=y
|
|
CONFIG_DYNAMIC_FTRACE_WITH_DIRECT_CALLS=y
|
|
CONFIG_FPROBE=y
|
|
CONFIG_FTRACE_SYSCALLS=y
|
|
CONFIG_FUNCTION_TRACER=y
|
|
CONFIG_HIDRAW=y
|
|
CONFIG_HID=y
|
|
CONFIG_HID_BPF=y
|
|
CONFIG_INPUT_EVDEV=y
|
|
CONFIG_UHID=y
|
|
CONFIG_LEDS_CLASS_MULTICOLOR=y
|
|
CONFIG_USB=y
|
|
CONFIG_USB_HID=y
|
|
CONFIG_HID_APPLE=y
|
|
CONFIG_HID_ITE=y
|
|
CONFIG_HID_MULTITOUCH=y
|
|
CONFIG_HID_PLAYSTATION=y
|
|
CONFIG_PLAYSTATION_FF=y
|
|
CONFIG_HID_SONY=y
|
|
CONFIG_SONY_FF=y
|
|
CONFIG_HID_WACOM=y
|