commit | bdedd2a162dcc072480fa42044efe74d4889c562 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Mon Sep 18 06:40:48 2017 -0700 |
committer | Marek Vasut <marex@denx.de> | Sun Oct 01 16:32:54 2017 +0200 |
tree | 3191c9474075f10efc94c2f308f803da55796f6b | |
parent | 87033f021a395654c330eee55ea097b7d44ae4ce [diff] |
usb: xhci: Program max burst size for endpoint The 'Max Burst Size' indicates to the xHC the maximum number of consecutive USB transactions that should be executed per scheduling opportunity. This is a “zero-based” value, where 0 to 15 represents burst sizes of 1 to 16, but at present this is always set to zero. Let's program the required value according to real needs. Signed-off-by: Bin Meng <bmeng.cn@gmail.com>