04-02-2020, 06:29 PM
(This post was last modified: 04-04-2020, 10:56 AM by rdschouw.
Edit Reason: Code layout since it is important when you create the file
)
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:
Reboot and you have very well behaved trackpad!
Please see for info: https://github.com/jackhumbert/pinebook-...-596309944
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