1USB_COMPOSITE_SETUP_(9) Kernel Mode Gadget API USB_COMPOSITE_SETUP_(9)
2
3
4
6 usb_composite_setup_continue - Continue with the control transfer
7
9 void usb_composite_setup_continue(struct usb_composite_dev * cdev);
10
12 cdev
13 the composite device who's control transfer was kept waiting
14
16 This function must be called by the USB function driver to continue
17 with the control transfer's data/status stage in case it had requested
18 to delay the data/status stages. A USB function's setup handler (e.g.
19 set_alt) can request the composite framework to delay the setup
20 request's data/status stages by returning USB_GADGET_DELAYED_STATUS.
21
23 David Brownell <dbrownell@users.sourceforge.net>
24 Author.
25
27Kernel Hackers Manual 3.10 June 2019 USB_COMPOSITE_SETUP_(9)