diff --git a/asusctl/src/main.rs b/asusctl/src/main.rs index 8eaf1989..d6cdc267 100644 --- a/asusctl/src/main.rs +++ b/asusctl/src/main.rs @@ -415,7 +415,7 @@ fn handle_profile( supported: &PlatformProfileFunctions, cmd: &ProfileCommand, ) -> Result<(), Box> { - if !supported.fan_curves { + if !supported.platform_profile { println!("Profiles not supported by either this kernel or by the laptop."); return Err(ProfileError::NotSupported.into()); }