Skip to content
Snippets Groups Projects
Commit fa483b2c authored by Bin Meng's avatar Bin Meng Committed by Marek Vasut
Browse files

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: default avatarBin Meng <bmeng.cn@gmail.com>
parent f51966bf
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment