Changeset 500 for lm-sensors/trunk/prog/detect/i2cdetect.c
- Timestamp:
- 07/21/99 11:35:40 (14 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/prog/detect/i2cdetect.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/prog/detect/i2cdetect.c
r496 r500 79 79 } 80 80 81 res = i2c_smbus_ read_byte(file);81 res = i2c_smbus_write_quick(file, I2C_SMBUS_WRITE); 82 82 if (res < 0) 83 83 printf("XX ");
