Changeset 5234
- Timestamp:
- 05/04/08 18:41:03 (3 months ago)
- Files:
-
- lm-sensors/trunk/CHANGES (modified) (1 diff)
- lm-sensors/trunk/prog/detect/sensors-detect (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/CHANGES
r5231 r5234 17 17 Add Asus F8000 detection 18 18 Add Intel ICH10 (bus) detection 19 Don't probe I2C addresses 0x40-0x47 19 20 20 21 2.10.6 "Welcome Home Lina" (20080306) lm-sensors/trunk/prog/detect/sensors-detect
r5233 r5234 1129 1129 name => "Maxim MAX6633/MAX6634/MAX6635", 1130 1130 driver => "lm92", 1131 i2c_addrs => [0x40..0x4f], 1131 i2c_addrs => [0x48..0x4f], # The MAX6633 can also use 0x40-0x47 but we 1132 # don't want to probe these addresses, it's 1133 # dangerous. 1132 1134 i2c_detect => sub { lm92_detect(2, @_); }, 1133 1135 },
