最終更新:2014-06-04 (水) 06:57:04 (3607d)  

usb_gadget_driver.setup
Top / usb_gadget_driver.setup

passes on the setup requests that are meant for the class driver.

  • The gadget framework handles most of the Endpoint Zero (ep0) requests, such as descriptor management. Class-specific operations and management of configurations or interfaces are passed on to the class drivers through this callback method. This method is called in the interrupt context and cannot be blocked.