HID: multitouch: fix Asus ExpertBook P2 P2451FA trackpoint
authorJosé Expósito <jose.exposito89@gmail.com>
Mon, 28 Nov 2022 16:57:05 +0000 (17:57 +0100)
committerJiri Kosina <jkosina@suse.cz>
Tue, 20 Dec 2022 14:34:16 +0000 (15:34 +0100)
commit4eab1c2fe06c98a4dff258dd64800b6986c101e9
treed7bd05f327121d84b0f0268665c7a817089fcf7a
parentcec827d658dd5c287ea8925737d45f0a60e47422
HID: multitouch: fix Asus ExpertBook P2 P2451FA trackpoint

The HID descriptor of this device contains two mouse collections, one
for mouse emulation and the other for the trackpoint.

Both collections get merged and, because the first one defines X and Y,
the movemenent events reported by the trackpoint collection are
ignored.

Set the MT_CLS_WIN_8_FORCE_MULTI_INPUT class for this device to be able
to receive its reports.

This fix is similar to/based on commit 40d5bb87377a ("HID: multitouch:
enable multi-input as a quirk for some devices").

Link: https://gitlab.freedesktop.org/libinput/libinput/-/issues/825
Reported-by: Akito <the@akito.ooo>
Tested-by: Akito <the@akito.ooo>
Signed-off-by: José Expósito <jose.exposito89@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-multitouch.c