diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2016-02-09 17:37:57 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2016-02-09 17:42:55 +1000 |
commit | d68c7dea388887de352be86fbb11c04a558bb510 (patch) | |
tree | bed58a81d8416d78de37f62c3a499444e2522f94 /hwdb | |
parent | 70b65964d7ef03621f5d4abd23150c1b121989b4 (diff) |
hwdb: add Dell Lattitude E6320 pointing stick speed fix
https://bugzilla.redhat.com/show_bug.cgi?id=1200717
Diffstat (limited to 'hwdb')
-rw-r--r-- | hwdb/70-pointingstick.hwdb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hwdb/70-pointingstick.hwdb b/hwdb/70-pointingstick.hwdb index 6820331784..b2af467d5f 100644 --- a/hwdb/70-pointingstick.hwdb +++ b/hwdb/70-pointingstick.hwdb @@ -79,6 +79,10 @@ evdev:name:*DualPoint Stick:dmi:bvn*:bvr*:bd*:svnDellInc.:pnLatitudeD620*:pvr* POINTINGSTICK_CONST_ACCEL=0.5 +# Latitude E6320 +evdev:name:*DualPoint Stick:dmi:bvn*:bvr*:bd*:svnDellInc.:pnLatitudeE6320*:pvr* + POINTINGSTICK_CONST_ACCEL=2.0 + # Latitude E6400 evdev:name:*DualPoint Stick:dmi:bvn*:bvr*:bd*:svnDellInc.:pnLatitudeE6400*:pvr* POINTINGSTICK_CONST_ACCEL=1.5 |