summaryrefslogtreecommitdiff
path: root/prog/detect/sensors-detect
diff options
context:
space:
mode:
Diffstat (limited to 'prog/detect/sensors-detect')
-rwxr-xr-xprog/detect/sensors-detect6
1 files changed, 6 insertions, 0 deletions
diff --git a/prog/detect/sensors-detect b/prog/detect/sensors-detect
index 6702cd95..0115d387 100755
--- a/prog/detect/sensors-detect
+++ b/prog/detect/sensors-detect
@@ -2230,6 +2230,12 @@ use constant FEAT_SMBUS => (1 << 7);
logdev => 0x04,
features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
}, {
+ name => "ITE IT8620E Super IO Sensors",
+ driver => "to-be-written", # it87
+ devid => 0x8620,
+ logdev => 0x04,
+ features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
+ }, {
name => "ITE IT8702F Super IO Fan Sensors",
driver => "to-be-written",
devid => 0x8702,