base: Add ACPI fan device discovery and status exposure (P48)

Add fan.rs module to acpid that discovers FAN* devices under \_TZ,
evaluates _FST for current speed level and RPM, and exposes them via
/scheme/acpi/fan/<name>/status. Update thermald to read and log fan
status alongside temperature sensors.
This commit is contained in:
2026-05-20 17:47:39 +03:00
parent ad2e85079d
commit b360748b82
2 changed files with 326 additions and 0 deletions
+2
View File
@@ -95,6 +95,8 @@ patches = [
"P46-storage-audio-msix.patch",
# P47: Update thermald to read from P44 thermal zones and coretempd
"P47-thermald-backend.patch",
# P48: Add ACPI fan device discovery and status exposure
"P48-acpid-fan-support.patch",
]
[package]