Changeset 5914 for lm-sensors/trunk/prog/detect
- Timestamp:
- 02/09/11 17:44:23 (16 months ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/prog/detect/sensors-detect (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/prog/detect/sensors-detect
r5910 r5914 966 966 name => "Texas Instruments TMP421", 967 967 driver => "tmp421", 968 i2c_addrs => [0x 2a, 0x4c..0x4f], # 0x1c-0x1f not probed.968 i2c_addrs => [0x1c..0x1f, 0x2a, 0x4c..0x4f], 969 969 i2c_detect => sub { tmp42x_detect(@_, 0); }, 970 970 }, {
