commit | 2e302ecd0aa0526295fc9742dab727278077a0d6 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Jul 22 15:59:06 2015 -0700 |
committer | Elliott Hughes <enh@google.com> | Wed Jul 22 15:59:06 2015 -0700 |
tree | 932ff438f91e40b62e63e2aee48d8e04c5245334 | |
parent | d9b84e50481e70a543264f8199b38696533bf5f9 [diff] |
Don't limit Windows USB reads. In a1c60c0597f8f978fd6568c19fb90993592e031d we removed the code that broke Linux USB reads into 4KiB chunks. This patch does the same for Windows. This improves Windows "adb pull" speeds 6x in my VM. (There was no equivalent problem with writes, so this change only affects pull speeds.) Change-Id: If19013e5f51975f4824bf9147b7b76cebd305b96