mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
Merge branch 'user.sv4.apps-main-patch-52927' into 'main'
Fan curve kernel requirement message update. See merge request asus-linux/asusctl!112
This commit is contained in:
@@ -475,7 +475,7 @@ fn handle_fan_curve(
|
|||||||
if !supported.fan_curves {
|
if !supported.fan_curves {
|
||||||
println!("Fan-curves not supported by either this kernel or by the laptop.");
|
println!("Fan-curves not supported by either this kernel or by the laptop.");
|
||||||
println!(
|
println!(
|
||||||
"This requires kernel 5.17 (unlreleased) or the fan curve patch listed in the readme."
|
"This requires kernel 5.17 or the fan curve patch listed in the readme."
|
||||||
);
|
);
|
||||||
return Err(ProfileError::NotSupported.into());
|
return Err(ProfileError::NotSupported.into());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user