From 36da715f2f18adc02c7cd1b1d1a858d9f42103ae Mon Sep 17 00:00:00 2001 From: Derrick Bonafilia Date: Mon, 6 Jul 2015 10:19:28 -0700 Subject: [PATCH] Fixed a documentation error in protocol.txt Prior to the documentation told users to pass 0 in as the first argument to write messages, when they should be outting in their local-id. It is now corrected. Change-Id: Ia2c6c84f95383baa5ca471493a29a39e5173b604 Signed-off-by: Derrick Bonafilia --- adb/protocol.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adb/protocol.txt b/adb/protocol.txt index c9d3c2408..333e7e7d8 100644 --- a/adb/protocol.txt +++ b/adb/protocol.txt @@ -133,7 +133,7 @@ not change on later READY messages sent to the same stream. ---- WRITE(0, remote-id, "data") ---------------------------------------- +--- WRITE(local-id, remote-id, "data") --------------------------------- The WRITE message sends data to the recipient's stream identified by remote-id. The payload MUST be <= maxdata in length.