diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2018-06-14 10:04:35 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2018-06-14 10:05:10 +1000 |
commit | 465c3eaf99947cf380e48c6a9cf8cf716c6d5c41 (patch) | |
tree | 34914f3821b53a28ec69f66f0593f7e046dfb111 | |
parent | 0a13223c39fdf0f079715bf83d498c0dcd9cf4f8 (diff) |
data: add pressure range/palm threshold for the Dell XPS13 9333
https://gitlab.freedesktop.org/libinput/libinput/issues/37
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r-- | data/50-system-dell.quirks | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/50-system-dell.quirks b/data/50-system-dell.quirks index 3df31163..083fcdd3 100644 --- a/data/50-system-dell.quirks +++ b/data/50-system-dell.quirks @@ -13,3 +13,9 @@ MatchName=*CyPS/2 Cypress Trackpad MatchDMIModalias=dmi:*svnDell*:XPSL322X* AttrPressureRange=32:20 AttrPalmPressureThreshold=254 + +[Dell XPS13 9333] +MatchName=*Synaptics s3203 +MatchDMIModalias=dmi:*svnDellInc.:*pnXPS139333* +AttrPressureRange=15:10 +AttrPalmPressureThreshold=150 |