Fix worng quirk name in doc
authoryuri1969 <1969yuri1969@gmail.com>
Fri, 19 Feb 2021 21:08:55 +0000 (22:08 +0100)
committeryuri1969 <1969yuri1969@gmail.com>
Fri, 19 Feb 2021 21:14:38 +0000 (22:14 +0100)
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>
doc/user/device-quirks.rst

index 12df8bbfd5c87ec889b148b24b2ab5865931c2f2..32d299c6c69b358636cafa255e816ffb01fd7464 100644 (file)
@@ -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