diff options
author | Ben Weston <b.weston60@gmail.com> | 2021-04-03 23:01:07 +0100 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2021-04-29 10:58:13 +1000 |
commit | 0d3d885a1abb062438df55f5997438521245df28 (patch) | |
tree | a3b59a59f5fd8ae05c0f9130b0cf703aa1a9608e | |
parent | 6df5169229ea47a0e04aebd9667d2de8c3fe8893 (diff) |
quirk: fix sensitivity for Dell Latitude 7490 pointing-stick
Signed-off-by: Ben Weston <b.weston60@gmail.com>
(cherry picked from commit 74f6821d7ab9697f3b81aa110ca46cf936fb2b10)
-rw-r--r-- | quirks/50-system-dell.quirks | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/quirks/50-system-dell.quirks b/quirks/50-system-dell.quirks index 6d28fa14..c2a537c4 100644 --- a/quirks/50-system-dell.quirks +++ b/quirks/50-system-dell.quirks @@ -82,6 +82,12 @@ MatchName=*DualPoint Stick MatchDMIModalias=dmi:*svnDellInc.:pnLatitudeE7470* AttrTrackpointMultiplier=0.125 +[Latitude 7490 Trackpoint] +MatchName=*Mouse +MatchUdevType=pointingstick +MatchDMIModalias=dmi:**bvnDellInc.:*:pnLatitude7490* +AttrTrackpointMultiplier=0.3 + [Precision 7x50 Touchpad] MatchBus=i2c MatchUdevType=touchpad |