commit | 1922f5342aaaad8adc34f227155e34fa4a926fa4 | [log] [tgz] |
---|---|---|
author | Jerry Zhang <zhangjerry@google.com> | Tue May 15 16:20:41 2018 -0700 |
committer | Jerry Zhang <zhangjerry@google.com> | Tue Jul 17 11:53:30 2018 -0700 |
tree | 7ea2cb96b5ffe39acd4ff78f7e2db4d1bb4f5481 | |
parent | add886ce6135bab4b0e0f0f61e3a40be596332ce [diff] |
adb: Have device usb_handle return io size Previously, read and write would return 0 on success. Now it will return the number of bytes read/write. This is more consistent with other usb handles and is needed in order to handle partial packets (for fastbootd). Update usb_write in other usb handles to return amount written. Change transport_usb accordingly. Test: adb works Bug: 78793464 Change-Id: If07ff05fbc8120343f20661475d34f4e5ff805de