2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 22:35:23 +00:00

sensors-detect: Add support for Fintek F71889ED

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@5839 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Hans de Goede
2010-06-11 07:19:53 +00:00
parent ac9059c09e
commit d3174a69ea
2 changed files with 7 additions and 0 deletions

View File

@@ -1772,6 +1772,12 @@ use constant FEAT_SMBUS => (1 << 7);
devid => 0x0723,
logdev => 0x04,
features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
}, {
name => "Fintek F71889ED Super IO Sensors",
driver => "to-be-written",
devid => 0x0909,
logdev => 0x04, # needs verificiation once we have a datasheet
features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
}, {
name => "Fintek F81216D Super IO",
driver => "not-a-sensor",