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 <[email protected]> --- udev/90-libinput-model-quirks.hwdb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/udev/90-libinput-model-quirks.hwdb b/udev/90-libinput-model-quirks.hwdb index b5d11fe..568f557 100644 --- a/udev/90-libinput-model-quirks.hwdb +++ b/udev/90-libinput-model-quirks.hwdb @@ -88,7 +88,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 -- 2.12.2 _______________________________________________ wayland-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/wayland-devel
