diff options
-rw-r--r-- | Documentation/usb/gadget_hid.txt | 6 |
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 | ||