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

Add udev iManufacturer/iProduct/iSerial support to linux #14

Merged
merged 5 commits into from
Nov 13, 2023

Commits on Nov 9, 2023

  1. cargo fmt --all

    haata committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    9bcfc9f View commit details
    Browse the repository at this point in the history
  2. Add udev iManufacturer/iProduct/iSerial support to linux

    - Fixes tuna-f1sh#13
    - Always prefers reading descriptors directly if possible (then udev,
      then usb id database)
    - Requires udev feature
    haata committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    4fa2c19 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Configuration menu
    Copy the full SHA
    0362da4 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

  1. Read from sysfs directly instead of using udev

    - Adds support for iConfiguration (only the current active
      configuration) and iInterface on Linux
    - get_udev_attribute() is still available but likely shouldn't be used
    haata committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    486e114 View commit details
    Browse the repository at this point in the history
  2. cargo clippy --fix

    haata committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    e5a1f90 View commit details
    Browse the repository at this point in the history