From: Randy Dunlap <rdunlap@infradead.org>
To: Dmitry Torokhov <dmitry.torokhov@gmail.com>,
Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-input@vger.kernel.org
Subject: Re: [PATCH] Add libps2 to the input section of driver-api
Date: Mon, 1 Jul 2024 16:56:06 -0700 [thread overview]
Message-ID: <c2ce9d53-1aa6-45ed-ba18-61acfb4b2a7b@infradead.org> (raw)
In-Reply-To: <ZoMQhkyUQYi1Bx4t@google.com>
On 7/1/24 1:24 PM, Dmitry Torokhov wrote:
> libps2 has been using kerneldoc to document its methods, but was not
> actually plugged into driver-api.
>
> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Tested-by: Randy Dunlap <rdunlap@infradead.org>
Thanks.
> ---
> Documentation/driver-api/input.rst | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/Documentation/driver-api/input.rst b/Documentation/driver-api/input.rst
> index 4bbb26ae2a89..bd7a3578ade7 100644
> --- a/Documentation/driver-api/input.rst
> +++ b/Documentation/driver-api/input.rst
> @@ -40,3 +40,10 @@ Sparse keymap support
> .. kernel-doc:: drivers/input/sparse-keymap.c
> :export:
>
> +PS/2 protocol support
> +---------------------
> +.. kernel-doc:: include/linux/libps2.h
> + :internal:
> +
> +.. kernel-doc:: drivers/input/serio/libps2.c
> + :export:
--
~Randy
next prev parent reply other threads:[~2024-07-01 23:56 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-01 20:24 [PATCH] Add libps2 to the input section of driver-api Dmitry Torokhov
2024-07-01 23:56 ` Randy Dunlap [this message]
2024-07-03 22:21 ` Jonathan Corbet
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=c2ce9d53-1aa6-45ed-ba18-61acfb4b2a7b@infradead.org \
--to=rdunlap@infradead.org \
--cc=corbet@lwn.net \
--cc=dmitry.torokhov@gmail.com \
--cc=linux-doc@vger.kernel.org \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
/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;
as well as URLs for NNTP newsgroup(s).