2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 22:35:23 +00:00

(mds) added simple eeprom and ddcmon support to sensors and libsensors.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@716 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Mark D. Studebaker
2000-01-30 01:20:51 +00:00
parent 7a6897b949
commit 8fe6d49887
5 changed files with 187 additions and 0 deletions

View File

@@ -276,6 +276,10 @@ void do_a_print(sensors_chip_name name)
!strcmp(name.prefix,"maxilife-co") ||
!strcmp(name.prefix,"maxilife-as"))
print_maxilife(&name);
else if (!strcmp(name.prefix,"ddcmon"))
print_ddcmon(&name);
else if (!strcmp(name.prefix,"eeprom"))
print_eeprom(&name);
else
print_unknown_chip(&name);
printf("\n");