From 00186bb8af6eb11b2ded3ea560be364e1df93333 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 26 Jul 2018 11:22:17 +1000 Subject: [PATCH] doc: device-quirks: redo the model quirks
for sphinx' benefit sphinx only supports one line of
content, so we have to compress these. Signed-off-by: Peter Hutterer --- doc/device-quirks.dox | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/doc/device-quirks.dox b/doc/device-quirks.dox index a339bf6d..4a4f560e 100644 --- a/doc/device-quirks.dox +++ b/doc/device-quirks.dox @@ -119,10 +119,7 @@ for this device not needed for any other device. Only the more general-purpose Model* flags are listed here.
-
ModelALPSTouchpad
-
ModelAppleTouchpad
-
ModelWacomTouchpad
-
ModelChromebook
+
ModelALPSTouchpad, ModelAppleTouchpad, ModelWacomTouchpad, ModelChromebook
Reserved for touchpads made by the respective vendors
ModelTabletNoTilt
Indicates that the tablet stylus does not provide tilt axis @@ -144,31 +141,26 @@ general-purpose Model* flags are listed here.
ModelSynapticsSerialTouchpad
Reserved for touchpads made by Synaptics on the serial bus
-
AttrSizeHint=NxM
-
AttrResolutionHint=N
+
AttrSizeHint=NxM, AttrResolutionHint=N
Hints at the width x height of the device in mm, or the resolution of the x/y axis in units/mm. These may only be used where they apply to a large proportion of matching devices. They should not be used for any specific device, override `EVDEV_ABS_*` instead, see @ref absolute_coordinate_ranges_fix.
-
AttrTouchSizeRange=N:M
-
AttrPalmSizeThreshold=O
+
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
+
AttrTouchPressureRange=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.
AttrLidSwitchReliability=reliable|write_open
-
- Indicates the reliability of the lid switch. This is a string enum. Do not +
Indicates the reliability of the lid switch. This is a string enum. Do not use "reliable" for any specific device. Very few devices need this, if in doubt do not set. See @ref switches_lid for details.
-- 2.34.1