2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 06:15:15 +00:00

prep for when it's it8705 and it8712, not just it87.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1233 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Mark D. Studebaker
2001-11-11 21:54:54 +00:00
parent 5c7e4874c2
commit 4e54468f20

View File

@@ -327,7 +327,7 @@ void do_a_print(sensors_chip_name name)
print_w83781d(&name);
else if (!strncmp(name.prefix,"maxilife-", 9))
print_maxilife(&name);
else if (!strcmp(name.prefix,"it87"))
else if (!strncmp(name.prefix,"it87", 4))
print_it87(&name);
else if (!strcmp(name.prefix,"ddcmon"))
print_ddcmon(&name);