2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 06:15:15 +00:00

Add support for SMSC LPC57B397-NC sensor chip.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2769 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Mark M. Hoffman
2004-11-23 16:20:25 +00:00
parent 5aef60324d
commit 3b64007d60
6 changed files with 100 additions and 0 deletions

View File

@@ -399,6 +399,7 @@ struct match matches[] = {
{ "adm1030", print_adm1031 },
{ "adm1031", print_adm1031 },
{ "lm93", print_lm93 },
{ "smsc57b397", print_smsc57b397 },
{ NULL, NULL }
};