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

Initial checkin of adm1024 driver and support in libsensors,

sensors, sensors-detect.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1090 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Mark D. Studebaker
2001-05-15 03:18:18 +00:00
parent 01bf598239
commit d431a88833
14 changed files with 1337 additions and 5 deletions

View File

@@ -310,6 +310,8 @@ void do_a_print(sensors_chip_name name)
print_gl518(&name);
else if (!strcmp(name.prefix,"adm1025"))
print_adm1025(&name);
else if (!strcmp(name.prefix,"adm1024"))
print_adm1024(&name);
else if ((!strcmp(name.prefix,"w83781d")) ||
(!strcmp(name.prefix,"w83782d")) ||
(!strcmp(name.prefix,"w83783s")) ||