Changeset 3400 for i2c/trunk/doc/proc-interface
- Timestamp:
- 10/11/99 23:18:31 (9 years ago)
- Files:
-
- i2c/trunk/doc/proc-interface (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
i2c/trunk/doc/proc-interface
r3377 r3400 24 24 i2c at all. Possible values in here are "i2c", "smbus", "i2c/smbus" 25 25 and "dummy". Because the SMBus protocol can be fully emulated by i2c 26 adapters, you should never see "i2c" here, but instead "i2c/smbus". 26 adapters, if you see "i2c" here, SMBus is supported too. There may 27 be some future adapters which support both specific SMBus commands and 28 general I2C, and they will display "i2c/smbus". 27 29 28 30 The third and fourth column are respectively the algorithm and adapter
