2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-29 05:17:50 +00:00

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
This commit is contained in:
Jean Delvare 2008-11-21 08:52:40 +00:00
parent f62a62abaa
commit 992ab93b71
2 changed files with 11 additions and 1 deletions

View File

@ -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

View File

@ -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,
},
{