-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
26ab426
commit c98bac0
Showing
1 changed file
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,8 @@ Adding new drivers and other improvements are welcome. | |
|
||
# ⚙️ Supported drivers | ||
|
||
For now it support only thinkpads, but it's not that hard to add new drivers. | ||
|
||
## 💻 Thinkpad ACPI Fan | ||
|
||
❗Fan control is disabled by default. You need to enable it. | ||
|
@@ -60,7 +62,11 @@ cat /sys/firmware/acpi/platform_profile_choices | |
|
||
* [Kernel commit](https://patchwork.kernel.org/project/linux-acpi/patch/[email protected]/) | ||
|
||
# 🧪 Testing config | ||
# 🧪 Configuration | ||
|
||
There is [conf/fanctl.yaml](conf/fanctl.yaml) file with all available parameters and some explanation. You can use it to create your own config. | ||
|
||
[conf/thinkpad.yaml](conf/thinkpad.yaml) is an example I tested on T14. | ||
|
||
Binary file has `-d` flag which enables debug logs. And `-c` flag to pass the config file path. | ||
|
||
|