Changeset 5352

Show
Ignore:
Timestamp:
10/02/08 13:42:47 (5 years ago)
Author:
khali
Message:

Fix detection of ADT7463 and LM96000.

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

    r5350 r5352  
    44SVN-HEAD 
    55  maxilife scripts: Delete (driver never ported to Linux 2.6) 
     6  sensors-detect: Fix detection of ADT7463 and LM96000 
    67 
    783.0.3 (2008-09-28) 
  • lm-sensors/branches/lm-sensors-3.0.0/prog/detect/sensors-detect

    r5337 r5352  
    45234523  } elsif ($chip == 1) { 
    45244524    return if $vendor != 0x01;  # National Semiconductor 
    4525     return if $verstep != 0x68; # LM96000 
     4525    return if $verstep != 0x68  # LM96000 
     4526           && $verstep != 0x69; # LM96000 
    45264527  } elsif ($chip == 2) { 
    45274528    return if $vendor != 0x41;  # Analog Devices 
     
    45294530  } elsif ($chip == 3) { 
    45304531    return if $vendor != 0x41;  # Analog Devices 
    4531     return if $verstep != 0x62; # ADT7463 
     4532    return if $verstep != 0x62  # ADT7463 
     4533           && $verstep != 0x6a; # ADT7463 C 
    45324534  } elsif ($chip == 4) { 
    45334535    return if $vendor != 0x5c;  # SMSC