mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
33 lines
1.2 KiB
Diff
33 lines
1.2 KiB
Diff
From bf5b10b31d23682d1fc1333e9094e902dcc7150a Mon Sep 17 00:00:00 2001
|
|
From: Paul Kocialkowski <contact@paulk.fr>
|
|
Date: Fri, 21 Apr 2017 13:31:57 +0200
|
|
Subject: [PATCH 2/4] udev: Add support for I2C Elan touchpads (without dmi)
|
|
|
|
This adds support for I2C Elan touchpads, such as the ones found in
|
|
various ARM CrOS devices. These devices do not use dmi.
|
|
|
|
The pressure range is copied as-is from the current Elantech PS/2
|
|
touchpads entry. It is not adapted to every touchpad configuration.
|
|
|
|
Signed-off-by: Paul Kocialkowski <contact at paulk.fr>
|
|
---
|
|
udev/90-libinput-model-quirks.hwdb | 3 +++
|
|
1 file changed, 3 insertions(+)
|
|
|
|
diff --git a/udev/90-libinput-model-quirks.hwdb b/udev/90-libinput-model-quirks.hwdb
|
|
index 560e77a..8cf3304 100644
|
|
--- a/udev/90-libinput-model-quirks.hwdb
|
|
+++ b/udev/90-libinput-model-quirks.hwdb
|
|
@@ -90,6 +90,9 @@ libinput:name:*ETPS/2 Elantech Touchpad*:dmi:*
|
|
libinput:name:*ETPS/2 Elantech Touchpad*:dmi:*svnASUSTeKComputerInc.:pnUX21E:*
|
|
LIBINPUT_ATTR_PRESSURE_RANGE=24:10
|
|
|
|
+libinput:name:*Elan Touchpad*
|
|
+ LIBINPUT_ATTR_PRESSURE_RANGE=24:8
|
|
+
|
|
##########################################
|
|
# Google
|
|
##########################################
|
|
--
|
|
2.12.2
|
|
|