commit | b2117739eda5174f7365e8918e708ac256797974 | [log] [tgz] |
---|---|---|
author | Channagoud Kadabi <ckadabi@codeaurora.org> | Wed Nov 05 16:59:27 2014 -0800 |
committer | Channagoud Kadabi <ckadabi@codeaurora.org> | Fri Nov 07 12:01:33 2014 -0800 |
tree | b94cf13f6dc7d322f37c1c8ae701fb03e1a0149a | |
parent | 2655256570b7c1c5af6d886735835eecb99f45f2 [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