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

(mds) MTP008 driver patch from Kris Van Hees.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@909 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Mark D. Studebaker
2000-10-18 00:34:07 +00:00
parent 6de8a33003
commit 4dcb88898c
10 changed files with 456 additions and 7 deletions

View File

@@ -268,6 +268,8 @@ void do_a_print(sensors_chip_name name)
else if (!strcmp(name.prefix,"lm78") || !strcmp(name.prefix,"lm78-j") ||
!strcmp(name.prefix,"lm79"))
print_lm78(&name);
else if (!strcmp(name.prefix,"mtp008"))
print_mtp008(&name);
else if (!strcmp(name.prefix,"sis5595"))
print_sis5595(&name);
else if (!strcmp(name.prefix,"via686a"))