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

Fix serial number reporting on Windows for some devices #131

Merged
merged 4 commits into from
Nov 13, 2023

Commits on Oct 29, 2023

  1. windows: enumerate: fix serial port detection for BMP

    The existing program incorrectly decoded the first character as being
    the serial port. If there is an `&` in the serial number, then we want
    the 2nd field.
    
    Signed-off-by: Sean Cross <[email protected]>
    xobs committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    f4aa4a6 View commit details
    Browse the repository at this point in the history
  2. windows: dcb: clean up clippy warnings

    Signed-off-by: Sean Cross <[email protected]>
    xobs committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    d40a953 View commit details
    Browse the repository at this point in the history
  3. windows: enumerate: clean up clippy warnings

    Signed-off-by: Sean Cross <[email protected]>
    xobs committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    4690b83 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

  1. changelog: note change about serial ports on windows

    Signed-off-by: Sean Cross <[email protected]>
    xobs committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    ec2da58 View commit details
    Browse the repository at this point in the history