]> git.ipfire.org Git - thirdparty/linux.git/commit
HID: multitouch: take cls->maxcontacts into account for Apple Touch Bar even without...
authorKerem Karabay <kekrby@gmail.com>
Tue, 27 May 2025 16:43:15 +0000 (22:13 +0530)
committerJiri Kosina <jkosina@suse.com>
Wed, 11 Jun 2025 09:25:26 +0000 (11:25 +0200)
commit7dfe48bdc9d38db46283f2e0281bc1626277b8bf
tree0db35f718571a0ced163f42bb4871f42ba5b44d9
parente0976a61a543b5e03bc0d08030a0ea036ee3751d
HID: multitouch: take cls->maxcontacts into account for Apple Touch Bar even without a HID_DG_CONTACTMAX field

In Apple Touch Bar, the HID_DG_CONTACTMAX is not present, but the maximum
contact count is still greater than the default. Add quirks for the same.

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