EHCI HCDs will now support cancellation of syncrhonous transfers

This commit is contained in:
Gregory Nutt
2015-05-11 11:43:31 -06:00
parent a2ad652509
commit 8ed11a374d
8 changed files with 95 additions and 32 deletions
+2 -1
View File
@@ -552,7 +552,8 @@
* Name: DRVR_CANCEL
*
* Description:
* Cancel a pending asynchronous transfer on an endpoint.
* Cancel a pending asynchronous transfer on an endpoint. Cancelled synchronous
* or asynchronous transfer will complete normally with the error -ESHUTDOWN.
*
* Input Parameters:
* drvr - The USB host driver instance obtained as a parameter from the call to