]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
HID: multitouch: add haptic multitouch support
authorAngela Czubak <aczubak@google.com>
Mon, 18 Aug 2025 23:08:52 +0000 (23:08 +0000)
committerBenjamin Tissoires <bentiss@kernel.org>
Mon, 15 Sep 2025 12:32:55 +0000 (14:32 +0200)
commit8d0bf7908b5a6532a18ee658337d498158672862
tree88aa2f1a167348c988137db81001f756e0b1ce67
parentff66b8eebbab37146ef1399d93332f82b752990b
HID: multitouch: add haptic multitouch support

If CONFIG_HID_HAPTIC is enabled, and the device is recognized to have
simple haptic capabilities, try initializing the haptic device, check
input frames for pressure and handle it using hid_haptic_* API.

Signed-off-by: Angela Czubak <aczubak@google.com>
Co-developed-by: Jonathan Denose <jdenose@google.com>
Signed-off-by: Jonathan Denose <jdenose@google.com>
Signed-off-by: Benjamin Tissoires <bentiss@kernel.org>
drivers/hid/hid-haptic.h
drivers/hid/hid-multitouch.c