commit | 6d2043704a3cd564581aa2ad1973a891058c4d17 | [log] [tgz] |
---|---|---|
author | Hector Martin <marcan@marcan.st> | Sun Oct 29 15:37:41 2023 +0900 |
committer | Marek Vasut <marex@denx.de> | Fri Dec 01 14:06:04 2023 +0100 |
tree | 0bd914cb820c24ebe01fb1cd8cc7316730698997 | |
parent | f28db6b845adafbab38d5f93505653bbd5cd3635 [diff] |
usb: xhci: Recover from halted bulk endpoints There is currently no codepath to recover from this case. In principle we could require that the upper layer do this explicitly, but let's just do it in xHCI when the next bulk transfer is started, since that reasonably implies whatever caused the problem has been dealt with. Signed-off-by: Hector Martin <marcan@marcan.st> Reviewed-by: Marek Vasut <marex@denx.de>