mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-30 22:05:11 +00:00
Refer to f71882fg driver if F71889FG is detected
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@5787 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
1
CHANGES
1
CHANGES
@@ -23,6 +23,7 @@ SVN-HEAD
|
||||
Add SMBus detection for AMD Hudson-2
|
||||
Add detection for Nuvoton W83667HG-B and W83677HG-I
|
||||
Add detection for Analog Devices ADT7490
|
||||
Refer to f71882fg driver if F71889FG is detected
|
||||
sysconfig-lm_sensors-convert: Fix exit code
|
||||
|
||||
3.1.1 (2009-06-21)
|
||||
|
@@ -1718,9 +1718,9 @@ use constant FEAT_SMBUS => (1 << 7);
|
||||
features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
|
||||
}, {
|
||||
name => "Fintek F71889FG Super IO Sensors",
|
||||
driver => "to-be-written",
|
||||
driver => "f71882fg",
|
||||
devid => 0x0723,
|
||||
logdev => 0x04, # Verify once we have a datasheet
|
||||
logdev => 0x04,
|
||||
features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
|
||||
}, {
|
||||
name => "Fintek F81216D Super IO",
|
||||
|
Reference in New Issue
Block a user