summaryrefslogtreecommitdiffstats
path: root/Documentation/input/gamepad.rst
diff options
context:
space:
mode:
authorDmitry Torokhov2017-04-07 03:08:42 +0200
committerDmitry Torokhov2017-04-18 05:19:34 +0200
commitb08c118cde9dfd92f1f3c90544a682ee8b2ea740 (patch)
treeae9fe094c35a07f4f7e9d296c6e25b26ee8b7825 /Documentation/input/gamepad.rst
parentInput: docs - note that MT-A protocol is obsolete (diff)
downloadkernel-qcow2-linux-b08c118cde9dfd92f1f3c90544a682ee8b2ea740.tar.gz
kernel-qcow2-linux-b08c118cde9dfd92f1f3c90544a682ee8b2ea740.tar.xz
kernel-qcow2-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/gamepad.rst')
-rw-r--r--Documentation/input/gamepad.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/Documentation/input/gamepad.rst b/Documentation/input/gamepad.rst
index 1bc4555c0ccb..4d5e7fb80a84 100644
--- a/Documentation/input/gamepad.rst
+++ b/Documentation/input/gamepad.rst
@@ -1,12 +1,12 @@
------------------
-Linux Gamepad API
------------------
+---------------------------
+Linux Gamepad Specification
+---------------------------
:Author: 2013 by David Herrmann <dh.herrmann@gmail.com>
-Intro
-~~~~~
+Introduction
+~~~~~~~~~~~~
Linux provides many different input drivers for gamepad hardware. To avoid
having user-space deal with different button-mappings for each gamepad, this
document defines how gamepads are supposed to report their data.