From 9c58672a669143b12cd4609b64ecfb41fb69a53f Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Thu, 22 Oct 2009 10:05:38 +0000 Subject: [PATCH] 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 --- CHANGES | 1 + prog/detect/sensors-detect | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 7042421a..f9703a1e 100644 --- a/CHANGES +++ b/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) diff --git a/prog/detect/sensors-detect b/prog/detect/sensors-detect index a60674f0..fc33f532 100755 --- a/prog/detect/sensors-detect +++ b/prog/detect/sensors-detect @@ -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",