Changeset 4753
- Timestamp:
- 09/04/07 18:51:54 (6 years ago)
- Location:
- lm-sensors/trunk
- Files:
-
- 2 modified
-
CHANGES (modified) (1 diff)
-
lib/chips.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/CHANGES
r4752 r4753 12 12 Fix magnitude of temperature offsets in Linux 2.6 13 13 Fix adm1026 critical temperature limits for Linux 2.6 14 Fix smsc47m192 temperature faults 14 15 Makefile: Fix kernel version detection (#2187) 15 16 Module fscher: Add missing read of control register (2.6 backport) -
lm-sensors/trunk/lib/chips.c
r4752 r4753 4834 4834 SENSORS_SMSC47M192_TEMP(3), NOMAP, R }, 4835 4835 NOSYSCTL, VALUE(1), 0 }, 4836 { { SENSORS_SMSC47M192_TEMP_FAULT(2), "temp2_ input_fault",4836 { { SENSORS_SMSC47M192_TEMP_FAULT(2), "temp2_fault", 4837 4837 SENSORS_SMSC47M192_TEMP(2), NOMAP, R }, 4838 NOSYSCTL, VALUE(1), 0 },4839 { { SENSORS_SMSC47M192_TEMP_FAULT(3), "temp3_ input_fault",4838 NOSYSCTL, VALUE(1), 0, "temp2_fault", 0, "temp2_input_fault" }, 4839 { { SENSORS_SMSC47M192_TEMP_FAULT(3), "temp3_fault", 4840 4840 SENSORS_SMSC47M192_TEMP(3), NOMAP, R }, 4841 NOSYSCTL, VALUE(1), 0 },4841 NOSYSCTL, VALUE(1), 0, "temp3_fault", 0, "temp3_input_fault" }, 4842 4842 { { SENSORS_SMSC47M192_VID, "vid", NOMAP, NOMAP, R }, 4843 4843 NOSYSCTL, VALUE(1), 3 },
