2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 14:25:39 +00:00

really fix sensors so that it recognizes all maxilifes.

didn't work last time.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1088 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Mark D. Studebaker
2001-05-15 02:40:36 +00:00
parent d9108ed634
commit 4f0e6bf18b

View File

@@ -316,7 +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-"))
else if (!strncmp(name.prefix,"maxilife-", 9))
print_maxilife(&name);
else if (!strcmp(name.prefix,"ddcmon"))
print_ddcmon(&name);