Changeset 5396

Show
Ignore:
Timestamp:
11/21/08 10:04:20 (4 years ago)
Author:
khali
Message:

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

Location:
lm-sensors/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/CHANGES

    r5389 r5396  
    3737                          Fix detection of Intel 5000 series FB-DIMM AMB 
    3838                          Fix detection of ADT7462 
     39                          Fix detection of SMSC LPC47M292 
     40                          Add SMSC LPC47M233 support 
    3941 
    40422.10.7 (20080701) 
  • lm-sensors/trunk/prog/detect/sensors-detect

    r5386 r5396  
    17031703      }, 
    17041704      { 
     1705        name => "SMSC LPC47M233 Super IO Sensors", 
     1706        driver => "to-be-written", 
     1707        devid => 0x6b80, 
     1708        devid_mask => 0xff80, 
     1709        logdev => 0x0a, 
     1710      }, 
     1711      { 
    17051712        name => "SMSC LPC47M292 Super IO Fan Sensors", 
    17061713        driver => "smsc47m1", 
    1707         devid => 0x6b, 
     1714        devid => 0x6b00, 
     1715        devid_mask => 0xff80, 
    17081716        logdev => 0x0a, 
    17091717      },