-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Replace rusb
(libusb bindings) with native Rust
#17
Comments
Not personally but nusb is on my radar. It would be a pure Rust solution rather than libusb but not explored whether porting would be possible yet. Open to contributions if you're interested in exploring. |
rusb
(libusb bindings) with native Rust
@tuna-f1sh It works but don't show the xHCI ports. |
Yes this was actually a change I made because by default nusb does not list xHCI (root_hubs). It made me re-think the default list and not to show them. The lsusb mode will though (since it does): Do you think they are useful in the list output? I figured not since they are not something one does anything with. They are presented in |
No description provided.
The text was updated successfully, but these errors were encountered: