Changeset 2023
- Timestamp:
- 10/23/03 06:39:52 (10 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/prog/sensors/chips.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/prog/sensors/chips.c
r2001 r2023 2141 2141 is83s = !strcmp(name->prefix,"w83783s"); 2142 2142 is627thf = !strcmp(name->prefix,"w83627thf"); 2143 is697hf = (!strcmp(name->prefix,"w83697hf")) ||2144 (!strcmp(name->prefix,"w83627thf")); 2143 is697hf = !strcmp(name->prefix,"w83697hf"); 2144 2145 2145 if (!sensors_get_feature(*name,SENSORS_W83781D_ALARMS,&cur)) 2146 2146 alarms = cur + 0.5; … … 2255 2255 free_the_label(&label); 2256 2256 } /* !is627thf */ 2257 if (is82d || is697hf ) {2257 if (is82d || is697hf || is627thf) { 2258 2258 if (!sensors_get_label_and_valid(*name,SENSORS_W83782D_IN7,&label,&valid) && 2259 2259 !sensors_get_feature(*name,SENSORS_W83782D_IN7,&cur) &&
