2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 14:25:39 +00:00

We have support for the Fintek F71889A and F81865F now.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@5952 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2011-03-29 08:06:21 +00:00
parent f1eb9fc15a
commit 967a7e31d9

View File

@@ -1993,7 +1993,7 @@ use constant FEAT_SMBUS => (1 << 7);
features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
}, {
name => "Fintek F71889A Super IO Sensors",
driver => "to-be-written",
driver => "f71882fg",
devid => 0x1005,
logdev => 0x04,
features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
@@ -2007,7 +2007,7 @@ use constant FEAT_SMBUS => (1 << 7);
devid => 0x0206,
}, {
name => "Fintek F81865F Super IO Sensors",
driver => "to-be-written",
driver => "f71882fg",
devid => 0x0704,
logdev => 0x04,
features => FEAT_IN | FEAT_FAN | FEAT_TEMP,