[GIT PULL] HID fixes

From: Benjamin Tissoires
Date: Tue Jul 11 2023 - 09:59:47 EST


Linus,

please pull from

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

to receive HID subsystem fixes, most importantly:

=====
- AMD SFH shift-out-of-bounds fix (Basavaraj Natikar)
- avoid struct memcpy overrun warning in the hid-hyperv module (Arnd Bergmann)
- a quick HID kselftests script fix for our CI to be happy (Benjamin Tissoires)
- various fixes and additions of device IDs
=====

Thanks.

----------------------------------------------------------------
Arnd Bergmann (1):
HID: hyperv: avoid struct memcpy overrun warning

Basavaraj Natikar (2):
HID: amd_sfh: Rename the float32 variable
HID: amd_sfh: Fix for shift-out-of-bounds

Benjamin Tissoires (1):
selftests: hid: fix vmtests.sh not running make headers

Dmitry Torokhov (1):
HID: input: fix mapping for camera access keys

Rahul Rameshbabu (1):
HID: nvidia-shield: Pack inner/related declarations in HOSTCMD reports

Stuart Hayhurst (1):
HID: logitech-hidpp: Add wired USB id for Logitech G502 Lightspeed

drivers/hid/amd-sfh-hid/sfh1_1/amd_sfh_desc.c | 30 +++++++++++++++++++++++-------
drivers/hid/hid-hyperv.c | 10 ++++------
drivers/hid/hid-input.c | 7 ++++---
drivers/hid/hid-logitech-hidpp.c | 2 ++
drivers/hid/hid-nvidia-shield.c | 12 ++++++------
tools/testing/selftests/hid/vmtest.sh | 1 +
6 files changed, 40 insertions(+), 22 deletions(-)