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

linux: support getting usb port info without libudev #220

Merged
merged 6 commits into from
Oct 14, 2024

Commits on Oct 14, 2024

  1. linux: support getting usb port info without libudev

    Support getting USB port info such as VID and PID when libudev is
    disabled. This reads this information out of /sys/.
    
    The method of discovery was based on pySerial, which does something
    similar.
    
    Signed-off-by: Sean Cross <[email protected]>
    xobs authored and sirhcel committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    4e538d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b28557e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a1a940 View commit details
    Browse the repository at this point in the history
  4. Reorder and left-align output of list_ports for readability

    This helps (at least me) a lot for faster visual navigation through the
    output of this example.
    sirhcel committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    b7e67e4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    594ca48 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a017ba4 View commit details
    Browse the repository at this point in the history