2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-09-02 23:35:57 +00:00

Add proper sensors support for asb100.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2216 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Mark M. Hoffman
2004-01-14 06:11:08 +00:00
parent b5c0ec5d74
commit dec7339518
3 changed files with 152 additions and 0 deletions

View File

@@ -386,6 +386,7 @@ struct match matches[] = {
{ "adm1032", print_lm90 },
{ "xeontemp", print_xeontemp },
{ "max6650", print_max6650 },
{ "asb100", print_asb100 },
{ NULL, NULL }
};