Re: [PATCH v3 00/11] HID: Implement haptic touchpad support
From: Jiri Kosina <jikos@kernel.org>
Date: 2025-09-12 15:28:06
Also in:
linux-doc, lkml
On Thu, 4 Sep 2025, Benjamin Tissoires wrote:
quoted
quoted
Angela Czubak (11): HID: add haptics page defines Input: add FF_HAPTIC effect type Input: add INPUT_PROP_HAPTIC_TOUCHPAD HID: haptic: introduce hid_haptic_device HID: input: allow mapping of haptic output HID: haptic: initialize haptic device HID: input: calculate resolution for pressure HID: haptic: add functions handling events Input: MT - add INPUT_MT_TOTAL_FORCE flags HID: haptic: add hid_haptic_switch_mode HID: multitouch: add haptic multitouch support Documentation/input/event-codes.rst | 14 + drivers/hid/Kconfig | 11 + drivers/hid/Makefile | 1 + drivers/hid/hid-haptic.c | 580 +++++++++++++++++++++++++++++++++ drivers/hid/hid-haptic.h | 127 ++++++++ drivers/hid/hid-input.c | 18 +- drivers/hid/hid-multitouch.c | 47 +++ drivers/input/input-mt.c | 14 +- include/linux/hid.h | 29 ++ include/linux/input/mt.h | 1 + include/uapi/linux/input-event-codes.h | 1 + include/uapi/linux/input.h | 22 +- 12 files changed, 858 insertions(+), 7 deletions(-) --- base-commit: 86731a2a651e58953fc949573895f2fa6d456841 change-id: 20250625-support-forcepads-0b4f74fd3d0a Best regards, -- Jonathan Denose [off-list ref]Hi all, Please let me know if there is anything else needed from me.Dmitry, I've just re-reviewed and tested this series. I'm fine with it. Can you give us your ack on the input bits?
Dmitry, did you have time to review the input bits, please? Thanks, -- Jiri Kosina SUSE Labs