From 992ab93b7111119d0095506ae2bc2e7a85d841ed Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Fri, 21 Nov 2008 08:52:40 +0000 Subject: [PATCH] Fix detection of SMSC LPC47M292. Add detection of SMSC LPC47M233. git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@5395 7894878c-1315-0410-8ee3-d5d059ff63e0 --- CHANGES | 2 ++ prog/detect/sensors-detect | 10 +++++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 50d89a60..217873a8 100644 --- a/CHANGES +++ b/CHANGES @@ -12,6 +12,8 @@ SVN-HEAD Add VIA VX800/VX820 support Fix detection of Intel 5000 series FB-DIMM AMB Fix detection of ADT7462 + Fix detection of SMSC LPC47M292 + Add SMSC LPC47M233 support 3.0.3 (2008-09-28) libsensors: Avoid namespace pollution diff --git a/prog/detect/sensors-detect b/prog/detect/sensors-detect index 3749ba33..996c2c31 100755 --- a/prog/detect/sensors-detect +++ b/prog/detect/sensors-detect @@ -1768,10 +1768,18 @@ use vars qw(@chip_kern24_ids @chip_kern26_ids devid => 0x74, logdev => 0x0a, }, + { + name => "SMSC LPC47M233 Super IO Sensors", + driver => "smsc47m1", + devid => 0x6b80, + devid_mask => 0xff80, + logdev => 0x0a, + }, { name => "SMSC LPC47M292 Super IO Fan Sensors", driver => "smsc47m1", - devid => 0x6b, + devid => 0x6b00, + devid_mask => 0xff80, logdev => 0x0a, }, {