Changeset 5405

Show
Ignore:
Timestamp:
11/23/08 16:24:50 (4 years ago)
Author:
khali
Message:

Fix SMBus detection of early W83627EHF chips.

Location:
lm-sensors/branches/lm-sensors-3.0.0
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/branches/lm-sensors-3.0.0/CHANGES

    r5402 r5405  
    1717                  Drop support for Linux 2.4 (#2325) 
    1818                  Handle special case chips more efficiently 
     19                  Fix SMBus detection of W83627EHF and W83627DHG 
    1920 
    20213.0.3 (2008-09-28) 
  • lm-sensors/branches/lm-sensors-3.0.0/prog/detect/sensors-detect

    r5404 r5405  
    44864486  return if $chip == 7 and  $reg1 != 0x71; 
    44874487  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); 
    44894489  return if $chip == 10 and  $reg1 != 0xc1; 
    44904490  # Default address is 0x2d