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

Initial checkin of it87 driver from

Christophe Gauthron <chrisg@0-in.com>


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1112 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Mark D. Studebaker
2001-06-03 21:58:26 +00:00
parent be5cdebced
commit 87c529e96d
12 changed files with 1476 additions and 18 deletions

View File

@@ -324,6 +324,8 @@ void do_a_print(sensors_chip_name name)
print_ddcmon(&name);
else if (!strcmp(name.prefix,"eeprom"))
print_eeprom(&name);
else if (!strcmp(name.prefix,"it87"))
print_it87(&name);
else
print_unknown_chip(&name);
printf("\n");