Commit d0e5670c authored by David Brownell's avatar David Brownell Committed by Greg Kroah-Hartman

[PATCH] USB OTG: doc updates (5/5)

Gadget API update.  Covers OTG support, lists a few more
types of hardware support, mentions gadget driver updates
including RNDIS, serial with CDC-ACM, and gadgetfs AIO.
Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
parent 2fdc5993
This diff is collapsed.
......@@ -767,12 +767,6 @@ usb_gadget_disconnect (struct usb_gadget *gadget)
* the (remote) host can't do that any longer; or an error state might
* be cleared, to make the device behave identically whether or not
* power is maintained.
*
* If the OTG b_hnp_enabled flag is set during a suspend() call, the
* device may use HNP to switch from "B-Peripheral" to "B-Host" mode
* (or back from "A-Peripheral" mode to the original "A-Host") if
* the gadget driver calls usb_gadget_disconnect() before the device
* is resumed.
*/
struct usb_gadget_driver {
char *function;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment