summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authoryuri1969 <1969yuri1969@gmail.com>2021-02-19 22:08:55 +0100
committeryuri1969 <1969yuri1969@gmail.com>2021-02-19 22:14:38 +0100
commit201b81ebe95fc514530061d8e62f9e309aa22861 (patch)
treefece935c64c8821b138ecc5ee01a3b86bde1b145 /doc
parent4b0f2009360210c38066a965339aa11ce2b5dbf5 (diff)
downloadlibinput-201b81ebe95fc514530061d8e62f9e309aa22861.tar.gz
Fix worng quirk name in doc
The doc mentioned 'AttrTouchPressureRange' quirk but `src/quirks.c` defines 'AttrPressureRange' instead. This led to unknown quirk name errors. Signed-off-by: yuri1969 <1969yuri1969@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/user/device-quirks.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/device-quirks.rst b/doc/user/device-quirks.rst
index 12df8bbf..32d299c6 100644
--- a/doc/user/device-quirks.rst
+++ b/doc/user/device-quirks.rst
@@ -157,7 +157,7 @@ AttrTouchSizeRange=N:M, AttrPalmSizeThreshold=O
Specifies the touch size required to trigger a press (N) and to trigger
a release (M). O > N > M. See :ref:`touchpad_touch_size_hwdb` for more
details.
-AttrTouchPressureRange=N:M, AttrPalmPressureThreshold=O, AttrThumbPressureThreshold=P
+AttrPressureRange=N:M, AttrPalmPressureThreshold=O, AttrThumbPressureThreshold=P
Specifies the touch pressure required to trigger a press (N) and to
trigger a release (M), when a palm touch is triggered (O) and when a
thumb touch is triggered (P). O > P > N > M. See