commit | 08b678c0299153e4843e637ed29d5404dae54b4f | [log] [tgz] |
---|---|---|
author | Philip P. Moltmann <moltmann@google.com> | Tue Oct 18 17:43:37 2016 -0700 |
committer | Philip P. Moltmann <moltmann@google.com> | Thu Oct 27 10:25:40 2016 -0700 |
tree | 6a8f42ff10ae69b76b7ca8c8ccebdf568daac09b | |
parent | 411f8215fcfccaa57a2f5b88918a55b20ef9e9a5 [diff] |
Correctly use ByteBuffer in UsbRequest Meaning: Read/Write to correct area in buffer, set position correectly. - Create a new method UsbRequest#enqueue that has correct behavior, deprecate UsbRequest#queue. - Move all description of the weird (legacy) UsbRequest#queue behavior to this method. Change-Id: Ibeed400b4ad2aa9d005ace345c7895a3dc4ba1ad Fixes: 31050148 Test: Submitted alongside