Query: usb_gadget_clear_selfpowered
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
USB_GADGET_CLEAR_SEL(9) Kernel Mode Gadget API USB_GADGET_CLEAR_SEL(9)NAMEusb_gadget_clear_selfpowered - clear the device selfpowered feature.SYNOPSISint usb_gadget_clear_selfpowered(struct usb_gadget * gadget);ARGUMENTSgadget the device being declared as bus-poweredDESCRIPTIONthis affects the device status reported by the hardware driver. some hardware may not support bus-powered operation, in which case this feature's value can never change. returns zero on success, else negative errno.AUTHORDavid Brownell <dbrownell@users.sourceforge.net> Author.COPYRIGHTKernel Hackers Manual 2.6. July 2010 USB_GADGET_CLEAR_SEL(9)