2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-30 22:05:11 +00:00

Add support for IT8512E/F and IT8758E to sensors-detect

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@5859 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Guenter Roeck
2010-09-13 18:30:41 +00:00
parent cae4d27236
commit 4cb2cdac0e
2 changed files with 7 additions and 1 deletions

View File

@@ -1448,6 +1448,11 @@ use constant FEAT_SMBUS => (1 << 7);
devid => 0xf2,
logdev => 0x14,
features => FEAT_IN | FEAT_TEMP,
}, {
# Shouldn't be in this family, but there it is
name => "ITE IT8512E/F Super IO",
driver => "not-a-sensor",
devid => 0x8512,
}
);
@@ -1914,7 +1919,7 @@ use constant FEAT_SMBUS => (1 << 7);
logdev => 0x04,
features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
}, {
name => "ITE IT8721F Super IO Sensors",
name => "ITE IT8721F/IT8758E Super IO Sensors",
driver => "to-be-written", # it87
devid => 0x8721,
logdev => 0x04,