diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-02-09 13:50:18 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-02-09 13:50:18 +0100 |
commit | 68fd2e501561a66a0aeeec7826be394e48cf42a0 (patch) | |
tree | bed58a81d8416d78de37f62c3a499444e2522f94 | |
parent | 70b65964d7ef03621f5d4abd23150c1b121989b4 (diff) | |
parent | d68c7dea388887de352be86fbb11c04a558bb510 (diff) |
Merge pull request #2557 from whot/hwdb-updates
hwdb: add Dell Lattitude E6320 pointing stick speed fix
-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 |