USB Gadget API for Linux | ||
---|---|---|
<<< Previous | Next >>> |
Call this in your gadget driver's module initialization function, to tell the underlying usb controller driver about your driver. The driver's bind function will be called to bind it to a gadget. This function must be called in a context that can sleep.
<<< Previous | Home | Next >>> |
struct usb_gadget_driver | Up | usb_gadget_unregister_driver |