summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkhali <khali@7894878c-1315-0410-8ee3-d5d059ff63e0>2010-09-21 15:21:05 +0000
committerkhali <khali@7894878c-1315-0410-8ee3-d5d059ff63e0>2010-09-21 15:21:05 +0000
commit94a929875266595c417b241bad352c1c62c22959 (patch)
treec8882c5140d77bac3d22a6fe53295917e799489f
parent13d99b440dabacc47522d5d82a9262abdd1b03d0 (diff)
downloadlm-sensors-94a929875266595c417b241bad352c1c62c22959.tar.gz
Add detection of the SMSC LPC47U32x.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@5861 7894878c-1315-0410-8ee3-d5d059ff63e0
-rwxr-xr-xprog/detect/sensors-detect7
1 files changed, 7 insertions, 0 deletions
diff --git a/prog/detect/sensors-detect b/prog/detect/sensors-detect
index 4f49b477..a9ceaa00 100755
--- a/prog/detect/sensors-detect
+++ b/prog/detect/sensors-detect
@@ -1590,6 +1590,12 @@ use constant FEAT_SMBUS => (1 << 7);
logdev => 0x0a,
features => FEAT_FAN,
}, {
+ name => "SMSC LPC47U32x Super IO Fan Sensors",
+ driver => "to-be-written",
+ devid => 0x58,
+ logdev => 0x0a,
+ features => FEAT_FAN,
+ }, {
name => "SMSC LPC47U33x Super IO Fan Sensors",
driver => "to-be-written",
devid => 0x54,
@@ -1711,6 +1717,7 @@ use constant FEAT_SMBUS => (1 << 7);
devid => 0x3f,
}, {
name => "Winbond W83627HF/F/HG/G Super IO Sensors",
+ # Also SMSC LPC61W492
driver => "w83627hf",
devid => 0x52,
logdev => 0x0b,