Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

man: discourage use of Section InputDevice #357

Merged
merged 1 commit into from
Oct 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 11 additions & 6 deletions man/wacom.man
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,22 @@ The
.B wacom
driver functions as a pointer input device.
.SH SUPPORTED HARDWARE
This driver supports the Wacom IV and Wacom V protocols. Serial tablets only
need this driver. USB tablet support is available on some Linux platforms
and requires the wacom kernel driver being loaded before this driver starts.
This driver supports virtually all tablet devices that are supported
by the Linux kernel.
.PP
Please check https://github.com/linuxwacom for latest updates of Wacom X
and kernel drivers.
.SH DRIVER-INTERNAL DEVICE HOTPLUGGING
The
Configuration via
.B "Section \*qInputDevice\*q"
is discouraged as such devices cannot be hotplugged at runtime. Instead
users should use
.B "Section \*qInputClass\*q"
as in the example above. The
.B InputClass
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
driver creates multiple X devices for each physical device, one X device
for each available tool. The list of tools is hardware-dependent. See
.B Option "Type"
as outlined in the
Expand Down Expand Up @@ -81,7 +85,8 @@ Right now only a few Tablet PCs have this feature.
sets the path to the special file which represents serial line where
the tablet is plugged. You have to specify it for each subsection with
the same value if you want to have multiple devices with the same tablet.
This option is mandatory.
This option is mandatory only if using
.B "Section \*qInputDevice\*q" for static configuration.
.TP 4
.B Option \fI"Suppress"\fP \fI"number"\fP
sets the position increment under which not to transmit coordinates.
Expand Down