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: remove texts related to InputDevice #345

Merged
merged 4 commits into from
Jun 12, 2024
Merged
Changes from 1 commit
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
9 changes: 4 additions & 5 deletions man/wacom.man
Original file line number Diff line number Diff line change
Expand Up @@ -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 " MatchUSBID \*q056a:*\*q"
flying-elephant marked this conversation as resolved.
Show resolved Hide resolved
.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
Expand All @@ -26,9 +28,6 @@ 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
.B InputClass
whot marked this conversation as resolved.
Show resolved Hide resolved
section (see xorg.conf.d(5x)) assigns this driver for the device, the
flying-elephant marked this conversation as resolved.
Show resolved Hide resolved
.B wacom
Expand Down
Loading