mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
hwdb: add resolution override for Pinebook Pro touchpad
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>
This commit is contained in:
parent
d7f223d738
commit
3e65261afa
@ -591,6 +591,17 @@ evdev:input:b0003v6161p4D15*
|
||||
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
|
||||
#########################################
|
||||
|
Loading…
Reference in New Issue
Block a user