2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-09-01 06:45:24 +00:00

emc6d100 patch from P.P.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1859 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Mark D. Studebaker
2003-07-07 01:56:24 +00:00
parent cb87834e01
commit 1fa79086db
5 changed files with 280 additions and 108 deletions

View File

@@ -324,7 +324,8 @@ void do_a_print(sensors_chip_name name)
!strcmp(name.prefix,"lm85b") ||
!strcmp(name.prefix,"lm85c") ||
!strcmp(name.prefix,"adm1027") ||
!strcmp(name.prefix,"adt7463") )
!strcmp(name.prefix,"adt7463") ||
!strcmp(name.prefix,"emc6d100") )
print_lm85(&name);
else if (!strcmp(name.prefix,"lm87"))
print_lm87(&name);