Changeset 4213
- Timestamp:
- 10/15/06 12:38:28 (7 years ago)
- Location:
- lm-sensors/trunk
- Files:
-
- 3 modified
-
CHANGES (modified) (1 diff)
-
prog/detect/i2cdetect.8 (modified) (1 diff)
-
prog/detect/i2cdetect.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/CHANGES
r4212 r4213 9 9 Man page sensors.1: Update (option -c) and clean up 10 10 Module icspll: Delete. It was useless and dangerous. 11 Program i2cdetect: Make the output clearer 11 12 Program sensord: Add pc87247 support (fans only) 12 13 Program sensors: Add pc87247 support (fans only) -
lm-sensors/trunk/prog/detect/i2cdetect.8
r4212 r4213 35 35 Each cell in the output table will contain one of the following symbols: 36 36 .IP \(bu "\w'\(bu'u+1n" 37 " XX". The address was probed but no chip answered.37 "--". The address was probed but no chip answered. 38 38 .IP \(bu 39 39 "UU". Probing was skipped, because this address is currently in use by -
lm-sensors/trunk/prog/detect/i2cdetect.c
r4080 r4213 104 104 105 105 if (res < 0) 106 printf(" XX");106 printf("-- "); 107 107 else 108 108 printf("%02x ", i+j);
