2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-09-02 07:15:39 +00:00

adm1026 and auto-sensors.h patch from P.P.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1777 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Mark D. Studebaker
2003-06-08 21:33:39 +00:00
parent 63443070b3
commit e9c0fce42a
22 changed files with 2695 additions and 29 deletions

View File

@@ -366,6 +366,8 @@ void do_a_print(sensors_chip_name name)
print_vt8231(&name);
else if (!strcmp(name.prefix,"bmc"))
print_bmc(&name);
else if (!strcmp(name.prefix,"adm1026"))
print_adm1026(&name);
else
print_unknown_chip(&name);
printf("\n");