-
- Downloads
Merge tag 'hid-for-linus-2024120501' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid
Pull HID fixes from Benjamin Tissoires: - regression fix in suspend/resume for i2c-hid (Kenny Levinsen) - fix wacom driver assuming a name can not be null (WangYuli) - a couple of constify changes/fixes (Thomas Weißschuh) - a couple of selftests/hid fixes (Maximilian Heyne & Benjamin Tissoires) * tag 'hid-for-linus-2024120501' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid: selftests/hid: fix kfunc inclusions with newer bpftool HID: bpf: drop unneeded casts discarding const HID: bpf: constify hid_ops selftests: hid: fix typo and exit code HID: wacom: fix when get product name maybe null pointer HID: i2c-hid: Revert to using power commands to wake on resume
Showing
- drivers/hid/bpf/hid_bpf_dispatch.c 4 additions, 13 deletionsdrivers/hid/bpf/hid_bpf_dispatch.c
- drivers/hid/hid-core.c 1 addition, 1 deletiondrivers/hid/hid-core.c
- drivers/hid/i2c-hid/i2c-hid-core.c 12 additions, 8 deletionsdrivers/hid/i2c-hid/i2c-hid-core.c
- drivers/hid/wacom_sys.c 2 additions, 1 deletiondrivers/hid/wacom_sys.c
- include/linux/hid_bpf.h 1 addition, 1 deletioninclude/linux/hid_bpf.h
- tools/testing/selftests/hid/progs/hid_bpf_helpers.h 11 additions, 8 deletionstools/testing/selftests/hid/progs/hid_bpf_helpers.h
- tools/testing/selftests/hid/run-hid-tools-tests.sh 9 additions, 7 deletionstools/testing/selftests/hid/run-hid-tools-tests.sh
Loading
Please register or sign in to comment