Changeset 6016
- Timestamp:
- 01/31/12 13:51:31 (4 months ago)
- Location:
- lm-sensors/trunk
- Files:
-
- 2 modified
-
CHANGES (modified) (1 diff)
-
prog/detect/sensors-detect (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/CHANGES
r6014 r6016 17 17 Add detection of National Semiconductor LM96163 18 18 Add detection of GMT G781 19 Properly handle Super-I/O chips without logical device 19 20 20 21 3.3.1 (2011-07-21) -
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
