Documentation: fix input related doc refs
Make `input` document refs valid including: - joystick - joystick-parport Signed-off-by: Tom Saeger <tom.saeger@oracle.com> Reviewed-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
parent
3ba9b1b814
commit
1752118d48
|
@ -314,7 +314,7 @@
|
||||||
amijoy.map= [HW,JOY] Amiga joystick support
|
amijoy.map= [HW,JOY] Amiga joystick support
|
||||||
Map of devices attached to JOY0DAT and JOY1DAT
|
Map of devices attached to JOY0DAT and JOY1DAT
|
||||||
Format: <a>,<b>
|
Format: <a>,<b>
|
||||||
See also Documentation/input/joystick.txt
|
See also Documentation/input/joydev/joystick.rst
|
||||||
|
|
||||||
analog.map= [HW,JOY] Analog joystick and gamepad support
|
analog.map= [HW,JOY] Analog joystick and gamepad support
|
||||||
Specifies type or capabilities of an analog joystick
|
Specifies type or capabilities of an analog joystick
|
||||||
|
@ -724,7 +724,7 @@
|
||||||
db9.dev[2|3]= [HW,JOY] Multisystem joystick support via parallel port
|
db9.dev[2|3]= [HW,JOY] Multisystem joystick support via parallel port
|
||||||
(one device per port)
|
(one device per port)
|
||||||
Format: <port#>,<type>
|
Format: <port#>,<type>
|
||||||
See also Documentation/input/joystick-parport.txt
|
See also Documentation/input/devices/joystick-parport.rst
|
||||||
|
|
||||||
ddebug_query= [KNL,DYNAMIC_DEBUG] Enable debug messages at early boot
|
ddebug_query= [KNL,DYNAMIC_DEBUG] Enable debug messages at early boot
|
||||||
time. See
|
time. See
|
||||||
|
@ -1220,7 +1220,7 @@
|
||||||
[HW,JOY] Multisystem joystick and NES/SNES/PSX pad
|
[HW,JOY] Multisystem joystick and NES/SNES/PSX pad
|
||||||
support via parallel port (up to 5 devices per port)
|
support via parallel port (up to 5 devices per port)
|
||||||
Format: <port#>,<pad1>,<pad2>,<pad3>,<pad4>,<pad5>
|
Format: <port#>,<pad1>,<pad2>,<pad3>,<pad4>,<pad5>
|
||||||
See also Documentation/input/joystick-parport.txt
|
See also Documentation/input/devices/joystick-parport.rst
|
||||||
|
|
||||||
gamma= [HW,DRM]
|
gamma= [HW,DRM]
|
||||||
|
|
||||||
|
@ -1766,7 +1766,7 @@
|
||||||
ivrs_acpihid[00:14.5]=AMD0020:0
|
ivrs_acpihid[00:14.5]=AMD0020:0
|
||||||
|
|
||||||
js= [HW,JOY] Analog joystick
|
js= [HW,JOY] Analog joystick
|
||||||
See Documentation/input/joystick.txt.
|
See Documentation/input/joydev/joystick.rst.
|
||||||
|
|
||||||
nokaslr [KNL]
|
nokaslr [KNL]
|
||||||
When CONFIG_RANDOMIZE_BASE is set, this disables
|
When CONFIG_RANDOMIZE_BASE is set, this disables
|
||||||
|
@ -4205,7 +4205,7 @@
|
||||||
TurboGraFX parallel port interface
|
TurboGraFX parallel port interface
|
||||||
Format:
|
Format:
|
||||||
<port#>,<js1>,<js2>,<js3>,<js4>,<js5>,<js6>,<js7>
|
<port#>,<js1>,<js2>,<js3>,<js4>,<js5>,<js6>,<js7>
|
||||||
See also Documentation/input/joystick-parport.txt
|
See also Documentation/input/devices/joystick-parport.rst
|
||||||
|
|
||||||
udbg-immortal [PPC] When debugging early kernel crashes that
|
udbg-immortal [PPC] When debugging early kernel crashes that
|
||||||
happen after console_init() and before a proper
|
happen after console_init() and before a proper
|
||||||
|
|
|
@ -12,7 +12,7 @@ To support these disparate requirements, the Linux USB system provides
|
||||||
HID events to two separate interfaces:
|
HID events to two separate interfaces:
|
||||||
* the input subsystem, which converts HID events into normal input
|
* the input subsystem, which converts HID events into normal input
|
||||||
device interfaces (such as keyboard, mouse and joystick) and a
|
device interfaces (such as keyboard, mouse and joystick) and a
|
||||||
normalised event interface - see Documentation/input/input.txt
|
normalised event interface - see Documentation/input/input.rst
|
||||||
* the hiddev interface, which provides fairly raw HID events
|
* the hiddev interface, which provides fairly raw HID events
|
||||||
|
|
||||||
The data flow for a HID event produced by a device is something like
|
The data flow for a HID event produced by a device is something like
|
||||||
|
|
|
@ -230,4 +230,5 @@ Historic Edits
|
||||||
2005-03-19 - Dominic Cerquetti <binary1230@yahoo.com>
|
2005-03-19 - Dominic Cerquetti <binary1230@yahoo.com>
|
||||||
- added stuff for dance pads, new d-pad->axes mappings
|
- added stuff for dance pads, new d-pad->axes mappings
|
||||||
|
|
||||||
Later changes may be viewed with 'git log Documentation/input/xpad.txt'
|
Later changes may be viewed with
|
||||||
|
'git log --follow Documentation/input/devices/xpad.rst'
|
||||||
|
|
|
@ -11,7 +11,7 @@ General
|
||||||
|
|
||||||
First of all, you need to enable GAMEPORT support on Linux kernel for
|
First of all, you need to enable GAMEPORT support on Linux kernel for
|
||||||
using a joystick with the ALSA driver. For the details of gameport
|
using a joystick with the ALSA driver. For the details of gameport
|
||||||
support, refer to Documentation/input/joystick.txt.
|
support, refer to Documentation/input/joydev/joystick.rst.
|
||||||
|
|
||||||
The joystick support of ALSA drivers is different between ISA and PCI
|
The joystick support of ALSA drivers is different between ISA and PCI
|
||||||
cards. In the case of ISA (PnP) cards, it's usually handled by the
|
cards. In the case of ISA (PnP) cards, it's usually handled by the
|
||||||
|
|
Loading…
Reference in New Issue