lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Mon, 1 Jul 2024 16:56:06 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: Dmitry Torokhov <dmitry.torokhov@...il.com>,
 Jonathan Corbet <corbet@....net>
Cc: linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org,
 linux-input@...r.kernel.org
Subject: Re: [PATCH] Add libps2 to the input section of driver-api



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@...il.com>

Reviewed-by: Randy Dunlap <rdunlap@...radead.org>
Tested-by: Randy Dunlap <rdunlap@...radead.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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ