doc: device-quirks: redo the model quirks <dl> for sphinx' benefit
authorPeter Hutterer <peter.hutterer@who-t.net>
Thu, 26 Jul 2018 01:22:17 +0000 (11:22 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Fri, 27 Jul 2018 07:26:56 +0000 (17:26 +1000)
sphinx only supports one line of <dt> content, so we have to compress these.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
doc/device-quirks.dox

index a339bf6d37fd385511d7e29b26f007e15c797d0f..4a4f560e639f49f71030cb1a2b912f9e57596c87 100644 (file)
@@ -119,10 +119,7 @@ for this device not needed for any other device. Only the more
 general-purpose <b>Model*</b> flags are listed here.
 
 <dl>
-  <dt>ModelALPSTouchpad</dt>
-  <dt>ModelAppleTouchpad</dt>
-  <dt>ModelWacomTouchpad</dt>
-  <dt>ModelChromebook</dt>
+  <dt>ModelALPSTouchpad, ModelAppleTouchpad, ModelWacomTouchpad, ModelChromebook</dt>
     <dd>Reserved for touchpads made by the respective vendors</dd>
   <dt>ModelTabletNoTilt</dt>
     <dd>Indicates that the tablet stylus does not provide tilt axis
@@ -144,31 +141,26 @@ general-purpose <b>Model*</b> flags are listed here.
   <dt>ModelSynapticsSerialTouchpad</dt>
     <dd>Reserved for touchpads made by Synaptics on the serial bus</dd>
   </dd>
-  <dt>AttrSizeHint=NxM</dt>
-  <dt>AttrResolutionHint=N</dt>
+  <dt>AttrSizeHint=NxM, AttrResolutionHint=N</dt>
     <dd>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.
     </dd>
-  <dt>AttrTouchSizeRange=N:M</dt>
-  <dt>AttrPalmSizeThreshold=O</dt>
+  <dt>AttrTouchSizeRange=N:M, AttrPalmSizeThreshold=O</dt>
     <dd>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.
     </dd>
-  <dt>AttrTouchPressureRange=N:M</dt>
-  <dt>AttrPalmPressureThreshold=O</dt>
-  <dt>AttrThumbPressureThreshold=P</dt>
+  <dt>AttrTouchPressureRange=N:M, AttrPalmPressureThreshold=O, AttrThumbPressureThreshold=P</dt>
     <dd>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.
     </dd>
   <dt>AttrLidSwitchReliability=reliable|write_open</dt>
-    <dd>
-    Indicates the reliability of the lid switch. This is a string enum. Do not
+    <dd>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.
     </dd>