Changeset 2920
- Timestamp:
- 03/03/05 22:05:57 (4 years ago)
- Files:
-
- lm-sensors/trunk/etc/sensors.conf.eg (modified) (1 diff)
- lm-sensors/trunk/lib/chips.c (modified) (1 diff)
- lm-sensors/trunk/lib/chips.h (modified) (2 diffs)
- lm-sensors/trunk/prog/detect/sensors-detect (modified) (1 diff)
- lm-sensors/trunk/prog/sensors/main.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/etc/sensors.conf.eg
r2919 r2920 1785 1785 1786 1786 1787 chip "lm90-*" "adm1032-*" "lm86-*" "max6657-*" 1787 chip "lm90-*" "adm1032-*" "lm86-*" "max6657-*" "adt7461-*" 1788 1788 1789 1789 label temp1 "M/B Temp" lm-sensors/trunk/lib/chips.c
r2919 r2920 5350 5350 { SENSORS_LM86_PREFIX, lm90_features }, 5351 5351 { SENSORS_MAX6657_PREFIX, lm90_features }, 5352 { SENSORS_ADT7461_PREFIX, lm90_features }, 5352 5353 { SENSORS_LM63_PREFIX, lm63_features }, 5353 5354 { SENSORS_MAX1619_PREFIX, max1619_features }, lm-sensors/trunk/lib/chips.h
r2869 r2920 476 476 #define SENSORS_LM85_ZONE3_SMOOTH 101 /* RW -- zone3_smooth */ 477 477 478 /* LM86/LM89/LM90/LM99/ADM1032/MAX6657 chips */478 /* LM86/LM89/LM90/LM99/ADM1032/MAX6657/ADT7461 chips */ 479 479 480 480 #define SENSORS_LM90_PREFIX "lm90" … … 483 483 #define SENSORS_LM86_PREFIX "lm86" 484 484 #define SENSORS_MAX6657_PREFIX "max6657" 485 #define SENSORS_ADT7461_PREFIX "adt7461" 485 486 486 487 #define SENSORS_LM90_LOCAL_TEMP 51 /* R */ lm-sensors/trunk/prog/detect/sensors-detect
r2912 r2920 1328 1328 { 1329 1329 name => "Analog Devices ADT7461", 1330 driver => " to-be-written",1330 driver => "lm90", 1331 1331 i2c_addrs => [0x4c], 1332 1332 i2c_detect => sub { lm90_detect 5, @_ }, lm-sensors/trunk/prog/sensors/main.c
r2887 r2920 394 394 { "lm86", print_lm90 }, 395 395 { "max6657", print_lm90 }, 396 { "adt7461", print_lm90 }, 396 397 { "lm63", print_lm63 }, 397 398 { "xeontemp", print_xeontemp },
