mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 14:58:13 +08:00
EHCI HCDs will now support cancellation of syncrhonous transfers
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user