2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-09-01 06:45:24 +00:00

sensors-detect: Add detecton for Fintek F71869FG

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@5788 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Hans de Goede
2009-10-22 10:11:12 +00:00
parent 9c58672a66
commit 9a83fe6c01
2 changed files with 7 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ SVN-HEAD
Add detection for Nuvoton W83667HG-B and W83677HG-I Add detection for Nuvoton W83667HG-B and W83677HG-I
Add detection for Analog Devices ADT7490 Add detection for Analog Devices ADT7490
Refer to f71882fg driver if F71889FG is detected Refer to f71882fg driver if F71889FG is detected
Add detecton for Fintek F71869FG
sysconfig-lm_sensors-convert: Fix exit code sysconfig-lm_sensors-convert: Fix exit code
3.1.1 (2009-06-21) 3.1.1 (2009-06-21)

View File

@@ -1698,6 +1698,12 @@ use constant FEAT_SMBUS => (1 << 7);
devid => 0x0601, devid => 0x0601,
logdev => 0x04, logdev => 0x04,
features => FEAT_IN | FEAT_FAN | FEAT_TEMP, features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
}, {
name => "Fintek F71869FG Super IO Sensors",
driver => "to-be-written",
devid => 0x0814,
logdev => 0x04,
features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
}, { }, {
name => "Fintek F71806FG/F71872FG Super IO Sensors", name => "Fintek F71806FG/F71872FG Super IO Sensors",
driver => "f71805f", driver => "f71805f",