04-07-2020, 08:45 PM
(04-02-2020, 06:29 PM)rdschouw Wrote: The major issue is that the trackpad dimensions are reported incorrectly by the firmware. It reports a size of 30mm by 48mm only. This also causes another issue which is that palm rejection is ignored by libinput. It is possible to fix this by a file /etc/udev/hwdb.d/99-local.hwdb with following contents:
Code:evdev:input:b0003v258Ap001E*
EVDEV_ABS_00=::15
EVDEV_ABS_01=::15
EVDEV_ABS_35=::15
EVDEV_ABS_36=::15
Reboot and you have very well behaved trackpad!
Please see for info: https://github.com/jackhumbert/pinebook-...-596309944
This didn't totally fix it for me, but it helped tremendously! Thanks.