[systemd-devel] [PATCH 5/5] hwdb: Add entries for the trackpoint on 2 Dell Latitudes

Hans de Goede hdegoede at redhat.com
Thu Apr 2 02:48:51 PDT 2015


The trackpoint of the Dell Latitude E6400 is somewhat slow by default,
where as the trackpoint of the Dell Latitude D620 is much too fast by default,
set TRACKPOINT_CONST_ACCEL for both of them to adjust for this.

Signed-off-by: Hans de Goede <hdegoede at redhat.com>
---
 hwdb/70-trackpoint.hwdb | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/hwdb/70-trackpoint.hwdb b/hwdb/70-trackpoint.hwdb
index 0017d8b..30c22a3 100644
--- a/hwdb/70-trackpoint.hwdb
+++ b/hwdb/70-trackpoint.hwdb
@@ -70,6 +70,18 @@
 # Sort by by brand, model
 
 #########################################
+# Dell
+#########################################
+
+# Latitude D620
+trackpoint:name:*DualPoint Stick:dmi:bvn*:bvr*:bd*:svnDellInc.:pnLatitudeD620*:pvr*
+  TRACKPOINT_CONST_ACCEL=0.5
+
+# Latitude E6400
+trackpoint:name:*DualPoint Stick:dmi:bvn*:bvr*:bd*:svnDellInc.:pnLatitudeE6400*:pvr*
+  TRACKPOINT_CONST_ACCEL=1.5
+
+#########################################
 # Lenovo
 #########################################
 
-- 
2.3.4



More information about the systemd-devel mailing list