linuxwacom / xf86-input-wacom

X.Org driver for Wacom devices
356 stars 45 forks source link

man: remove texts related to InputDevice #345

Closed flying-elephant closed 2 months ago

flying-elephant commented 2 months ago

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.

This changed is related to the issue #339.

whot commented 2 months ago

thanks, squashed and merged.

for the future - you can squash review comments into the original commit(s) where applicable. github.com steers you to a commit + merge request but that's wrong for most project, it's better to have a clean commit message log. So for things where you do e.g. a typo fix it's best to do an interactive rebase (google it :) and squash it in, followed by a force push to your branch. This is doubly important where there are multiple logical changes in a single MR because the github UI only lets you either squash them all together into one commit (bad) or leave them as disjointed "fix up blah" commits (also bad).

flying-elephant commented 2 months ago

I understand. I'll keep it in mind:) Thanks!