Changeset 5395

Show
Ignore:
Timestamp:
11/21/08 09:52:40 (5 years ago)
Author:
khali
Message:

Fix detection of SMSC LPC47M292. Add detection of SMSC LPC47M233.

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

    r5383 r5395  
    1313                  Fix detection of Intel 5000 series FB-DIMM AMB 
    1414                  Fix detection of ADT7462 
     15                  Fix detection of SMSC LPC47M292 
     16                  Add SMSC LPC47M233 support 
    1517 
    16183.0.3 (2008-09-28) 
  • lm-sensors/branches/lm-sensors-3.0.0/prog/detect/sensors-detect

    r5387 r5395  
    17701770      }, 
    17711771      { 
     1772        name => "SMSC LPC47M233 Super IO Sensors", 
     1773        driver => "smsc47m1", 
     1774        devid => 0x6b80, 
     1775        devid_mask => 0xff80, 
     1776        logdev => 0x0a, 
     1777      }, 
     1778      { 
    17721779        name => "SMSC LPC47M292 Super IO Fan Sensors", 
    17731780        driver => "smsc47m1", 
    1774         devid => 0x6b, 
     1781        devid => 0x6b00, 
     1782        devid_mask => 0xff80, 
    17751783        logdev => 0x0a, 
    17761784      },