1. NAME

usb_composite_setup_continue - Continue with the control transfer

2. SYNOPSIS

void usb_composite_setup_continue(struct usb_composite_dev *  cdev );

3. ARGUMENTS

cdev
    the composite device whoAqs control transfer was kept waiting

4. DESCRIPTION

This function must be called by the USB function driver to continue with the control transferAqs data/status stage in case it had requested to delay the data/status stages. A USB functionAqs setup handler (e.g. set_alt) can request the composite framework to delay the setup requestAqs data/status stages by returning USB_GADGET_DELAYED_STATUS.

5. AUTHOR

David Brownell <>
    Author.

6. COPYRIGHT