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

Thelio mira r3 needs updating for this #21

Open
hmalmstrom1 opened this issue Jul 28, 2023 · 0 comments
Open

Thelio mira r3 needs updating for this #21

hmalmstrom1 opened this issue Jul 28, 2023 · 0 comments

Comments

@hmalmstrom1
Copy link

This worked for me:

diff --git a/src/main.rs b/src/main.rs
index e5b2a12..91fc34d 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -86,7 +86,7 @@ fn driver() -> io::Result<()> {
     ).unwrap_or(String::new());

     let curve = match (sys_vendor.as_str(), product_version.as_str()) {
-        ("System76", "thelio-mira-r1" | "thelio-mira-r2" | "thelio-mira-r3") => {
+        ("System76", "thelio-mira-r1" | "thelio-mira-r2" | "thelio-mira-r3" | "thelio-mira-b4.1") => {
             debug!("{} {} uses standard fan curve", sys_vendor, product_version);
             FanCurve::standard()
         },

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant