gadget_is_otg (9) Linux Manual Page
gadget_is_otg – return true iff the hardware is OTG-ready
Synopsis
int gadget_is_otg(struct usb_gadget *g);
Arguments
g
-
- controller that might have a Mini-AB connector
Description
This is a runtime test, since kernels with a USB-OTG stack sometimes run on boards which only have a Mini-B (or Mini-A) connector.
Author
David Brownell <dbrownell [at] users.sourceforge.net>
- Author.
