summaryrefslogtreecommitdiff
path: root/extra/i2c_pseudo
diff options
context:
space:
mode:
authorMatthew Blecker <matthewb@google.com>2020-01-10 11:48:12 -0800
committerCommit Bot <commit-bot@chromium.org>2020-01-11 00:00:33 +0000
commite762dafc04bbc25cd66830d880a27131e72ceff5 (patch)
tree78fd0f9a98e75d719cc29d70668e44dfef2fb148 /extra/i2c_pseudo
parent3c39cb2c2b5dfbe9294d38993cbe0837437ca9ee (diff)
downloadchrome-ec-e762dafc04bbc25cd66830d880a27131e72ceff5.tar.gz
i2c-pseudo: Fix data byte separator in multi-byte I2C_XFER_REPLY example.
BRANCH=none BUG=none TEST=none Change-Id: Ibe34f5cb4e0dfe3a2aed70dec9de12d4b064ca89 Signed-off-by: Matthew Blecker <matthewb@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1995607 Reviewed-by: Harry Cutts <hcutts@chromium.org> Commit-Queue: Harry Cutts <hcutts@chromium.org>
Diffstat (limited to 'extra/i2c_pseudo')
-rw-r--r--extra/i2c_pseudo/Documentation.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/i2c_pseudo/Documentation.txt b/extra/i2c_pseudo/Documentation.txt
index 3c41057915..fe47fd7178 100644
--- a/extra/i2c_pseudo/Documentation.txt
+++ b/extra/i2c_pseudo/Documentation.txt
@@ -193,7 +193,7 @@ adapters, even when adapter numbers have been reused.
Write Command: I2C_XFER_REPLY <xfer_id> <msg_id> <addr> <flags> <errno> [<read_byte>[:...]]
Example: "I2C_XFER_REPLY 3 0 0x0070 0x0000 0\n"
-Example: "I2C_XFER_REPLY 3 1 0x0070 0x0001 0 0B 29 02 D9\n"
+Example: "I2C_XFER_REPLY 3 1 0x0070 0x0001 0 0B:29:02:D9\n"
Details: This is how a pseudo controller can reply to I2C_XFER_REQ. Only valid
after I2C_XFER_REQ. A pseudo controller should write one of these for each