Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Tom Saeger and committed by
Jonathan Corbet
1752118d 3ba9b1b8

+9 -8
+5 -5
Documentation/admin-guide/kernel-parameters.txt
··· 314 314 amijoy.map= [HW,JOY] Amiga joystick support 315 315 Map of devices attached to JOY0DAT and JOY1DAT 316 316 Format: <a>,<b> 317 - See also Documentation/input/joystick.txt 317 + See also Documentation/input/joydev/joystick.rst 318 318 319 319 analog.map= [HW,JOY] Analog joystick and gamepad support 320 320 Specifies type or capabilities of an analog joystick ··· 724 724 db9.dev[2|3]= [HW,JOY] Multisystem joystick support via parallel port 725 725 (one device per port) 726 726 Format: <port#>,<type> 727 - See also Documentation/input/joystick-parport.txt 727 + See also Documentation/input/devices/joystick-parport.rst 728 728 729 729 ddebug_query= [KNL,DYNAMIC_DEBUG] Enable debug messages at early boot 730 730 time. See ··· 1220 1220 [HW,JOY] Multisystem joystick and NES/SNES/PSX pad 1221 1221 support via parallel port (up to 5 devices per port) 1222 1222 Format: <port#>,<pad1>,<pad2>,<pad3>,<pad4>,<pad5> 1223 - See also Documentation/input/joystick-parport.txt 1223 + See also Documentation/input/devices/joystick-parport.rst 1224 1224 1225 1225 gamma= [HW,DRM] 1226 1226 ··· 1766 1766 ivrs_acpihid[00:14.5]=AMD0020:0 1767 1767 1768 1768 js= [HW,JOY] Analog joystick 1769 - See Documentation/input/joystick.txt. 1769 + See Documentation/input/joydev/joystick.rst. 1770 1770 1771 1771 nokaslr [KNL] 1772 1772 When CONFIG_RANDOMIZE_BASE is set, this disables ··· 4205 4205 TurboGraFX parallel port interface 4206 4206 Format: 4207 4207 <port#>,<js1>,<js2>,<js3>,<js4>,<js5>,<js6>,<js7> 4208 - See also Documentation/input/joystick-parport.txt 4208 + See also Documentation/input/devices/joystick-parport.rst 4209 4209 4210 4210 udbg-immortal [PPC] When debugging early kernel crashes that 4211 4211 happen after console_init() and before a proper
+1 -1
Documentation/hid/hiddev.txt
··· 12 12 HID events to two separate interfaces: 13 13 * the input subsystem, which converts HID events into normal input 14 14 device interfaces (such as keyboard, mouse and joystick) and a 15 - normalised event interface - see Documentation/input/input.txt 15 + normalised event interface - see Documentation/input/input.rst 16 16 * the hiddev interface, which provides fairly raw HID events 17 17 18 18 The data flow for a HID event produced by a device is something like
+2 -1
Documentation/input/devices/xpad.rst
··· 230 230 2005-03-19 - Dominic Cerquetti <binary1230@yahoo.com> 231 231 - added stuff for dance pads, new d-pad->axes mappings 232 232 233 - Later changes may be viewed with 'git log Documentation/input/xpad.txt' 233 + Later changes may be viewed with 234 + 'git log --follow Documentation/input/devices/xpad.rst'
+1 -1
Documentation/sound/cards/joystick.rst
··· 11 11 12 12 First of all, you need to enable GAMEPORT support on Linux kernel for 13 13 using a joystick with the ALSA driver. For the details of gameport 14 - support, refer to Documentation/input/joystick.txt. 14 + support, refer to Documentation/input/joydev/joystick.rst. 15 15 16 16 The joystick support of ALSA drivers is different between ISA and PCI 17 17 cards. In the case of ISA (PnP) cards, it's usually handled by the