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

usb: Support maximum endpoints per interface specified by USB spec #676

Merged
merged 1 commit into from
Sep 7, 2024

Conversation

thrimbor
Copy link
Member

@thrimbor thrimbor commented Sep 6, 2024

The USB spec specifies a maximum of 15 endpoints per interface (excluding the control endpoint), this change makes us support that.

Fixes #675

libusbohci preallocates a lot of stuff, so this increases memory usage per device by about 1KiB.

@Ryzee119
Copy link
Contributor

Ryzee119 commented Sep 7, 2024

Thanks!, one day I will hopefully update to a stack that doesnt to do so much pre-allocation

@Ryzee119 Ryzee119 merged commit 699357f into XboxDev:master Sep 7, 2024
6 checks passed
@thrimbor thrimbor deleted the usb_endpoints branch September 7, 2024 21:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

USB fails to read configuration of Chihiro Basebd
2 participants