summaryrefslogtreecommitdiffstats
path: root/Documentation/input/index.rst
Commit message (Collapse)AuthorAgeFilesLines
* docs: Turn off section numbering for the input docsJonathan Corbet2017-07-131-1/+0Star
| | | | | | | | | The input docs enable section numbering at multiple levels, leading to a lot of bright-red "nested numbered toctree" warnings in newer Sphinx versions. Just take that directive out for now to help alleviate the global red-pixel shortage. Signed-off-by: Jonathan Corbet <corbet@lwn.net>
* Input: docs - split input docs into kernel- and user-facingDmitry Torokhov2017-04-181-36/+3Star
| | | | | | | 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>
* Input: docs - update joystick documentation a bitDmitry Torokhov2017-04-181-4/+2Star
| | | | | | Consolidate use instructions and userspace API notes into the same chapter; remove completely obsolete references, move into a separate subdirectory. Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
* Input: docs - remove disclaimer/GPL noticeDmitry Torokhov2017-04-181-21/+0Star
| | | | | | This is just a part of kernel documentation, it does not require explicit license notice. Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
* Input: move documentation for Amiga CD32Dmitry Torokhov2017-04-181-1/+0Star
| | | | | | Move the documentation for Amiga CD32 together with other parallel port joysticks. Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
* Input: create a book with Linux Input documentationMauro Carvalho Chehab2017-04-061-0/+77
Now that all files under Documentation/input follows the ReST markup language, rename them to *.rst and create a book for the Linux Input subsystem. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>