Skip to content

Commit 1a5cbb5

Browse files
Stefan BlumJiri Kosina
authored andcommitted
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>
1 parent 87b6962 commit 1a5cbb5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

drivers/hid/hid-multitouch.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2026,6 +2026,10 @@ static const struct hid_device_id mt_devices[] = {
20262026
HID_DEVICE(BUS_I2C, HID_GROUP_MULTITOUCH_WIN_8,
20272027
USB_VENDOR_ID_ELAN, 0x3148) },
20282028

2029+
{ .driver_data = MT_CLS_WIN_8_FORCE_MULTI_INPUT_NSMU,
2030+
HID_DEVICE(BUS_I2C, HID_GROUP_MULTITOUCH_WIN_8,
2031+
USB_VENDOR_ID_ELAN, 0x32ae) },
2032+
20292033
/* Elitegroup panel */
20302034
{ .driver_data = MT_CLS_SERIAL,
20312035
MT_USB_DEVICE(USB_VENDOR_ID_ELITEGROUP,

0 commit comments

Comments
 (0)