mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-01-22 09:23:19 +01:00
Fix the handling of of the kernel change from "quiet" to "low-power"
A coming kernel change will convert "quiet" to "low-power" due to how platform_profile can now have multiple registered handlers. (kernel 6.14 est) Fixes #609
This commit is contained in:
@@ -99,6 +99,10 @@ pub trait Platform {
|
||||
#[zbus(property)]
|
||||
fn set_profile_quiet_epp(&self, epp: CPUEPP) -> zbus::Result<()>;
|
||||
|
||||
/// PlatformProfileChoices property
|
||||
#[zbus(property)]
|
||||
fn platform_profile_choices(&self) -> zbus::Result<Vec<PlatformProfile>>;
|
||||
|
||||
/// ThrottlePolicy property
|
||||
#[zbus(property)]
|
||||
fn platform_profile(&self) -> zbus::Result<PlatformProfile>;
|
||||
|
||||
Reference in New Issue
Block a user