Skip to content
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

Fixing USB enumeration on Windows #166

Merged
merged 1 commit into from
Jan 20, 2022

Conversation

ryan-summers
Copy link
Member

This PR fixes #165 by using a patch of usb-device to properly handle partial descriptor reads during SETUP.

Ubuntu did a bus reset after the partial read, which reconfigured the device state and reset the error, but on Windows, no reset is present and the next "Set Address" stage fails.

@ryan-summers ryan-summers merged commit 46af251 into develop Jan 20, 2022
@ryan-summers ryan-summers deleted the rs/issue-165/usb-enumeration branch January 20, 2022 10:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

USB does not enumerate on Windows
2 participants