Changeset 1210

Show
Ignore:
Timestamp:
10/22/01 03:42:53 (12 years ago)
Author:
mds
Message:

add it87 i2c detection. No alias function yet.

Location:
lm-sensors/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/CHANGES

    r1209 r1210  
    3434  Program mkpatch.pl: Add support for i2c-ali1535, adm1024, ds1621, 
    3535                      fscpos, it87, maxilife, mtp008 
    36   Program sensors-detect: Add ALI1535, Via VT8233, 
     36  Program sensors-detect: Add ALI1535, Via VT8233, it87 (i2c), 
    3737                          Intel 82443MX and 82801CA/CAM detection,                       
    3838                          add ITE 8172G detection (driver in kernel 2.4.10) 
  • lm-sensors/trunk/prog/detect/sensors-detect

    r1197 r1210  
    724724       name => "ITE IT8705F / IT8712F / SiS 950", 
    725725       driver => "it87", 
     726       i2c_addrs => [0x20..0x2f], 
     727       i2c_detect => sub { ite_detect 0, @_ }, 
    726728       isa_addrs => [0x290], 
    727729       isa_detect => sub { ite_isa_detect 0, @_ },