add more temperature sensors to fan control
This commit is contained in:
parent
0958f6190b
commit
a87f50d7ed
1 changed files with 3 additions and 3 deletions
|
@ -17,17 +17,17 @@
|
|||
type = "hwmon";
|
||||
query = "/sys/class/hwmon";
|
||||
name = "coretemp";
|
||||
indices = [ 1 2 3 ];
|
||||
indices = [ 1 2 3 4 5 ];
|
||||
}
|
||||
{
|
||||
type = "hwmon";
|
||||
query = "/sys/devices/platform/thinkpad_hwmon/hwmon";
|
||||
indices = [ 1 ];
|
||||
indices = [ 1 2 ];
|
||||
}
|
||||
{
|
||||
type = "tpacpi";
|
||||
query = "/proc/acpi/ibm/thermal";
|
||||
indices = [ 0 ];
|
||||
indices = [ 0 1 ];
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue