Skip to content

Suspend/resume regression 0.15.0->0.17.0 #2936

Answered by mjrgh
mjrgh asked this question in Q&A
Discussion options

You must be logged in to vote

Found it, by isolating the commit where it broke (3AB63FbC6). It's an error in the reworking of the vendor interface that broke vendord_reset(); the rework missed clearing the endpoint handles, leaving the connection in a corrupted state after the reset. Looks like it's a known regression, since it's been fixed since: 53989a9 "Fix vendor class reset." Applying that appears to fix it in 0.17.0.

(I can't as a practical matter move to 0.18.0, because I'm using the Pico SDK, so I'm kind of stuck with the version they snapshot. I'll have to find some way to apply the fix within that constraint.)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mjrgh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant