mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-03-22 20:50:35 +01:00
udev: Select more generic pressure range values for Elantech touchpads
The current pressure values for Elantech touchpads are too high for
various devices and make the touchpad almost unusable on them.
Decreasing the pressure range values makes those devices usable again.
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
(cherry picked from commit 1dfedc6995)
This commit is contained in:
parent
c24abedeb4
commit
17692e5d24
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ libinput:name:* Touchpad:dmi:*svnDellInc.:*
|
|||
##########################################
|
||||
libinput:name:*ETPS/2 Elantech Touchpad*:dmi:*
|
||||
LIBINPUT_ATTR_RESOLUTION_HINT=31x31
|
||||
LIBINPUT_ATTR_PRESSURE_RANGE=24:10
|
||||
LIBINPUT_ATTR_PRESSURE_RANGE=10:8
|
||||
|
||||
##########################################
|
||||
# Google
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue