Changeset 4789
- Timestamp:
- 09/06/07 11:09:35 (6 years ago)
- Location:
- lm-sensors/trunk
- Files:
-
- 4 modified
-
CHANGES (modified) (2 diffs)
-
lib/chips.c (modified) (1 diff)
-
lib/chips.h (modified) (1 diff)
-
prog/sensors/main.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/CHANGES
r4753 r4789 13 13 Fix adm1026 critical temperature limits for Linux 2.6 14 14 Fix smsc47m192 temperature faults 15 Add sch311x support 15 16 Makefile: Fix kernel version detection (#2187) 16 17 Module fscher: Add missing read of control register (2.6 backport) … … 18 19 Module lm93: Fix an array overrun (2.6 backport) 19 20 Program sensors: Fix a memory leak on error (with -u) 21 Add sch311x support 20 22 Program sensors-detect: Don't probe i2c-isa as a regular i2c bus 21 23 Add Winbond W83L786NR/NG/R/G detection -
lm-sensors/trunk/lib/chips.c
r4753 r4789 6321 6321 { SENSORS_CORETEMP_PREFIX, coretemp_features }, 6322 6322 { SENSORS_DME1737_PREFIX, dme1737_features }, 6323 { SENSORS_SCH311X_PREFIX, dme1737_features }, 6323 6324 { SENSORS_APPLESMC_PREFIX, applesmc_features }, 6324 6325 { SENSORS_F71882FG_PREFIX, f71882fg_features }, -
lm-sensors/trunk/lib/chips.h
r4754 r4789 2275 2275 #define SENSORS_CORETEMP_TEMP1_CRIT_ALARM 0x03 /* R */ 2276 2276 2277 /* DME1737 */2277 /* DME1737 chips */ 2278 2278 2279 2279 #define SENSORS_DME1737_PREFIX "dme1737" 2280 #define SENSORS_SCH311X_PREFIX "sch311x" 2280 2281 2281 2282 /* in n from 0 to 6 */ -
lm-sensors/trunk/prog/sensors/main.c
r4707 r4789 425 425 { "coretemp", print_coretemp }, 426 426 { "dme1737", print_dme1737 }, 427 { "sch311x", print_dme1737 }, 427 428 { "applesmc", print_applesmc }, 428 429 { "f71882fg", print_f71882fg },
