[GIT PULL] HID fixes

From: Benjamin Tissoires
Date: Thu Dec 05 2024 - 05:27:31 EST


Linus,

please pull from

git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid.git tags/hid-for-linus-2024120501

to receive

=====
- a regression fix in suspend/resume for i2c-hid (Kenny Levinsen)
- a fix with wacom driver assuming a name can not be null (WangYuli)
- a couple of consitfy changes/fixes (Thomas Weißschuh)
- a couple of selftests/hid fixes (Maximilian Heyne & Benjamin
Tissoires)
=====

----------------------------------------------------------------
Benjamin Tissoires (1):
selftests/hid: fix kfunc inclusions with newer bpftool

Kenny Levinsen (1):
HID: i2c-hid: Revert to using power commands to wake on resume

Maximilian Heyne (1):
selftests: hid: fix typo and exit code

Thomas Weißschuh (2):
HID: bpf: constify hid_ops
HID: bpf: drop unneeded casts discarding const

WangYuli (1):
HID: wacom: fix when get product name maybe null pointer

drivers/hid/bpf/hid_bpf_dispatch.c | 17 ++++-------------
drivers/hid/hid-core.c | 2 +-
drivers/hid/i2c-hid/i2c-hid-core.c | 20 ++++++++++++--------
drivers/hid/wacom_sys.c | 3 ++-
include/linux/hid_bpf.h | 2 +-
tools/testing/selftests/hid/progs/hid_bpf_helpers.h | 19 +++++++++++--------
tools/testing/selftests/hid/run-hid-tools-tests.sh | 16 +++++++++-------
7 files changed, 40 insertions(+), 39 deletions(-)

Cheers,
Benjamin