]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
HID: multitouch: Add support for B2402FVA track point
authorStefan Blum <stefanblum2004@gmail.com>
Sun, 6 Oct 2024 08:12:23 +0000 (10:12 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 17 Nov 2024 14:06:24 +0000 (15:06 +0100)
commit6711f40490df215940e36da00fbaf637fa1c4acc
treefbb31ac988746909a824c812cb3f1d0b60d8d3fd
parentf8b7e56b7555328ecd5edec99f4868cef884151a
HID: multitouch: Add support for B2402FVA track point

[ Upstream commit 1a5cbb526ec4b885177d06a8bc04f38da7dbb1d9 ]

By default the track point does not work on the Asus Expertbook B2402FVA.

From libinput record i got the ID of the track point device:
  evdev:
    # Name: ASUE1201:00 04F3:32AE
    # ID: bus 0x18 vendor 0x4f3 product 0x32ae version 0x100

I found that the track point is functional, when i set the
MT_CLS_WIN_8_FORCE_MULTI_INPUT_NSMU class for the reported device.

Signed-off-by: Stefan Blum <stefan.blum@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/hid/hid-multitouch.c