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

Change USB device identifier #63

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Change USB device identifier #63

wants to merge 6 commits into from

Commits on Aug 25, 2023

  1. USB compatibility mode switch is now an checkbox, that looks more obv…

    …ious for users
    robbi5 authored and raphaelm committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    bb88e52 View commit details
    Browse the repository at this point in the history
  2. cleanup

    robbi5 authored and raphaelm committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    9ba4a43 View commit details
    Browse the repository at this point in the history
  3. Move usb device identification text field next to the choose-a-device…

    … button.
    
    It also now uses the device vendorid:productid indentifier as default and offers a pin button to really use the device serial number, if available.
    robbi5 authored and raphaelm committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    f70fdfe View commit details
    Browse the repository at this point in the history
  4. Correctly prefix usb vendorId:productId with leading zeros.

    This is backwards compatible with the old missing zeros format and doesn't change configuration.
    robbi5 authored and raphaelm committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    a21641b View commit details
    Browse the repository at this point in the history
  5. Add layout for small devices, add helper text, remove pin & text if o…

    …ther chosen device doesn't provide a serial number
    robbi5 authored and raphaelm committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    ef214ab View commit details
    Browse the repository at this point in the history
  6. Fix missing namespace

    raphaelm committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    e1a4b01 View commit details
    Browse the repository at this point in the history