Multiple USB-capable drivers: add ways to tune USB HID config, report, descriptor indexes and in/out endpoints#2331
Merged
jimklimov merged 1 commit intonetworkupstools:masterfrom Mar 2, 2024
Conversation
This was referenced Mar 1, 2024
191b743 to
7ab28db
Compare
|
❌ Build nut 2.8.1.1516-master failed (commit 5d50d98393 by @jimklimov) |
a5d666b to
d9523b8
Compare
|
❌ Build nut 2.8.1.1519-master failed (commit 36097b352b by @jimklimov) |
|
❌ Build nut 2.8.1.1522-master failed (commit daa0cb77c6 by @jimklimov) |
…, descriptor indexes and in/out endpoints [networkupstools#2149] Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
|
✅ Build nut 2.8.1.1523-master completed (commit 60bce96de8 by @jimklimov) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes: #2149
Note that this PR only adds support for setting these tunables, but does not revise all of libusb-related codebase that values are not hard-coded but are in fact used from the
usb_communication_subdriver_tstructure.A worthy follow-up could be
nut-scannerautomated discovery of useful interface numbers (e.g. by size).