aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2011-06-22 04:33:02 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2011-07-01 17:43:27 -0400
commit6e7be1a0a87da3c54f0036a1601a58ac0616b2bb (patch)
tree9b9131b618d23156219df9cc8167d054f3d9a8f7 /Documentation
parent6d721b2946a18373f45837e899fc32bb550eaa56 (diff)
USB: Documentation: Use correct character in gadget_hid.txt
Use ASCII minus sign instead of unicode EN DASH in gadget_hid.txt. Also remove two unecessary spaces in the same file. Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/usb/gadget_hid.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/usb/gadget_hid.txt b/Documentation/usb/gadget_hid.txt
index f4a51f567427..12696c2e43fb 100644
--- a/Documentation/usb/gadget_hid.txt
+++ b/Documentation/usb/gadget_hid.txt
@@ -81,8 +81,8 @@ Send and receive HID reports
81 to do this. 81 to do this.
82 82
83 hid_gadget_test is a small interactive program to test the HID 83 hid_gadget_test is a small interactive program to test the HID
84 gadget driver. To use, point it at a hidg device and set the 84 gadget driver. To use, point it at a hidg device and set the
85 device type (keyboard / mouse / joystick) - E.G.: 85 device type (keyboard / mouse / joystick) - E.G.:
86 86
87 # hid_gadget_test /dev/hidg0 keyboard 87 # hid_gadget_test /dev/hidg0 keyboard
88 88
@@ -97,7 +97,7 @@ Send and receive HID reports
97 HID gadget. 97 HID gadget.
98 98
99 Another interesting example is the caps lock test. Type 99 Another interesting example is the caps lock test. Type
100 -caps-lock and hit return. A report is then sent by the 100 --caps-lock and hit return. A report is then sent by the
101 gadget and you should receive the host answer, corresponding 101 gadget and you should receive the host answer, corresponding
102 to the caps lock LED status. 102 to the caps lock LED status.
103 103