Selaa lähdekoodia

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>
Antonio Ospite 11 vuotta sitten
vanhempi
commit
01d0818585
1 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 3 3
      Documentation/input/gamepad.txt

+ 3 - 3
Documentation/input/gamepad.txt

@@ -68,7 +68,7 @@ features that you need, first. How each feature is mapped is described below.
 Legacy drivers often don't comply to these rules. As we cannot change them
 Legacy drivers often don't comply to these rules. As we cannot change them
 for backwards-compatibility reasons, you need to provide fixup mappings in
 for backwards-compatibility reasons, you need to provide fixup mappings in
 user-space yourself. Some of them might also provide module-options that
 user-space yourself. Some of them might also provide module-options that
-change the mappings so you can adivce users to set these.
+change the mappings so you can advise users to set these.
 
 
 All new gamepads are supposed to comply with this mapping. Please report any
 All new gamepads are supposed to comply with this mapping. Please report any
 bugs, if they don't.
 bugs, if they don't.
@@ -150,10 +150,10 @@ Menu-Pad:
                   BTN_START
                   BTN_START
   Many pads also have a third button which is branded or has a special symbol
   Many pads also have a third button which is branded or has a special symbol
   and meaning. Such buttons are mapped as BTN_MODE. Examples are the Nintendo
   and meaning. Such buttons are mapped as BTN_MODE. Examples are the Nintendo
-  "HOME" button, the XBox "X"-button or Sony "P" button.
+  "HOME" button, the XBox "X"-button or Sony "PS" button.
 
 
 Rumble:
 Rumble:
-  Rumble is adverticed as FF_RUMBLE.
+  Rumble is advertised as FF_RUMBLE.
 
 
 ----------------------------------------------------------------------------
 ----------------------------------------------------------------------------
   Written 2013 by David Herrmann <dh.herrmann@gmail.com>
   Written 2013 by David Herrmann <dh.herrmann@gmail.com>