Changeset 4412
- Timestamp:
- 05/25/07 09:35:00 (6 years ago)
- Location:
- lm-sensors/trunk
- Files:
-
- 5 modified
-
CHANGES (modified) (1 diff)
-
etc/sensors.conf.eg (modified) (1 diff)
-
lib/chips.c (modified) (1 diff)
-
lib/chips.h (modified) (2 diffs)
-
prog/sensors/main.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/CHANGES
r4410 r4412 19 19 Add dme1737 support 20 20 Add applesmc support 21 Add max6680 support 21 22 Program sensors-detect: Stop Super-I/O probe after first family success 22 23 Fix SMSC DME1737 detection -
lm-sensors/trunk/etc/sensors.conf.eg
r4355 r4412 1962 1962 1963 1963 1964 chip "lm90-*" "adm1032-*" "lm86-*" "max6657-*" "adt7461-*" 1964 chip "lm90-*" "adm1032-*" "lm86-*" "max6657-*" "adt7461-*" "max6680-*" 1965 1965 1966 1966 label temp1 "M/B Temp" -
lm-sensors/trunk/lib/chips.c
r4390 r4412 6192 6192 { SENSORS_MAX6657_PREFIX, lm90_features }, 6193 6193 { SENSORS_ADT7461_PREFIX, lm90_features }, 6194 { SENSORS_MAX6680_PREFIX, lm90_features }, 6194 6195 { SENSORS_LM63_PREFIX, lm63_features }, 6195 6196 { SENSORS_MAX1619_PREFIX, max1619_features }, -
lm-sensors/trunk/lib/chips.h
r4390 r4412 501 501 #define SENSORS_LM85_ZONE3_SMOOTH 101 /* RW -- zone3_smooth */ 502 502 503 /* LM86/LM89/LM90/LM99/ADM1032/MAX6657/ ADT7461 chips */503 /* LM86/LM89/LM90/LM99/ADM1032/MAX6657/MAX6680/ADT7461 chips */ 504 504 505 505 #define SENSORS_LM90_PREFIX "lm90" … … 509 509 #define SENSORS_MAX6657_PREFIX "max6657" 510 510 #define SENSORS_ADT7461_PREFIX "adt7461" 511 #define SENSORS_MAX6680_PREFIX "max6680" 511 512 512 513 #define SENSORS_LM90_LOCAL_TEMP 51 /* R */ -
lm-sensors/trunk/prog/sensors/main.c
r4390 r4412 408 408 { "max6657", print_lm90 }, 409 409 { "adt7461", print_lm90 }, 410 { "max6680", print_lm90 }, 410 411 { "lm63", print_lm63 }, 411 412 { "xeontemp", print_xeontemp },
