[systemd-devel] [PATCH v3 4/4] hwdb: Add entries for the pointingstick on 2 Dell Latitudes

Hans de Goede hdegoede at redhat.com
Tue Apr 7 03:09:51 PDT 2015


The pointingstick of the Dell Latitude E6400 is somewhat slow by default,
whereas the pointingstick of the Dell Latitude D620 is much too fast by
default, set POINTINGSTICK_CONST_ACCEL for both of them to adjust for this.
---
 hwdb/70-pointingstick.hwdb | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/hwdb/70-pointingstick.hwdb b/hwdb/70-pointingstick.hwdb
index 95823a6..825834e 100644
--- a/hwdb/70-pointingstick.hwdb
+++ b/hwdb/70-pointingstick.hwdb
@@ -71,6 +71,18 @@
 # Sort by by brand, model
 
 #########################################
+# Dell
+#########################################
+
+# Latitude D620
+pointingstick:name:*DualPoint Stick:dmi:bvn*:bvr*:bd*:svnDellInc.:pnLatitudeD620*:pvr*
+  POINTINGSTICK_CONST_ACCEL=0.5
+
+# Latitude E6400
+pointingstick:name:*DualPoint Stick:dmi:bvn*:bvr*:bd*:svnDellInc.:pnLatitudeE6400*:pvr*
+  POINTINGSTICK_CONST_ACCEL=1.5
+
+#########################################
 # Lenovo
 #########################################
 
-- 
2.3.4



More information about the systemd-devel mailing list