Skip to content

[Backport v4.0-branch] drivers: usb: Prevent from perpetual locked state #90962

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: v4.0-branch
Choose a base branch
from

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Jun 2, 2025

Backport 29a191a from #89982.

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 <[email protected]>
(cherry picked from commit 29a191a)
@github-actions github-actions bot requested a review from ydamigos as a code owner June 2, 2025 15:38
@github-actions github-actions bot added the Backport Backport PR and backport failure issues label Jun 2, 2025
@github-actions github-actions bot requested a review from loicpoulain as a code owner June 2, 2025 15:38
@github-actions github-actions bot added the Backport Backport PR and backport failure issues label Jun 2, 2025
@github-project-automation github-project-automation bot moved this to To do in Backports Jun 2, 2025
Copy link

sonarqubecloud bot commented Jun 2, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backport Backport PR and backport failure issues
Projects
Status: To do
Development

Successfully merging this pull request may close these issues.

2 participants