mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-25 16:20:05 +01:00
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:
parent
a154e85988
commit
00186bb8af
1 changed files with 5 additions and 13 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue