From 6d088c4bd8295d9f0eb1deed915568dacace247a Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Wed, 22 Jun 2011 10:33:02 +0200 Subject: [PATCH] --- yaml --- r: 259263 b: refs/heads/master c: 6e7be1a0a87da3c54f0036a1601a58ac0616b2bb h: refs/heads/master i: 259261: 71f46f95f4e684bf24aa74e182020659ecd5b4cf 259259: 893ee80427cf82d895ee887e8bbbaa8b9984dc28 259255: fb939c03a5da9a1d431a591417eb702b249af5ce 259247: 3d73c2beeabbb1202f96ca138c883e19b72482a8 259231: 52e1d28a0c5c3681b07e1409b6a2a7cd19b44453 259199: d8610c74128f14f9734ff1a82241ab379463043b v: v3 --- [refs] | 2 +- trunk/Documentation/usb/gadget_hid.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 66af1683cf5b..3ce810e482ff 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6d721b2946a18373f45837e899fc32bb550eaa56 +refs/heads/master: 6e7be1a0a87da3c54f0036a1601a58ac0616b2bb diff --git a/trunk/Documentation/usb/gadget_hid.txt b/trunk/Documentation/usb/gadget_hid.txt index f4a51f567427..12696c2e43fb 100644 --- a/trunk/Documentation/usb/gadget_hid.txt +++ b/trunk/Documentation/usb/gadget_hid.txt @@ -81,8 +81,8 @@ Send and receive HID reports to do this. 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 - device type (keyboard / mouse / joystick) - E.G.: + gadget driver. To use, point it at a hidg device and set the + device type (keyboard / mouse / joystick) - E.G.: # hid_gadget_test /dev/hidg0 keyboard @@ -97,7 +97,7 @@ Send and receive HID reports HID gadget. 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 to the caps lock LED status.