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

(mds) add support for TI THMC10 to the adm1021 driver.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@533 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Mark D. Studebaker
1999-08-22 22:58:52 +00:00
parent 5f77505190
commit 0208181806
7 changed files with 52 additions and 8 deletions

View File

@@ -250,7 +250,7 @@ void do_a_print(sensors_chip_name name)
if (!strcmp(name.prefix,"lm75"))
print_lm75(&name);
else if (!strcmp(name.prefix,"adm1021") || !strcmp(name.prefix,"max1617") ||
!strcmp(name.prefix,"max1617a"))
!strcmp(name.prefix,"max1617a") || !strcmp(name.prefix, "thmc10"))
print_adm1021(&name);
else if (!strcmp(name.prefix,"adm9240") ||
!strcmp(name.prefix,"ds1780") ||