The Pinebook Pro touchpad returns a resolution data that is 2 times of
the real value, which makes libinput think the touchpad is only 1/4 the
real size.
Add a resolution override value for it, to allow libinput to calculate
the distance moved on it correctly.
Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
EVDEV_ABS_00=::152
EVDEV_ABS_01=::244
+###########################################################
+# Pine64
+###########################################################
+
+# Pinebook Pro
+evdev:input:b0003v258Ap001E*
+ EVDEV_ABS_00=::15
+ EVDEV_ABS_01=::15
+ EVDEV_ABS_35=::15
+ EVDEV_ABS_36=::15
+
#########################################
# Razer
#########################################