Skip to content

Conversation

@github-actions
Copy link

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

Backport 29a191a from #89982.

Fixes #89990

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 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
@sonarqubecloud
Copy link

sonarqubecloud bot commented Jun 2, 2025

@kartben kartben closed this Jul 25, 2025
@github-project-automation github-project-automation bot moved this from To do to Done in Backports Jul 25, 2025
@kartben kartben reopened this Jul 25, 2025
@github-project-automation github-project-automation bot moved this from Done to Needs more info in Backports Jul 25, 2025
@zephyrbot zephyrbot added platform: STM32 ST Micro STM32 area: USB Universal Serial Bus labels Jul 25, 2025
@sonarqubecloud
Copy link

@fabiobaltieri fabiobaltieri merged commit 84e8c9f into v4.1-branch Jul 25, 2025
30 checks passed
@github-project-automation github-project-automation bot moved this from Needs more info to Done in Backports Jul 25, 2025
@fabiobaltieri fabiobaltieri deleted the backport-89982-to-v4.1-branch branch July 25, 2025 21:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: USB Universal Serial Bus Backport Backport PR and backport failure issues platform: STM32 ST Micro STM32

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

7 participants