usb_gadget_disconnect(9) centos man page | unix.com

Man Page: usb_gadget_disconnect

Operating Environment: centos

Section: 9

USB_GADGET_DISCONNEC(9) 				      Kernel Mode Gadget API					   USB_GADGET_DISCONNEC(9)

NAME
usb_gadget_disconnect - software-controlled disconnect from USB host
SYNOPSIS
int usb_gadget_disconnect(struct usb_gadget * gadget);
ARGUMENTS
gadget the peripheral being disconnected
DESCRIPTION
Disables the D+ (or potentially D-) pullup, which the host may see as a disconnect (when a VBUS session is active). Not all systems support software pullup controls. 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_connect 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 <dbrownell@users.sourceforge.net> Author.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 USB_GADGET_DISCONNEC(9)
Related Man Pages
usb_ep_enable(9) - suse
struct_usb_ep(9) - centos
usb_gstrings_attach(9) - centos
struct_usb_gadget(9) - suse
struct_usb_gadget_driver(9) - suse
Similar Topics in the Unix Linux Community
Weird 'find' results
DB2 convert digits to binary format
CentOS7 restoring file capabilities
Unsure why access time on a directory change isn't changing
[TIP] Processing YAML files with yq