doc: device-quirks: redo the model quirks <dl> for sphinx' benefit

sphinx only supports one line of <dt> content, so we have to compress these.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2018-07-26 11:22:17 +10:00
parent a154e85988
commit 00186bb8af

View 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. general-purpose <b>Model*</b> flags are listed here.
<dl> <dl>
<dt>ModelALPSTouchpad</dt> <dt>ModelALPSTouchpad, ModelAppleTouchpad, ModelWacomTouchpad, ModelChromebook</dt>
<dt>ModelAppleTouchpad</dt>
<dt>ModelWacomTouchpad</dt>
<dt>ModelChromebook</dt>
<dd>Reserved for touchpads made by the respective vendors</dd> <dd>Reserved for touchpads made by the respective vendors</dd>
<dt>ModelTabletNoTilt</dt> <dt>ModelTabletNoTilt</dt>
<dd>Indicates that the tablet stylus does not provide tilt axis <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> <dt>ModelSynapticsSerialTouchpad</dt>
<dd>Reserved for touchpads made by Synaptics on the serial bus</dd> <dd>Reserved for touchpads made by Synaptics on the serial bus</dd>
</dd> </dd>
<dt>AttrSizeHint=NxM</dt> <dt>AttrSizeHint=NxM, AttrResolutionHint=N</dt>
<dt>AttrResolutionHint=N</dt>
<dd>Hints at the width x height of the device in mm, or the resolution <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 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 a large proportion of matching devices. They should not be used for any
specific device, override `EVDEV_ABS_*` instead, see @ref specific device, override `EVDEV_ABS_*` instead, see @ref
absolute_coordinate_ranges_fix. absolute_coordinate_ranges_fix.
</dd> </dd>
<dt>AttrTouchSizeRange=N:M</dt> <dt>AttrTouchSizeRange=N:M, AttrPalmSizeThreshold=O</dt>
<dt>AttrPalmSizeThreshold=O</dt>
<dd>Specifies the touch size required to <dd>Specifies the touch size required to
trigger a press (N) and to trigger a release (M). O > N > M. See trigger a press (N) and to trigger a release (M). O > N > M. See
@ref touchpad_touch_size_hwdb for more details. @ref touchpad_touch_size_hwdb for more details.
</dd> </dd>
<dt>AttrTouchPressureRange=N:M</dt> <dt>AttrTouchPressureRange=N:M, AttrPalmPressureThreshold=O, AttrThumbPressureThreshold=P</dt>
<dt>AttrPalmPressureThreshold=O</dt>
<dt>AttrThumbPressureThreshold=P</dt>
<dd>Specifies the touch pressure required to <dd>Specifies the touch pressure required to
trigger a press (N) and to trigger a release (M), when a palm touch is 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 triggered (O) and when a thumb touch is triggered (P). O > P > N > M. See
@ref touchpad_pressure_hwdb for more details. @ref touchpad_pressure_hwdb for more details.
</dd> </dd>
<dt>AttrLidSwitchReliability=reliable|write_open</dt> <dt>AttrLidSwitchReliability=reliable|write_open</dt>
<dd> <dd>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 use "reliable" for any specific device. Very few devices need this, if in
doubt do not set. See @ref switches_lid for details. doubt do not set. See @ref switches_lid for details.
</dd> </dd>