Changeset 6057

Show
Ignore:
Timestamp:
06/01/12 17:47:27 (12 months ago)
Author:
groeck
Message:

sensors-detect: Add detection of SMSC LPC47N217 and SIO10N268

Location:
lm-sensors/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/CHANGES

    r6056 r6057  
    88                  Avoid probing EDID addresses on graphics cards (#2386) 
    99                  Add detection of NCT6779D and NCT6102D/NCT6106D 
     10                  Add detection of SMSC LPC47N217 and SIO10N268 
    1011 
    11123.3.2 (2012-03-14) 
  • lm-sensors/trunk/prog/detect/sensors-detect

    r6056 r6057  
    19051905                devid => 0x28, 
    19061906        }, { 
     1907                name => "SMSC LPC47N217 Super IO", 
     1908                driver => "not-a-sensor", 
     1909                devid => 0x7a, 
     1910        }, { 
    19071911                name => "SMSC LPC47N227 Super IO", 
    19081912                driver => "not-a-sensor", 
     
    19121916                driver => "not-a-sensor", 
    19131917                devid => 0x13, 
     1918        }, { 
     1919                name => "SMSC SIO10N268 Notebook IO", 
     1920                driver => "not-a-sensor", 
     1921                devid => 0x5b, 
    19141922        } 
    19151923);