USB HCDs: Add hooks for the async method

This commit is contained in:
Gregory Nutt
2015-04-21 15:43:12 -06:00
parent 5c16454cdf
commit 8e9fd9b838
4 changed files with 81 additions and 4 deletions
+1 -1
View File
@@ -476,7 +476,7 @@
* - 'transfer' is a blocking method; this method will not return until the
* transfer has completed.
* - 'asynch' will return immediately. When the transfer completes, the
* semaphore will be posted.
* semaphore will be posted.
*
* Input Parameters:
* drvr - The USB host driver instance obtained as a parameter from the call to