commit 58c9bf3363e596d744f56616d407278ef5f97f5a
parents c581f8c240f57a Merge tag 'pinctrl-v6.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
b051ffa2aeb2a6 HID: hid-steam: Don't use cancel_delayed_work_sync in IRQ context
tree 955748682b13eccfea72b736f2c258fcce025161
author Linus Torvalds <torvalds@linux-foundation.org> 2025-02-10 09:50:01 -0800
committer Linus Torvalds <torvalds@linux-foundation.org> 2025-02-10 09:50:01 -0800
Merge tag 'hid-for-linus-2025021001' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid
Pull HID fixes from Jiri Kosina:
- build/dependency fixes for hid-lenovo and hid-intel-thc (Arnd
Bergmann)
- functional fixes for hid-corsair-void (Stuart Hayhurst)
- workqueue handling and ordering fix for hid-steam (Vicki Pfau)
- Gamepad mode vs. Lizard mode fix for hid-steam (Vicki Pfau)
- OOB read fix for hid-thrustmaster (Tulio Fernandes)
- fix for very long timeout on certain firmware in intel-ish-hid (Zhang
Lixu)
- other assorted small code fixes and device ID additions
* tag 'hid-for-linus-2025021001' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid:
HID: hid-steam: Don't use cancel_delayed_work_sync in IRQ context
HID: hid-steam: Move hidraw input (un)registering to work
HID: hid-thrustmaster: fix stack-out-of-bounds read in usb_check_int_endpoints()
HID: apple: fix up the F6 key on the Omoton KB066 keyboard
HID: hid-apple: Apple Magic Keyboard a3203 USB-C support
samples/hid: fix broken vmlinux path for VMLINUX_BTF
samples/hid: remove unnecessary -I flags from libbpf EXTRA_CFLAGS
HID: topre: Fix n-key rollover on Realforce R3S TKL boards
HID: intel-ish-hid: ipc: Add Panther Lake PCI device IDs
HID: multitouch: Add NULL check in mt_input_configured
HID: winwing: Add NULL check in winwing_init_led()
HID: hid-steam: Fix issues with disabling both gamepad mode and lizard mode
HID: ignore non-functional sensor in HP 5MP Camera
HID: intel-thc: fix CONFIG_HID dependency
HID: lenovo: select CONFIG_ACPI_PLATFORM_PROFILE
HID: intel-ish-hid: Send clock sync message immediately after reset
HID: intel-ish-hid: fix the length of MNG_SYNC_FW_CLOCK in doorbell
HID: corsair-void: Initialise memory for psy_cfg
HID: corsair-void: Add missing delayed work cancel for headset status
drivers/hid/Kconfig | 15 ++++++----
drivers/hid/amd-sfh-hid/Kconfig | 1 -
drivers/hid/hid-apple.c | 8 +++++
drivers/hid/hid-corsair-void.c | 3 +-
drivers/hid/hid-ids.h | 3 ++
drivers/hid/hid-lenovo.c | 7 +----
drivers/hid/hid-multitouch.c | 5 +++-
drivers/hid/hid-quirks.c | 1 +
drivers/hid/hid-steam.c | 46 ++++++++++++++++++++++-------
drivers/hid/hid-thrustmaster.c | 2 +-
drivers/hid/hid-topre.c | 7 +++++
drivers/hid/hid-winwing.c | 2 ++
drivers/hid/i2c-hid/Kconfig | 2 +-
drivers/hid/intel-ish-hid/Kconfig | 1 -
drivers/hid/intel-ish-hid/ipc/hw-ish.h | 2 ++
drivers/hid/intel-ish-hid/ipc/ipc.c | 15 ++++++----
drivers/hid/intel-ish-hid/ipc/pci-ish.c | 7 +++++
drivers/hid/intel-ish-hid/ishtp/ishtp-dev.h | 2 ++
drivers/hid/intel-thc-hid/Kconfig | 1 -
drivers/hid/surface-hid/Kconfig | 2 --
drivers/hid/usbhid/Kconfig | 3 +-
net/bluetooth/hidp/Kconfig | 3 +-
samples/hid/Makefile | 13 ++++----
23 files changed, 104 insertions(+), 47 deletions(-)
glossary
--------
Commit objects reference one tree, and zero or more parents.
Single parent commits can typically generate a patch in
unified diff format via `git format-patch'.
Multiple parents means the commit is a merge.
Root commits have no ancestor. Note that it is
possible to have multiple root commits when merging independent histories.
Every commit references one top-level tree object.
git clone https://yhbt.net/lore/pub/scm/linux/kernel/git/jirislaby/linux.git