Changeset 5304

Show
Ignore:
Timestamp:
07/14/08 20:29:21 (4 months ago)
Author:
khali
Message:

Add detection of VIA VT1212 and SMSC EMC2700LPC Super IOs.
Patch from Juerg Haefliger.

Files:

Legend:

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

    r5301 r5304  
    44SVN-HEAD 
    55  Library: Avoid namespace pollution 
    6    
     6  Program sensors-detect: Add VIA VT1212 support 
     7                          Add SMSC EMC2700LPC support 
    78 
    892.10.7 (20080701) 
  • lm-sensors/trunk/prog/detect/sensors-detect

    r5291 r5304  
    15991599      }, 
    16001600      { 
     1601        name => "SMSC EMC2700LPC Super IO", 
     1602        # no datasheet 
     1603        devid => 0x67, 
     1604      }, 
     1605      { 
    16011606        name => "SMSC FDC37B72x Super IO", 
    16021607        driver => "not-a-sensor", 
     
    18391844        logdev => 0x0b, 
    18401845        alias_detect => sub { vt1211_alias_detect(0, @_); }, 
     1846      }, 
     1847      { 
     1848        name => "VIA VT1212 Super IO Lite",   # in 100 pin TQFP package 
     1849        driver => "not-a-sensor", 
     1850        devid => 0x3e, 
     1851      }, 
     1852      { 
     1853        name => "VIA VT1212 Super IO Lite",   # in 48 pin LQFP package 
     1854        driver => "not-a-sensor", 
     1855        devid => 0x3f, 
    18411856      }, 
    18421857      {