Changeset 5564
- Timestamp:
- 12/13/08 19:51:53 (3 years 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
r5474 r5564 41 41 Add SMSC LPC47M233 support 42 42 Fix SMBus detection of W83627EHF and W83627DHG 43 Add Intel Core I7 support 43 44 44 45 2.10.7 (20080701) -
lm-sensors/trunk/prog/detect/sensors-detect
r5537 r5564 5545 5545 $probecpu->{'model'} == 15 || 5546 5546 $probecpu->{'model'} == 0x16 || 5547 $probecpu->{'model'} == 0x17)) { 5547 $probecpu->{'model'} == 0x17 || 5548 $probecpu->{'model'} == 0x1a)) { 5548 5549 return 9; 5549 5550 }
