summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2023-09-27 09:41:21 +1000
committerJosé Expósito <jexposit@redhat.com>2023-10-09 07:03:47 +0000
commitfe3ae87b09717865ad12bffe765d785bb614c9e9 (patch)
treea0f26d55718801a280f53d74c009d77441205737 /doc
parentba32f0818ff04dbe4ae0e6600110a77471482cf1 (diff)
touchpad: allow a palm pressure threshold of 0 to disable
Where a more generic match assigns a palm threshold to a device, allow unsetting this by assigning a threshold of zero. And remove the bug log for palm size threshold of 0 for the same reason.
Diffstat (limited to 'doc')
-rw-r--r--doc/user/device-quirks.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/user/device-quirks.rst b/doc/user/device-quirks.rst
index 9adbbe43..e3bedd32 100644
--- a/doc/user/device-quirks.rst
+++ b/doc/user/device-quirks.rst
@@ -161,11 +161,15 @@ 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.
+ An AttrPalmSizeThreshold of zero unsets any threshold that has been
+ inherited from another quirk.
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
:ref:`touchpad_pressure_hwdb` for more details.
+ An AttrPalmPressureThreshold of zero unsets any threshold that has been
+ inherited from another quirk.
AttrLidSwitchReliability=reliable|unreliable|write_open
Indicates the reliability of the lid switch. This is a string enum.
Very few devices need this, if in doubt do not set. See :ref:`switches_lid`