Show
Ignore:
Timestamp:
09/29/01 21:02:51 (12 years ago)
Author:
mds
Message:

add ITE 8172 detection (driver in kernel 2.4.10)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/prog/detect/sensors-detect

    r1189 r1194  
    445445       driver => "i2c-piix4", 
    446446       match => sub { $_[0] =~ /^SMBus PIIX4 adapter at / }, 
     447     } ,  
     448     {  
     449       vendid => 0x1283, 
     450       devid  => 0x8172, 
     451       func => 0, 
     452       procid => "ITE 8172G MIPS/SH4 Support Chip", 
     453       driver => "i2c-adap-ite", 
     454       match => sub { $_[0] =~ /^ITE IIC adapter/ }, 
    447455     } ,  
    448456);