2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-09-01 06:45:24 +00:00

Added support for LM93.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2684 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Mark M. Hoffman
2004-09-08 16:21:44 +00:00
parent 3d08e7b625
commit b3945a5625
3 changed files with 129 additions and 0 deletions

View File

@@ -431,6 +431,7 @@ struct match matches[] = {
{ "asb100", print_asb100 },
{ "adm1030", print_adm1031 },
{ "adm1031", print_adm1031 },
{ "lm93", print_lm93 },
{ NULL, NULL }
};