add more temperature sensors to fan control

This commit is contained in:
Cyryl Płotnicki 2022-04-02 10:42:02 +01:00
parent 0958f6190b
commit a87f50d7ed

View file

@ -17,17 +17,17 @@
type = "hwmon"; type = "hwmon";
query = "/sys/class/hwmon"; query = "/sys/class/hwmon";
name = "coretemp"; name = "coretemp";
indices = [ 1 2 3 ]; indices = [ 1 2 3 4 5 ];
} }
{ {
type = "hwmon"; type = "hwmon";
query = "/sys/devices/platform/thinkpad_hwmon/hwmon"; query = "/sys/devices/platform/thinkpad_hwmon/hwmon";
indices = [ 1 ]; indices = [ 1 2 ];
} }
{ {
type = "tpacpi"; type = "tpacpi";
query = "/proc/acpi/ibm/thermal"; query = "/proc/acpi/ibm/thermal";
indices = [ 0 ]; indices = [ 0 1 ];
} }
]; ];
}; };