USB Hub: Initial implementation asynchronous pipe I/O in the LPC17 HCD needed for hub support

This commit is contained in:
Gregory Nutt
2015-04-22 15:03:25 -06:00
parent f7ec9b0831
commit 9c61847203
2 changed files with 617 additions and 141 deletions
+3 -3
View File
@@ -468,9 +468,9 @@
*
* Description:
* Process a request to handle a transfer descriptor. This method will
* enqueue the transfer request and rwait for it to complete. Only one transfer may
* be queued; Neither this method nor the ctrlin or ctrlout methods can be called
* again until this function returns.
* enqueue the transfer request. Only one transfer may be queued; Neither this
* method nor the ctrlin or ctrlout methods can be called again until this
* function returns.
*
* - 'transfer' is a blocking method; this method will not return until the
* transfer has completed.