Changeset 5406
- Timestamp:
- 11/23/08 16:27:00 (4 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
r5396 r5406 39 39 Fix detection of SMSC LPC47M292 40 40 Add SMSC LPC47M233 support 41 Fix SMBus detection of W83627EHF and W83627DHG 41 42 42 43 2.10.7 (20080701) -
lm-sensors/trunk/prog/detect/sensors-detect
r5398 r5406 4483 4483 return if $chip == 7 and $reg1 != 0x71; 4484 4484 return if $chip == 8 and $reg1 != 0x7a; 4485 return if $chip == 9 and $reg1 != 0xa1;4486 return if $chip == 10 and $reg1 != 0x a2;4485 return if $chip == 9 and ($reg1 != 0x88 && $reg1 != 0xa1); 4486 return if $chip == 10 and $reg1 != 0xc1; 4487 4487 # Default address is 0x2d 4488 4488 @res = ($addr != 0x2d) ? (7) : (8);
