From 9c43f860ed8d9af46633cb44e935450f1d8165fe Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 14 Jun 2018 10:04:35 +1000 Subject: data: add pressure range/palm threshold for the Dell XPS13 9333 https://gitlab.freedesktop.org/libinput/libinput/issues/37 Signed-off-by: Peter Hutterer (cherry picked from commit 465c3eaf99947cf380e48c6a9cf8cf716c6d5c41) --- udev/90-libinput-model-quirks.hwdb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/udev/90-libinput-model-quirks.hwdb b/udev/90-libinput-model-quirks.hwdb index 61cd5780..04f9496c 100644 --- a/udev/90-libinput-model-quirks.hwdb +++ b/udev/90-libinput-model-quirks.hwdb @@ -124,6 +124,10 @@ libinput:name:*CyPS/2 Cypress Trackpad:dmi:*svnDell*:*XPSL322X* LIBINPUT_ATTR_PRESSURE_RANGE=30:20 LIBINPUT_ATTR_PALM_PRESSURE_THRESHOLD=254 +libinput:name:*Synaptics s3203:dmi:*svnDellInc.:*pnXPS139333* + LIBINPUT_ATTR_PRESSURE_RANGE=15:10 + LIBINPUT_ATTR_PALM_PRESSURE_THRESHOLD=150 + ########################################## # Elantech ########################################## -- cgit v1.2.3