Changeset 4316
- Timestamp:
- 02/04/07 21:54:02 (6 years ago)
- Location:
- lm-sensors/trunk
- Files:
-
- 4 modified
-
CHANGES (modified) (1 diff)
-
prog/detect/i2cdetect.c (modified) (1 diff)
-
prog/dump/i2cdump.c (modified) (1 diff)
-
prog/dump/isadump.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/CHANGES
r4315 r4316 4 4 SVN HEAD 5 5 Man page i2cdetect.8: Scanning range can be restricted 6 Programs i2cdetect, i2cdump, isadump: Flush output in real time 6 7 Program sensors-detect: Only probe relevant I2C addresses 7 8 Drop ARP-capable device detection -
lm-sensors/trunk/prog/detect/i2cdetect.c
r4230 r4316 62 62 printf("%02x: ", i); 63 63 for(j = 0; j < 16; j++) { 64 fflush(stdout); 65 64 66 /* Skip unwanted addresses */ 65 67 if (i+j < first || i+j > last) { -
lm-sensors/trunk/prog/dump/i2cdump.c
r4256 r4316 346 346 printf("%02x: ", i); 347 347 for (j = 0; j < 16; j++) { 348 fflush(stdout); 348 349 if (size == I2C_SMBUS_BYTE_DATA) { 349 350 block[i+j] = res = -
lm-sensors/trunk/prog/dump/isadump.c
r4256 r4316 299 299 300 300 for (j = 0; j < 16; j++) { 301 fflush(stdout); 301 302 if (flat) { 302 303 res = inb(addrreg + i + j);
