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

Deprecate the use of pipe information about MaximumTransferSize #52

Closed
dontech opened this issue Jan 15, 2024 · 2 comments
Closed

Deprecate the use of pipe information about MaximumTransferSize #52

dontech opened this issue Jan 15, 2024 · 2 comments
Labels

Comments

@dontech
Copy link
Collaborator

dontech commented Jan 15, 2024

According to this:

https://learn.microsoft.com/en-us/windows-hardware/drivers/usbcon/usb-bandwidth-allocation

The MaximumTransferSize value is deprecated and replaced by discrete values. A bit silly that Microsoft will not support the information in pipe policy without replacing it with something else, but then again it only requires a simple look-up table.

I have not seen that this has any consequence with the current implementation however, but for correctness we might want to fix this.

Seen during the fixing of this bug: #51

@dontech
Copy link
Collaborator Author

dontech commented Feb 9, 2024

This should be fixed with: 65f9a19

@dontech
Copy link
Collaborator Author

dontech commented Feb 9, 2024

Considering closed. Re-open if still a problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants