Skip to content

Commit a576512

Browse files
JohnAZoidbergwsakernel
authored andcommitted
Documentation/i2c: SMBus start signal is S not A
Just like all other I2C/SMBus commands, the start signal for the SMBus Quick Command is S, not A. Fixes: 1da177e ("Linux-2.6.12-rc2") Signed-off-by: Daniel Schaefer <[email protected]> Signed-off-by: Wolfram Sang <[email protected]>
1 parent 390fd04 commit a576512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/i2c/smbus-protocol.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ SMBus Quick Command
5757

5858
This sends a single bit to the device, at the place of the Rd/Wr bit::
5959

60-
A Addr Rd/Wr [A] P
60+
S Addr Rd/Wr [A] P
6161

6262
Functionality flag: I2C_FUNC_SMBUS_QUICK
6363

0 commit comments

Comments
 (0)