Changeset 5283

Show
Ignore:
Timestamp:
06/15/08 10:43:37 (5 months ago)
Author:
khali
Message:

Fix Analog Devices ADT7461 detection.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/CHANGES

    r5277 r5283  
    2626                          Add Dallas DS1631 detection 
    2727                          Fix Andigilog aSC7621 support 
     28                          Fix Analog Devices ADT7461 support 
    2829 
    29302.10.6 "Welcome Home Lina" (20080306) 
  • lm-sensors/trunk/prog/detect/sensors-detect

    r5277 r5283  
    39893989    return if $rate > 0x0a; 
    39903990    return if $mid != 0x41;     # Analog Devices 
    3991     return 8 if $cid == 0x61;   # ADT7461 
     3991    return 8 if $cid == 0x51;   # ADT7461 
    39923992  } 
    39933993  if ($chip == 6) {