summaryrefslogtreecommitdiff
path: root/prog/detect/sensors-detect
diff options
context:
space:
mode:
Diffstat (limited to 'prog/detect/sensors-detect')
-rwxr-xr-xprog/detect/sensors-detect8
1 files changed, 7 insertions, 1 deletions
diff --git a/prog/detect/sensors-detect b/prog/detect/sensors-detect
index 436cf956..08721f0a 100755
--- a/prog/detect/sensors-detect
+++ b/prog/detect/sensors-detect
@@ -2303,7 +2303,7 @@ use constant FEAT_SMBUS => (1 << 7);
features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
}, {
name => "ITE IT8620E Super IO Sensors",
- driver => "to-be-written", # it87
+ driver => "it87",
devid => 0x8620,
logdev => 0x04,
features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
@@ -2427,6 +2427,12 @@ use constant FEAT_SMBUS => (1 << 7);
devid => 0x8786,
logdev => 0x04,
features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
+ }, {
+ name => "ITE IT8790E Super IO Sensors",
+ driver => "it87",
+ devid => 0x8790,
+ logdev => 0x04,
+ features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
}
);