diff options
author | Gablegritule <guillet.gabriel@laposte.net> | 2021-02-08 22:11:06 +0000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2021-02-09 09:23:01 +1000 |
commit | 9f594664d91979d570be803b6656c2494464ad3b (patch) | |
tree | 85f7ee6ef1fe99baf85912a1d714cbe748b47078 /quirks | |
parent | d1f900f764012cc4991aa3ef68ef743b5b069fb2 (diff) |
quirks: add pressure ranges for the Dell Latitude E5510 TouchPad
The default setting makes the "Dell Latitude E5510 TouchPad" too sensitive and
consequently difficult to use.
Note that the the size of the TouchPad is detected to be higher than it is
(the side-bars are half out of the TouchPad), see
https://github.com/systemd/systemd/pull/18493 for the hwdb overrides for this
device.
Signed-off-by: Gablegritule <guillet.gabriel@laposte.net>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'quirks')
-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 0e5b63d9..6d28fa14 100644 --- a/quirks/50-system-dell.quirks +++ b/quirks/50-system-dell.quirks @@ -17,6 +17,12 @@ MatchName=*AlpsPS/2 ALPS GlidePoint MatchDMIModalias=dmi:*svnDellInc.:*pnInspironN5110* AttrPressureRange=100:95 +[Dell Latitude E5510 Touchpad] +MatchUdevType=touchpad +MatchName=*AlpsPS/2 ALPS GlidePoint +MatchDMIModalias=dmi:*svnDellInc.:pnLatitudeE5510:* +AttrPressureRange=100:90 + [Dell Latitude E6220 Touchpad] MatchName=*AlpsPS/2 ALPS GlidePoint MatchDMIModalias=dmi:*svnDellInc.:pnLatitudeE6220:* |