Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hpm_ehci: fix transfer cancellation process.
The logic of the conditional expression that determines whether the QH is a target QH or not is reversed in the process of canceling a transfer in INPROGRESS state. Therefore, the QH in INPROGRESS state is not released and subsequent communication is not successful. Checked with CDC-ACM driver and cu command. Signed-off-by: Zhihong Chen <[email protected]>
- Loading branch information