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

hwmon: refactor & support lookup of all indices #226

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

Commits on Oct 16, 2024

  1. hwmon: refactor & support lookup of all indices

    This should allow the user to omit the indices: config field if a sensor
    input is sufficiently specified by other criteria. In this case,
    thinkfan should pick up all pwm/temp files found for the given sensor. A
    major caveat being that the number of available temperature inputs won't
    be known before a sensors has been successfully looked up...
    vmatare committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    9b0b6b7 View commit details
    Browse the repository at this point in the history
  2. hwmon: use vector::swap instead of assign

    Co-authored-by: zotnhucucbot <[email protected]>
    vmatare and wonbinbk committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    e5d0e82 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a98b773 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7015896 View commit details
    Browse the repository at this point in the history
  5. fix string/fs:path conversion

    vmatare committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    b27058a View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. WIP

    vmatare committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    f1fdb07 View commit details
    Browse the repository at this point in the history