diff options
author | Hans de Goede <hdegoede@redhat.com> | 2015-04-17 16:48:09 +0200 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-05-03 13:50:16 -0400 |
commit | 5983d43fbd61f17c113f4dfdfb25ec5d236d0086 (patch) | |
tree | 919b11b55c86e2f716bb7fe81231d213bd768a39 | |
parent | 55c5046e38965c84a5a4c534253a8970475eef09 (diff) |
hwdb: Add entries for the pointingstick on 2 Dell Latitudes
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.
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
-rw-r--r-- | hwdb/70-pointingstick.hwdb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/hwdb/70-pointingstick.hwdb b/hwdb/70-pointingstick.hwdb index 2561129c30..8d210f9a6a 100644 --- a/hwdb/70-pointingstick.hwdb +++ b/hwdb/70-pointingstick.hwdb @@ -70,6 +70,18 @@ # Sort by by brand, model ######################################### +# Dell +######################################### + +# Latitude D620 +evdev:name:*DualPoint Stick:dmi:bvn*:bvr*:bd*:svnDellInc.:pnLatitudeD620*:pvr* + POINTINGSTICK_CONST_ACCEL=0.5 + +# Latitude E6400 +evdev:name:*DualPoint Stick:dmi:bvn*:bvr*:bd*:svnDellInc.:pnLatitudeE6400*:pvr* + POINTINGSTICK_CONST_ACCEL=1.5 + +######################################### # Lenovo ######################################### |