PKGBUILDs/extra/libinput/0003-udev-Decrease-high-pressure-value-for-Elantech-touch.patch

33 lines
1.1 KiB
Diff
Raw Normal View History

2017-05-05 14:14:01 +00:00
From 43cba4ba6cdad42faa878008036a75a5049c95d6 Mon Sep 17 00:00:00 2001
2017-04-23 22:11:40 +00:00
From: Paul Kocialkowski <contact@paulk.fr>
Date: Fri, 21 Apr 2017 13:31:58 +0200
2017-05-05 14:14:01 +00:00
Subject: [PATCH 3/4] udev: Decrease high pressure value for Elantech touchpads
2017-04-23 22:11:40 +00:00
The high pressure value for Elantech touchpads (both PS/2 and I2C) is
not adapted to various devices, on which the touchpad is barely usable.
Decreasing the high value makes those devices usable again, while not
introducing any major drawback for other devices.
Signed-off-by: Paul Kocialkowski <contact at paulk.fr>
---
2017-05-05 14:14:01 +00:00
udev/90-libinput-model-quirks.hwdb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
2017-04-23 22:11:40 +00:00
diff --git a/udev/90-libinput-model-quirks.hwdb b/udev/90-libinput-model-quirks.hwdb
2017-05-05 14:14:01 +00:00
index 8cf3304..d9f0022 100644
2017-04-23 22:11:40 +00:00
--- a/udev/90-libinput-model-quirks.hwdb
+++ b/udev/90-libinput-model-quirks.hwdb
2017-05-05 14:14:01 +00:00
@@ -91,7 +91,7 @@ libinput:name:*ETPS/2 Elantech Touchpad*:dmi:*svnASUSTeKComputerInc.:pnUX21E:*
LIBINPUT_ATTR_PRESSURE_RANGE=24:10
2017-04-23 22:11:40 +00:00
libinput:name:*Elan Touchpad*
- LIBINPUT_ATTR_PRESSURE_RANGE=24:8
+ LIBINPUT_ATTR_PRESSURE_RANGE=10:8
##########################################
# Google
--
2.12.2