GADGET_IS_OTG

Section: Kernel Mode Gadget API (9)
Updated: February 2011
Index Return to Main Contents
 

NAME

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@users.sourceforge.net>

Author.
 

COPYRIGHT