Man Page: usb_gadget_connect
Operating Environment: centos
Section: 9
USB_GADGET_CONNECT(9) Kernel Mode Gadget API USB_GADGET_CONNECT(9)NAMEusb_gadget_connect - software-controlled connect to USB hostSYNOPSISint usb_gadget_connect(struct usb_gadget * gadget);ARGUMENTSgadget the peripheral being connectedDESCRIPTIONEnables the D+ (or potentially D-) pullup. The host will start enumerating this gadget when the pullup is active and a VBUS session is active (the link is powered). This pullup is always enabled unless usb_gadget_disconnect has been used to disable it. Returns zero on success, else negative errno.AUTHORDavid Brownell <dbrownell@users.sourceforge.net> Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 USB_GADGET_CONNECT(9)
| Related Man Pages |
|---|
| usb_interface_id(9) - suse |
| struct_usb_composite_dev(9) - centos |
| struct_usb_ep(9) - centos |
| struct_usb_gadget_driver(9) - centos |
| usb_interface_id(9) - centos |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Set hard block limit for user using quota |
| CentOS7 restoring file capabilities |
| Docker learning Phase-I |
| CentOS 6 ran out of space, need to reclaim it |