Files
RedBear-OS/drivers/acpid
Red Bear OS 94d1b92d91 acpid: thermal zone method evaluation (_TMP/_PSV/_CRT)
Add ThermalZone handle kind to the scheme: per-zone ACPI thermal
data at /scheme/acpi/thermal/<zone>/{temperature,passive,critical}.
Each path evaluates the corresponding AML method (_TMP, _PSV, _CRT)
and returns the raw integer value. ThermalFileKind enum dispatches
to the correct method. thermald can now read real thermal zone
temperatures and thresholds instead of relying on hardcoded values.
Ported from Linux drivers/acpi/thermal.c thermal_zone_device_ops.
2026-07-22 17:30:05 +09:00
..