commit | ee5451f45b19c8960985bb0e48e0c33464489207 | [log] [tgz] |
---|---|---|
author | Channagoud Kadabi <ckadabi@codeaurora.org> | Wed Nov 05 16:59:27 2014 -0800 |
committer | Lars Greiss <kufikugel@googlemail.com> | Sun Dec 07 17:43:19 2014 +0100 |
tree | 277b95e458ed8ae5074f7773f9ccb5ce4d73edbf | |
parent | 1c175757b3efb81f754c7be68d8c24f758e2ea2d [diff] |
system: core: fastboot: Increase USB protocol buffer size to 1024 With USB3.0 SS support the max packet size supported by USB protocol is 1024 bytes. When connected to a USB device in SuperSpeed, if only 512 bytes are sent at a time the device would interpret each transfer as a short packet and slows down overall throughput. To accommodate for SuperSpeed USB bulk endpoints, increase the buffer size to 1024. Change-Id: I4f447fe38045bc0008e2d6dd3f36c2d6819d6c15