diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2017-04-20 20:21:43 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2017-04-24 09:53:20 +1000 |
commit | 927ad51fad1ad25497d7a2cbc538fcff742d5a6c (patch) | |
tree | a0cf5af8d0204fb64eadf08d9ac4cb52056cfbc3 /doc | |
parent | 60d3b6a8edd44212f00ed7c9f837d8fcb51182f5 (diff) |
doc: link the seats doc from the seat udev properties
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/device-configuration-via-udev.dox | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/device-configuration-via-udev.dox b/doc/device-configuration-via-udev.dox index 82a3554..cacbbf1 100644 --- a/doc/device-configuration-via-udev.dox +++ b/doc/device-configuration-via-udev.dox @@ -33,7 +33,7 @@ devices with the same property value are grouped into the same device group, the value itself is irrelevant otherwise. </dd> <dt>ID_SEAT</dt> -<dd>Assigns the physical seat for this device. See +<dd>Assigns the physical @ref seats "seat" for this device. See libinput_seat_get_physical_name(). Defaults to "seat0".</dd> <dt>ID_INPUT</dt> <dd>If this property is set, the device is considered an input device. Any @@ -49,7 +49,7 @@ one of these may be set at any time, libinput will select only one of these to determine the device type. To ensure libinput selects the correct device type, only set one of them.</dd> <dt>WL_SEAT</dt> -<dd>Assigns the logical seat for this device. See +<dd>Assigns the logical @ref seats "seat" for this device. See libinput_seat_get_logical_name() context. Defaults to "default".</dd> <dt>MOUSE_DPI</dt> |