2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-09-01 23:05:25 +00:00

Add support for maxilife-nba by just checking for "maxilife-" prefix.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1085 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Mark D. Studebaker
2001-05-13 16:32:50 +00:00
parent e8392e8abc
commit 3cbc853100
2 changed files with 3 additions and 4 deletions

View File

@@ -316,9 +316,7 @@ void do_a_print(sensors_chip_name name)
(!strcmp(name.prefix,"w83627hf")) ||
(!strcmp(name.prefix,"as99127f")))
print_w83781d(&name);
else if (!strcmp(name.prefix,"maxilife-cg") ||
!strcmp(name.prefix,"maxilife-co") ||
!strcmp(name.prefix,"maxilife-as"))
else if (!strcmp(name.prefix,"maxilife-"))
print_maxilife(&name);
else if (!strcmp(name.prefix,"ddcmon"))
print_ddcmon(&name);