mirror of
https://github.com/ilya-zlobintsev/LACT.git
synced 2025-02-25 18:55:26 -06:00
fix: include name
in the hwmon snapshot
This commit is contained in:
parent
1e7d0873ff
commit
c5ff5b3d01
@ -69,7 +69,8 @@ const SNAPSHOT_FAN_CTRL_FILES: &[&str] = &[
|
||||
"fan_minimum_pwm",
|
||||
"fan_target_temperature",
|
||||
];
|
||||
const SNAPSHOT_HWMON_FILE_PREFIXES: &[&str] = &["fan", "pwm", "power", "temp", "freq", "in"];
|
||||
const SNAPSHOT_HWMON_FILE_PREFIXES: &[&str] =
|
||||
&["fan", "pwm", "power", "temp", "freq", "in", "name"];
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct Handler {
|
||||
|
Loading…
Reference in New Issue
Block a user