From: Dmitry Torokhov Date: Mon, 1 Jul 2024 20:24:38 +0000 (-0700) Subject: Add libps2 to the input section of driver-api X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=df472c2b699fe3650d106a8e93025dafce2f3208;p=users%2Fjedix%2Flinux-maple.git Add libps2 to the input section of driver-api libps2 has been using kerneldoc to document its methods, but was not actually plugged into driver-api. Signed-off-by: Dmitry Torokhov Reviewed-by: Randy Dunlap Tested-by: Randy Dunlap Signed-off-by: Jonathan Corbet Link: https://lore.kernel.org/r/ZoMQhkyUQYi1Bx4t@google.com --- 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: