diff options
author | Hans de Goede <hdegoede@redhat.com> | 2015-04-17 16:48:09 +0200 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2015-04-21 11:14:57 +1000 |
commit | 1f845120ec0e1921ccf924aa5b001721c561c540 (patch) | |
tree | 1ed8490d8e08f895631ed112389c40e997aac032 | |
parent | 70a5703bd4bb8697392ebc65fc7c711357bfde9b (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.
-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 ######################################### |