chore: update spec file version to 6.1.9

This commit is contained in:
Luke Jones
2025-03-03 16:31:43 +13:00
parent 192e5ccaa3
commit aee465aced
2 changed files with 4 additions and 7 deletions

View File

@@ -66,11 +66,8 @@ impl CtrlFanCurveZbus {
info!("Fetching default fan curves");
let current = platform.get_platform_profile()?;
for this in [
PlatformProfile::Balanced,
PlatformProfile::Performance,
PlatformProfile::Quiet,
] {
let profiles = platform.get_platform_profile_choices()?;
for this in profiles {
// For each profile we need to switch to it before we
// can read the existing values from hardware. The ACPI method used
// for this is what limits us.