Changeset 5969
- Timestamp:
- 05/06/11 14:01:11 (2 years ago)
- Location:
- lm-sensors/branches/lm-sensors-2.10
- Files:
-
- 3 modified
-
CHANGES (modified) (1 diff)
-
prog/sensors/chips.c (modified) (1 diff)
-
prog/sensors/main.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/branches/lm-sensors-2.10/CHANGES
r5878 r5969 14 14 Program sensors: Fix a memory leak when a chip name is provided 15 15 Fix iconv-related build warning in set_degstr 16 Properly support Maxim MAX6650 and MAX6651 16 17 Program sensors-detect: Fix detection of older DS1621 17 18 Rename the modprobe config file to lm_sensors.conf -
lm-sensors/branches/lm-sensors-2.10/prog/sensors/chips.c
r5342 r5969 5444 5444 printf("%4.0f RPM\n", tach); 5445 5445 } 5446 } else5447 printf("ERROR: Can't get %s data!\n", tach_list[i].name);5446 } 5447 /* Keep silent on error, MAX6650 has no fan2-fan4 */ 5448 5448 5449 5449 free(label); -
lm-sensors/branches/lm-sensors-2.10/prog/sensors/main.c
r5802 r5969 437 437 { "xeontemp", print_xeontemp }, 438 438 { "max6650", print_max6650 }, 439 { "max6651", print_max6650 }, 439 440 { "asb100", print_asb100 }, 440 441 { "adm1029", print_adm1029 },
