Changeset 1210
- Timestamp:
- 10/22/01 03:42:53 (12 years ago)
- Location:
- lm-sensors/trunk
- Files:
-
- 2 modified
-
CHANGES (modified) (1 diff)
-
prog/detect/sensors-detect (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/CHANGES
r1209 r1210 34 34 Program mkpatch.pl: Add support for i2c-ali1535, adm1024, ds1621, 35 35 fscpos, it87, maxilife, mtp008 36 Program sensors-detect: Add ALI1535, Via VT8233, 36 Program sensors-detect: Add ALI1535, Via VT8233, it87 (i2c), 37 37 Intel 82443MX and 82801CA/CAM detection, 38 38 add ITE 8172G detection (driver in kernel 2.4.10) -
lm-sensors/trunk/prog/detect/sensors-detect
r1197 r1210 724 724 name => "ITE IT8705F / IT8712F / SiS 950", 725 725 driver => "it87", 726 i2c_addrs => [0x20..0x2f], 727 i2c_detect => sub { ite_detect 0, @_ }, 726 728 isa_addrs => [0x290], 727 729 isa_detect => sub { ite_isa_detect 0, @_ },
