2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 14:25:39 +00:00

(mds) Add support for the Asus AS99127F. Treat as an I2C-only W83782D for now.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@614 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Mark D. Studebaker
1999-10-30 21:26:21 +00:00
parent dee0c2529a
commit f6edfe75bd
10 changed files with 81 additions and 37 deletions

View File

@@ -268,7 +268,8 @@ void do_a_print(sensors_chip_name name)
else if ((!strcmp(name.prefix,"w83781d")) ||
(!strcmp(name.prefix,"w83782d")) ||
(!strcmp(name.prefix,"w83783s")) ||
(!strcmp(name.prefix,"w83627hf")))
(!strcmp(name.prefix,"w83627hf")) ||
(!strcmp(name.prefix,"as99127f")))
print_w83781d(&name);
else if (!strcmp(name.prefix,"maxilife-cg") ||
!strcmp(name.prefix,"maxilife-co") ||