|
@@ -238,6 +238,9 @@ EXPORT_SYMBOL_GPL(usb_ep_free_request);
|
|
* arranges to poll once per interval, and the gadget driver usually will
|
|
* arranges to poll once per interval, and the gadget driver usually will
|
|
* have queued some data to transfer at that time.
|
|
* have queued some data to transfer at that time.
|
|
*
|
|
*
|
|
|
|
+ * Note that @req's ->complete() callback must never be called from
|
|
|
|
+ * within usb_ep_queue() as that can create deadlock situations.
|
|
|
|
+ *
|
|
* Returns zero, or a negative error code. Endpoints that are not enabled
|
|
* Returns zero, or a negative error code. Endpoints that are not enabled
|
|
* report errors; errors will also be
|
|
* report errors; errors will also be
|
|
* reported when the usb peripheral is disconnected.
|
|
* reported when the usb peripheral is disconnected.
|