usb_function_activate (9) Linux Manual Page
usb_function_activate – allow function and gadget enumeration
Synopsis
int usb_function_activate(struct usb_function *function);
Arguments
function
-
- function on which usb_function_activate was called
Description
Reverses effect of usb_function_deactivate. If no more functions are delaying their activation, the gadget driver will respond to host enumeration procedures.
Returns zero on success, else negative errno.
Author
David Brownell <dbrownell [at] users.sourceforge.net>
- Author.
