Changeset 4534
- Timestamp:
- 07/02/07 17:16:02 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/branches/lm-sensors-3.0.0/prog/sensors/chips_generic.c
r4514 r4534 79 79 printf("ERROR: Can't get %s data!\n", iter->name); 80 80 81 /* some chips don't have all the features they claim to have */82 /* has_features[indx] = (feature_vals[indx] != 127); */83 81 has_features[indx] = 1; 84 82 }
