diff options
author | Mathias Nyman <[email protected]> | 2014-06-24 17:14:41 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2014-06-24 12:29:35 -0400 |
commit | 3213b151387df0b95f4eada104f68eb1c1409cb3 (patch) | |
tree | b3d40f9c3cb344411e47c35d94b34f37bb6e0012 /net/unix/af_unix.c | |
parent | 6fcfb0d682a8212d321a6131adc94daf0905992a (diff) |
xhci: correct burst count field for isoc transfers on 1.0 xhci hosts
The transfer burst count (TBC) field in xhci 1.0 hosts should be set
to the number of bursts needed to transfer all packets in a isoc TD.
Supported values are 0-2 (1 to 3 bursts per service interval).
Formula for TBC calculation is given in xhci spec section 4.11.2.3:
TBC = roundup( Transfer Descriptor Packet Count / Max Burst Size +1 ) - 1
This patch should be applied to stable kernels since 3.0 that contain
the commit 5cd43e33b9519143f06f507dd7cbee6b7a621885
"xhci 1.0: Set transfer burst count field."
Cc: [email protected] # 3.0
Suggested-by: ShiChun Ma <[email protected]>
Signed-off-by: Mathias Nyman <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions