Changeset 4734

Show
Ignore:
Timestamp:
08/31/07 16:07:15 (6 years ago)
Author:
khali
Message:

Add support for the Intel Tolapai SMBus controller. Patch from Jason Gaston.

Location:
lm-sensors/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/CHANGES

    r4727 r4734  
    1313                          Add Winbond W83L786NR/NG/R/G detection 
    1414                          Add Winbond W83L771W/G detection 
     15                          Add Intel Tolapai SMBus detection 
    1516 
    1617 
  • lm-sensors/trunk/prog/detect/sensors-detect

    r4664 r4734  
    167167       driver => "i2c-i801", 
    168168       match => qr/^SMBus I801 adapter at [0-9a-f]{4}/, 
    169      },  
     169     }, 
     170     {  
     171       vendid => 0x8086, 
     172       devid  => 0x5032, 
     173       procid => "Intel Tolapai", 
     174       driver => "i2c-i801", 
     175       match => qr/^SMBus I801 adapter at [0-9a-f]{4}/, 
     176     },   
    170177     {  
    171178       vendid => 0x1106,