diff options
author | Antonio Ospite <ospite@studenti.unina.it> | 2013-12-18 11:39:10 -0500 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2013-12-18 11:47:43 -0500 |
commit | 01d08185850c2eb5ce80722df3fdb5d7a291fb79 (patch) | |
tree | 250f1e61cb5baff848ecdfd2fe5718a4af7f94e6 /Documentation/input | |
parent | 3c4396b434613f653bf95f741a6000e671d1e011 (diff) |
Input: fix typos in Documentation/input/gamepad.txt
Fix some typos and while at it also use "PS" as the name for the central
"HOME" button on Sony controllers, this is how Sony itself calls it.
Reviewed-by: David Herrmann <dh.herrmann@gmail.com>
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'Documentation/input')
-rw-r--r-- | Documentation/input/gamepad.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/input/gamepad.txt b/Documentation/input/gamepad.txt index 31bb6a4029ef..3f6d8a5e9cdc 100644 --- a/Documentation/input/gamepad.txt +++ b/Documentation/input/gamepad.txt | |||
@@ -68,7 +68,7 @@ features that you need, first. How each feature is mapped is described below. | |||
68 | Legacy drivers often don't comply to these rules. As we cannot change them | 68 | Legacy drivers often don't comply to these rules. As we cannot change them |
69 | for backwards-compatibility reasons, you need to provide fixup mappings in | 69 | for backwards-compatibility reasons, you need to provide fixup mappings in |
70 | user-space yourself. Some of them might also provide module-options that | 70 | user-space yourself. Some of them might also provide module-options that |
71 | change the mappings so you can adivce users to set these. | 71 | change the mappings so you can advise users to set these. |
72 | 72 | ||
73 | All new gamepads are supposed to comply with this mapping. Please report any | 73 | All new gamepads are supposed to comply with this mapping. Please report any |
74 | bugs, if they don't. | 74 | bugs, if they don't. |
@@ -150,10 +150,10 @@ Menu-Pad: | |||
150 | BTN_START | 150 | BTN_START |
151 | Many pads also have a third button which is branded or has a special symbol | 151 | Many pads also have a third button which is branded or has a special symbol |
152 | and meaning. Such buttons are mapped as BTN_MODE. Examples are the Nintendo | 152 | and meaning. Such buttons are mapped as BTN_MODE. Examples are the Nintendo |
153 | "HOME" button, the XBox "X"-button or Sony "P" button. | 153 | "HOME" button, the XBox "X"-button or Sony "PS" button. |
154 | 154 | ||
155 | Rumble: | 155 | Rumble: |
156 | Rumble is adverticed as FF_RUMBLE. | 156 | Rumble is advertised as FF_RUMBLE. |
157 | 157 | ||
158 | ---------------------------------------------------------------------------- | 158 | ---------------------------------------------------------------------------- |
159 | Written 2013 by David Herrmann <dh.herrmann@gmail.com> | 159 | Written 2013 by David Herrmann <dh.herrmann@gmail.com> |