2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-09-04 08:15:13 +00:00

Add support for the W83637HF.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2289 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2004-02-13 18:10:43 +00:00
parent a38d8614a6
commit c97dfa8fde
6 changed files with 9 additions and 3 deletions

View File

@@ -2084,9 +2084,11 @@ void print_w83781d(const sensors_chip_name *name)
is82d = (!strcmp(name->prefix,"w83782d")) ||
(!strcmp(name->prefix,"w83627hf")) ||
(!strcmp(name->prefix,"w83637hf")) ||
(!strcmp(name->prefix,"w83627thf"));
is83s = !strcmp(name->prefix,"w83783s");
is627thf = !strcmp(name->prefix,"w83627thf");
is627thf = (!strcmp(name->prefix,"w83627thf")) ||
(!strcmp(name->prefix,"w83637hf"));
is697hf = !strcmp(name->prefix,"w83697hf");
if (!sensors_get_feature(*name,SENSORS_W83781D_ALARMS,&cur))