- Timestamp:
- 11/27/07 12:37:26 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/branches/lm-sensors-3.0.0/prog/detect/sensors-detect
r5048 r5051 5450 5450 ($probecpu->{'model'} == 14 || 5451 5451 $probecpu->{'model'} == 15 || 5452 $probecpu->{'model'} == 16 ||5453 $probecpu->{'model'} == 17)) {5452 $probecpu->{'model'} == 0x16 || 5453 $probecpu->{'model'} == 0x17)) { 5454 5454 return 9; 5455 5455 }
