OpenDevicePartnership / OpenDevicePartnership/embedded-services
thermal-service: Decide on mechanism to determine if/when re-enter auto fan control
@kurtjd is already working on this.
Since Aug 13, 2025.
- Dominant language
- Rust
- Stars
- 23
- Forks
- 53
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 13
Description
Fans currently support manual control (such as via requests from the host) or auto-temperature based control. Currently when the fan is instructed to enter manual control, it will just maintain the speed it was requested to run at. Some mechanism should be implemented to decide if auto-control should be resumed.
For example, the host may tell the fan to run at a low RPM, and if the host hangs or some other problem happens that prevents communication to the EC, the AP could overheat. Critical shutdown thresholds act as a last-resort fail-safe in this regard, but might be wise to still perhaps have the fan resume auto-control if temperature approaches some threshold before the critical threshold.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.