| Summary: |
xorg.conf(5) man page: INPUTDEVICE SECTION is incomplete |
| Product: |
xorg
|
Reporter: |
Vincent Lefevre <vincent-fdt> |
| Component: |
Documentation | Assignee: |
Xorg Project Team <xorg-team> |
| Status: |
RESOLVED
FIXED
|
QA Contact: |
Xorg Project Team <xorg-team> |
| Severity: |
enhancement
|
|
|
| Priority: |
medium
|
CC: |
peter.hutterer
|
| Version: |
7.6 (2010.12) | |
|
| Hardware: |
All | |
|
| OS: |
All | |
|
| Whiteboard: |
|
|
i915 platform:
|
|
i915 features:
|
|
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
INPUTDEVICE SECTION in xorg.conf(5) man page contains: The config file may have multiple InputDevice sections. Recent X servers employ input hotplugging to add input devices, with the HAL backend being the default backend for X servers since 1.4. It is usually not necessary to provide InputDevice sections in the xorg.conf if hotplugging is enabled. By "it is usually not necessary", one may assume that one can still add them for additional options. However, if hotplugging is enabled, such options will be ignored. The description should add something like: If hotplugging is enabled and options need to be added, an InputClass section should be used instead of an InputDevice section. and perhaps replace "it is usually not necessary" by "it is usually incorrect".