Changeset 6016 for lm-sensors/trunk/prog/detect
- Timestamp:
- 01/31/12 13:51:31 (4 months ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/prog/detect/sensors-detect (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/prog/detect/sensors-detect
r6015 r6016 3766 3766 print "\n (hardware monitoring capabilities accessible via SMBus only)\n"; 3767 3767 return FEAT_SMBUS; 3768 } 3769 if (!exists $chip->{logdev}) { 3770 print "\n (no support yet)\n"; 3771 return 0; 3768 3772 } 3769 3773
