diff mbox series

Add libps2 to the input section of driver-api

Message ID ZoMQhkyUQYi1Bx4t@google.com (mailing list archive)
State New
Headers show
Series Add libps2 to the input section of driver-api | expand

Commit Message

Dmitry Torokhov July 1, 2024, 8:24 p.m. UTC
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>
---
 Documentation/driver-api/input.rst | 7 +++++++
 1 file changed, 7 insertions(+)

Comments

Randy Dunlap July 1, 2024, 11:56 p.m. UTC | #1
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:
Jonathan Corbet July 3, 2024, 10:21 p.m. UTC | #2
Dmitry Torokhov <dmitry.torokhov@gmail.com> writes:

> 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>
> ---
>  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:

Applied, thanks.

jon
diff mbox series

Patch

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: