From bc795e97a7c145704bad7e34cc3948d00dd60574 Mon Sep 17 00:00:00 2001 From: Tatsunosuke Tobita Date: Wed, 12 Jun 2024 12:31:26 +0900 Subject: [PATCH] man: remove texts related to InputDevice (#345) Since xorg fully started to rely on hotplugging over decade, modern tablet devices can be automatically detected. This commit removes "Section InputDevice" related texts, which is used when hotplugging is disabled. Also, it replaces all "5X' to "5" to describe the proper references while we're here. Signed-off-by: Tatsunosuke Tobita --- man/wacom.man | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/man/wacom.man b/man/wacom.man index 6d17c49c..5be0e2ca 100644 --- a/man/wacom.man +++ b/man/wacom.man @@ -4,10 +4,12 @@ wacom \- Wacom input driver .SH SYNOPSIS .nf -.B "Section \*qInputDevice\*q" +.B "Section \*qInputClass\*q" .BI " Identifier \*q" idevname \*q +.B " MatchIsTablet \*qon\*q" +.BI " MatchDevicePath \*q" devpath \*q .B " Driver \*qwacom\*q" -.BI " Option \*qDevice\*q \*q" devpath \*q +.B " Option \*q...\*q \*q ...\*q" \ \ ... .B EndSection .fi @@ -26,11 +28,9 @@ and requires the wacom kernel driver being loaded before this driver starts. Please check https://github.com/linuxwacom for latest updates of Wacom X and kernel drivers. .SH DRIVER-INTERNAL DEVICE HOTPLUGGING -When input device hotplugging in the X server is enabled and no -.B InputDevice -section exists for a compatible tablet device and an +The .B InputClass -section (see xorg.conf.d(5x)) assigns this driver for the device, the +section (see xorg.conf.d(5)) assigns this driver for the device, the .B wacom driver creates multiple X devices for each a physical device, one X device for each available tool. The list of tools is hardware-dependent. See @@ -59,7 +59,7 @@ possible to use a .B MatchProduct directive to match against this appended type name. .SH CONFIGURATION DETAILS -Please refer to xorg.conf(5x) or xorg.conf.d(5x) for general configuration +Please refer to xorg.conf(5) or xorg.conf.d(5) for general configuration details and for options that can be used with all input drivers. This section only covers configuration details specific to this driver. .PP