From: Takashi Iwai <tiwai@suse.de>
To: "Tom Saeger" <tom.saeger@oracle.com>
Cc: "Dmitry Torokhov" <dmitry.torokhov@gmail.com>,
"Jiri Kosina" <jikos@kernel.org>,
"Jonathan Corbet" <corbet@lwn.net>,
"Jaroslav Kysela" <perex@perex.cz>, <alsa-devel@alsa-project.org>,
<linux-doc@vger.kernel.org>, <linux-input@vger.kernel.org>,
<linux-kernel@vger.kernel.org>, <linux-usb@vger.kernel.org>
Subject: Re: [PATCH 3/8] Documentation: fix input related doc refs
Date: Tue, 10 Oct 2017 20:08:59 +0200 [thread overview]
Message-ID: <s5hy3oij2o4.wl-tiwai@suse.de> (raw)
In-Reply-To: <5d53777387ca2727e74d0a3825891a365cebf124.1507653970.git.tom.saeger@oracle.com>
On Tue, 10 Oct 2017 19:36:23 +0200,
Tom Saeger wrote:
>
> Make `input` document refs valid including:
> - joystick
> - joystick-parport
>
> Signed-off-by: Tom Saeger <tom.saeger@oracle.com>
For the sound part:
Reviewed-by: Takashi Iwai <tiwai@suse.de>
thanks,
Takashi
> ---
> Documentation/admin-guide/kernel-parameters.txt | 10 +++++-----
> Documentation/hid/hiddev.txt | 2 +-
> Documentation/input/devices/xpad.rst | 3 ++-
> Documentation/sound/cards/joystick.rst | 2 +-
> 4 files changed, 9 insertions(+), 8 deletions(-)
>
> diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
> index e857bbbc8575..411b41127eee 100644
> --- a/Documentation/admin-guide/kernel-parameters.txt
> +++ b/Documentation/admin-guide/kernel-parameters.txt
> @@ -314,7 +314,7 @@
> amijoy.map= [HW,JOY] Amiga joystick support
> Map of devices attached to JOY0DAT and JOY1DAT
> 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
> Specifies type or capabilities of an analog joystick
> @@ -724,7 +724,7 @@
> db9.dev[2|3]= [HW,JOY] Multisystem joystick support via parallel port
> (one device per port)
> 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
> time. See
> @@ -1220,7 +1220,7 @@
> [HW,JOY] Multisystem joystick and NES/SNES/PSX pad
> support via parallel port (up to 5 devices per port)
> 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]
>
> @@ -1766,7 +1766,7 @@
> ivrs_acpihid[00:14.5]=AMD0020:0
>
> js= [HW,JOY] Analog joystick
> - See Documentation/input/joystick.txt.
> + See Documentation/input/joydev/joystick.rst.
>
> nokaslr [KNL]
> When CONFIG_RANDOMIZE_BASE is set, this disables
> @@ -4199,7 +4199,7 @@
> TurboGraFX parallel port interface
> Format:
> <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
> happen after console_init() and before a proper
> diff --git a/Documentation/hid/hiddev.txt b/Documentation/hid/hiddev.txt
> index 6e8c9f1d2f22..638448707aa2 100644
> --- a/Documentation/hid/hiddev.txt
> +++ b/Documentation/hid/hiddev.txt
> @@ -12,7 +12,7 @@ To support these disparate requirements, the Linux USB system provides
> HID events to two separate interfaces:
> * the input subsystem, which converts HID events into normal input
> 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 data flow for a HID event produced by a device is something like
> diff --git a/Documentation/input/devices/xpad.rst b/Documentation/input/devices/xpad.rst
> index 5a709ab77c8d..b8bd65962dd8 100644
> --- a/Documentation/input/devices/xpad.rst
> +++ b/Documentation/input/devices/xpad.rst
> @@ -230,4 +230,5 @@ Historic Edits
> 2005-03-19 - Dominic Cerquetti <binary1230@yahoo.com>
> - 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'
> diff --git a/Documentation/sound/cards/joystick.rst b/Documentation/sound/cards/joystick.rst
> index a6e468c81d02..488946fc1079 100644
> --- a/Documentation/sound/cards/joystick.rst
> +++ b/Documentation/sound/cards/joystick.rst
> @@ -11,7 +11,7 @@ General
>
> 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
> -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
> cards. In the case of ISA (PnP) cards, it's usually handled by the
> --
> 2.14.2
>
>
next prev parent reply other threads:[~2017-10-10 18:09 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-10 17:35 [PATCH 0/8] Documentation: fix invalid Documentation refs (1) Tom Saeger
2017-10-10 17:36 ` [PATCH 1/8] Documentation: fix driver-api doc refs Tom Saeger
2017-10-10 21:39 ` Rafael J. Wysocki
2017-10-10 17:36 ` [PATCH 2/8] Documentation: fix admin-guide " Tom Saeger
2017-10-10 21:40 ` Rafael J. Wysocki
2017-10-10 17:36 ` [PATCH 3/8] Documentation: fix input related " Tom Saeger
2017-10-10 18:08 ` Takashi Iwai [this message]
2017-10-10 17:36 ` [PATCH 4/8] Documentation: fix security " Tom Saeger
2017-10-10 17:36 ` [PATCH 5/8] Documentation: fix media " Tom Saeger
2017-10-10 17:36 ` [PATCH 6/8] Documentation: fix sound " Tom Saeger
2017-10-10 18:09 ` Takashi Iwai
2017-10-10 17:36 ` [PATCH 7/8] Documentation: fix usb " Tom Saeger
2017-10-10 17:37 ` [PATCH 8/8] Documentation: fix networking " Tom Saeger
2017-10-12 17:24 ` [PATCH 0/8] Documentation: fix invalid Documentation refs (1) Jonathan Corbet
2017-10-12 19:01 ` Tom Saeger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=s5hy3oij2o4.wl-tiwai@suse.de \
--to=tiwai@suse.de \
--cc=alsa-devel@alsa-project.org \
--cc=corbet@lwn.net \
--cc=dmitry.torokhov@gmail.com \
--cc=jikos@kernel.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=perex@perex.cz \
--cc=tom.saeger@oracle.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®