Changeset 3477
- Timestamp:
- 07/03/00 19:32:08 (8 years ago)
- Files:
-
- i2c/trunk/doc/writing-clients (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
i2c/trunk/doc/writing-clients
r3422 r3477 396 396 Please substitute the things you need here! 397 397 For `sensors' drivers, add `! is_isa &&' to the if statement */ 398 if ( i2c_check_functionality(adapter,I2C_FUNC_SMBUS_WORD_DATA |398 if (!i2c_check_functionality(adapter,I2C_FUNC_SMBUS_WORD_DATA | 399 399 I2C_FUNC_SMBUS_WRITE_BYTE)) 400 400 goto ERROR0;
