Skip to content

Commit df472c2

Browse files
dtorJonathan Corbet
authored andcommitted
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 <[email protected]> Reviewed-by: Randy Dunlap <[email protected]> Tested-by: Randy Dunlap <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent d436a97 commit df472c2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Documentation/driver-api/input.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,10 @@ Sparse keymap support
4040
.. kernel-doc:: drivers/input/sparse-keymap.c
4141
:export:
4242

43+
PS/2 protocol support
44+
---------------------
45+
.. kernel-doc:: include/linux/libps2.h
46+
:internal:
47+
48+
.. kernel-doc:: drivers/input/serio/libps2.c
49+
:export:

0 commit comments

Comments
 (0)