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

Allow USB device matching by busport value #2054

Merged
merged 22 commits into from
Sep 16, 2023

Conversation

jimklimov
Copy link
Member

Closes: #2043 (thanks @wavebvg for initial impulse!)
Related to: #1763 and like its outcome - does not impact the too-different old USB drivers like richcomm, bcmxcp, nutdrv_atcl

Note this is limited to systems that actually support the feature on hardware, OS and libusb version sides.

wavebvg and others added 21 commits September 16, 2023 18:24
…, just note it may be ignored in certain builds [networkupstools#2043]

Signed-off-by: Jim Klimov <[email protected]>
…; free the variables in order of definition (ease maintenance) [networkupstools#2043]

Signed-off-by: Jim Klimov <[email protected]>
…BMATCHER_REGEXP_ARRAY_LIMIT too (not a hardcoded number like before) [networkupstools#2043]

Signed-off-by: Jim Klimov <[email protected]>
@jimklimov jimklimov added enhancement USB CI Entries related to continuous integration infrastructure (historically also recipes like Makefiles) USB-duplicate-devices Track bugs and issues about monitoring several devices that seem identical to NUT or libusb portability We want NUT to build and run everywhere possible labels Sep 16, 2023
@jimklimov jimklimov added this to the 2.8.1 milestone Sep 16, 2023
@jimklimov jimklimov merged commit 6d992c7 into networkupstools:master Sep 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Entries related to continuous integration infrastructure (historically also recipes like Makefiles) enhancement portability We want NUT to build and run everywhere possible USB USB-duplicate-devices Track bugs and issues about monitoring several devices that seem identical to NUT or libusb
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Port Number Mapping for libusb1.0
2 participants