]> www.infradead.org Git - users/dwmw2/linux.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)
committerJiri Kosina <jkosina@suse.com>
Tue, 8 Oct 2024 07:10:59 +0000 (09:10 +0200)
commit1a5cbb526ec4b885177d06a8bc04f38da7dbb1d9
tree5e9fcc4e7278f7e7c3d7e4b68ad359df738c5238
parent87b696209007b7c4ef7bdfe39ea0253404a43770
HID: multitouch: Add support for B2402FVA track point

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>
drivers/hid/hid-multitouch.c