diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2017-04-06 18:08:42 -0700 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2017-04-17 20:19:34 -0700 |
commit | b08c118cde9dfd92f1f3c90544a682ee8b2ea740 (patch) | |
tree | ae9fe094c35a07f4f7e9d296c6e25b26ee8b7825 /Documentation/input/input_kapi.rst | |
parent | 6c6d5752da5c9594e527e81062180bcf814ef1a0 (diff) | |
download | blackbird-op-linux-b08c118cde9dfd92f1f3c90544a682ee8b2ea740.tar.gz blackbird-op-linux-b08c118cde9dfd92f1f3c90544a682ee8b2ea740.zip |
Input: docs - split input docs into kernel- and user-facing
Split input documentation into several groups: kernel- and user-facing, and
notes about individual device drivers. Move device drivers docs into a
separate subdirectory.
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'Documentation/input/input_kapi.rst')
-rw-r--r-- | Documentation/input/input_kapi.rst | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Documentation/input/input_kapi.rst b/Documentation/input/input_kapi.rst new file mode 100644 index 000000000000..41f1b7e6b78e --- /dev/null +++ b/Documentation/input/input_kapi.rst @@ -0,0 +1,17 @@ +.. include:: <isonum.txt> + +################################ +Linux Input Subsystem kernel API +################################ + +.. class:: toc-title + + Table of Contents + +.. toctree:: + :maxdepth: 2 + :numbered: + + input-programming + gameport-programming + notifier |