mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
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>
This commit is contained in:
parent
6d721b2946
commit
6e7be1a0a8
1 changed files with 3 additions and 3 deletions
|
@ -81,8 +81,8 @@ Send and receive HID reports
|
||||||
to do this.
|
to do this.
|
||||||
|
|
||||||
hid_gadget_test is a small interactive program to test the HID
|
hid_gadget_test is a small interactive program to test the HID
|
||||||
gadget driver. To use, point it at a hidg device and set the
|
gadget driver. To use, point it at a hidg device and set the
|
||||||
device type (keyboard / mouse / joystick) - E.G.:
|
device type (keyboard / mouse / joystick) - E.G.:
|
||||||
|
|
||||||
# hid_gadget_test /dev/hidg0 keyboard
|
# hid_gadget_test /dev/hidg0 keyboard
|
||||||
|
|
||||||
|
@ -97,7 +97,7 @@ Send and receive HID reports
|
||||||
HID gadget.
|
HID gadget.
|
||||||
|
|
||||||
Another interesting example is the caps lock test. Type
|
Another interesting example is the caps lock test. Type
|
||||||
-–caps-lock and hit return. A report is then sent by the
|
--caps-lock and hit return. A report is then sent by the
|
||||||
gadget and you should receive the host answer, corresponding
|
gadget and you should receive the host answer, corresponding
|
||||||
to the caps lock LED status.
|
to the caps lock LED status.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue