Changeset 5303

Show
Ignore:
Timestamp:
07/14/08 20:25:46 (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/branches/lm-sensors-3.0.0/CHANGES

    r5302 r5303  
    1919                  Fix Winbond W83L786NR/NG/R/G support (#2336) 
    2020                  Add Maxim MAX6646/MAX6647/MAX6649 support 
     21                  Add VIA VT1212 support 
     22                  Add SMSC EMC2700LPC support 
    2123 
    22243.0.2 (2008-05-18) 
  • lm-sensors/branches/lm-sensors-3.0.0/prog/detect/sensors-detect

    r5300 r5303  
    16671667      }, 
    16681668      { 
     1669        name => "SMSC EMC2700LPC Super IO", 
     1670        # no datasheet 
     1671        devid => 0x67, 
     1672      }, 
     1673      { 
    16691674        name => "SMSC FDC37B72x Super IO", 
    16701675        driver => "not-a-sensor", 
     
    19071912        logdev => 0x0b, 
    19081913        alias_detect => sub { vt1211_alias_detect(@_); }, 
     1914      }, 
     1915      { 
     1916        name => "VIA VT1212 Super IO Lite",   # in 100 pin TQFP package 
     1917        driver => "not-a-sensor", 
     1918        devid => 0x3e, 
     1919      }, 
     1920      { 
     1921        name => "VIA VT1212 Super IO Lite",   # in 48 pin LQFP package 
     1922        driver => "not-a-sensor", 
     1923        devid => 0x3f, 
    19091924      }, 
    19101925      {