diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2017-02-23 10:02:17 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-23 10:02:17 +1000 |
commit | 4bbc2817f7b0f751675db240468be8f17c157fd5 (patch) | |
tree | 6dc264cc9b2e615aacfeac1b9e793035e558aa50 | |
parent | 00f331c14121cd572365e49b04001a29715f56dd (diff) | |
parent | 80196e36d0a5da94802862432490707783fe7e74 (diff) |
Merge pull request #5424 from segfault-cc/master
Added hwdb rule for E5570 laptop (PointingStick)
-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 cfdfef567a..65c87aeac7 100644 --- a/hwdb/70-pointingstick.hwdb +++ b/hwdb/70-pointingstick.hwdb @@ -82,6 +82,10 @@ evdev:name:*DualPoint Stick:dmi:bvn*:bvr*:bd*:svnDellInc.:pnLatitudeD620*:pvr* POINTINGSTICK_CONST_ACCEL=0.5 +# Latitude E5570 +evdev:name:*DualPoint Stick:dmi:bvn*:bvr*:bd*:svnDellInc.:pnLatitudeE5570*:pvr* + POINTINGSTICK_CONST_ACCEL=0.1 + # Latitude E6320 evdev:name:*DualPoint Stick:dmi:bvn*:bvr*:bd*:svnDellInc.:pnLatitudeE6320*:pvr* POINTINGSTICK_CONST_ACCEL=2.0 |