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 fan curve support parity with Linux daemon #12

Merged
merged 1 commit into from
Apr 13, 2022

Commits on Apr 13, 2022

  1. add fan curve support parity with Linux daemon

    fan curves and model strings current as-of:
      https://github.com/pop-os/system76-power/blob/79b02d/src/fan.rs
    
    bump to rust 1.53 (or newer is OK)
    
    This is due to the use of "or patterns" inside a match. This was
    stabilized in rust 1.53: rust-lang/rust#79278
    
    I see similar syntax used in the Linux daemon, but that uses rust
    1.41... I'm uncertain how that was building previously?
    draeath committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    6a7e15b View commit details
    Browse the repository at this point in the history