commit | 93385908f2fa3e576409f4a9c15d9d8a7c3bd8fd | [log] [tgz] |
---|---|---|
author | Piotr Ciura <piotr.ciura@hidglobal.com> | Thu May 15 09:38:21 2025 +0200 |
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | Mon Jun 02 15:38:09 2025 +0000 |
tree | ca2bc796e26ff06a375983039a4147cb5646897b | |
parent | c08390df71eee260c1b273d69f8dadc0ffb1d730 [diff] |
drivers: usb: Prevent from perpetual locked state The USB CDC driver is unable to process any bulk IN transfers after receiving spurious 'Clear Feature - Endpoint Halt' request from host due to perpetual locked state caused by previously scheduled transfer, that will never be finished, as the endpoint's state is set to NAK. Fix by ignoring spurious request. Signed-off-by: Piotr Ciura <piotr.ciura@hidglobal.com> (cherry picked from commit 29a191ad3810152bf8a15309899a27aaf5c41c26)