]> git.ipfire.org Git - thirdparty/linux.git/commit
HID: multitouch: support getting the tip state from HID_DG_TOUCH fields in Apple...
authorKerem Karabay <kekrby@gmail.com>
Tue, 27 May 2025 16:43:14 +0000 (22:13 +0530)
committerJiri Kosina <jkosina@suse.com>
Wed, 11 Jun 2025 09:25:26 +0000 (11:25 +0200)
commite0976a61a543b5e03bc0d08030a0ea036ee3751d
treefc282cf5b6ddf931b5fdae53e11c9dfb01ddf712
parentf41d736acc039d86512951f4e874b0f5e666babf
HID: multitouch: support getting the tip state from HID_DG_TOUCH fields in Apple Touch Bar

In Apple Touch Bar, the tip state is contained in fields with the
HID_DG_TOUCH usage. This feature is gated by a quirk in order to
prevent breaking other devices, see commit c2ef8f21ea8f
("HID: multitouch: add support for trackpads").

Acked-by: Benjamin Tissoires <bentiss@kernel.org>
Signed-off-by: Kerem Karabay <kekrby@gmail.com>
Co-developed-by: Aditya Garg <gargaditya08@live.com>
Signed-off-by: Aditya Garg <gargaditya08@live.com>
Signed-off-by: Jiri Kosina <jkosina@suse.com>
drivers/hid/hid-multitouch.c