Changeset 1194
- Timestamp:
- 09/29/01 21:02:51 (12 years ago)
- Location:
- lm-sensors/trunk
- Files:
-
- 2 modified
-
CHANGES (modified) (2 diffs)
-
prog/detect/sensors-detect (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/CHANGES
r1190 r1194 19 19 20 20 2.6.2 (2001????) 21 Chip Modules (all): malloc.h -> slab.h 21 22 Module fscpos: new (Fujitsu-Siemens Poseidon driver) 22 23 Module i2c-amd756: Improve busy handling/printk's … … 25 26 Program sensors-detect: Add ALI1535 detection, 26 27 add Intel 82443MX detection, 27 add Via VT8233 detection (no driver yet) 28 add Via VT8233 detection (no driver yet), 29 add ITE 8172G detection (driver in kernel 2.4.10) 28 30 29 31 2.6.1 (20010830) -
lm-sensors/trunk/prog/detect/sensors-detect
r1189 r1194 445 445 driver => "i2c-piix4", 446 446 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/ }, 447 455 } , 448 456 );
