usb_gadget_deactivate(9) deactivate function which is not ready to work

SYNOPSIS

int usb_gadget_deactivate(struct usb_gadget * gadget);

ARGUMENTS

gadget

the peripheral being deactivated

DESCRIPTION

This routine may be used during the gadget driver bind call to prevent the peripheral from ever being visible to the USB host, unless later usb_gadget_activate is called. For example, user mode components may need to be activated before the system can talk to hosts.

Returns zero on success, else negative errno.

AUTHOR

David Brownell <[email protected]>

Author.

COPYRIGHT