Changeset 5405
- Timestamp:
- 11/23/08 16:24:50 (4 years ago)
- Location:
- lm-sensors/branches/lm-sensors-3.0.0
- Files:
-
- 2 modified
-
CHANGES (modified) (1 diff)
-
prog/detect/sensors-detect (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/branches/lm-sensors-3.0.0/CHANGES
r5402 r5405 17 17 Drop support for Linux 2.4 (#2325) 18 18 Handle special case chips more efficiently 19 Fix SMBus detection of W83627EHF and W83627DHG 19 20 20 21 3.0.3 (2008-09-28) -
lm-sensors/branches/lm-sensors-3.0.0/prog/detect/sensors-detect
r5404 r5405 4486 4486 return if $chip == 7 and $reg1 != 0x71; 4487 4487 return if $chip == 8 and $reg1 != 0x7a; 4488 return if $chip == 9 and $reg1 != 0xa1;4488 return if $chip == 9 and ($reg1 != 0x88 && $reg1 != 0xa1); 4489 4489 return if $chip == 10 and $reg1 != 0xc1; 4490 4490 # Default address is 0x2d
