[roll] Roll fuchsia [xhci] Fix issues with large size transfers

Transfer descriptor size can be more than 31 for large data transfers,
but needs to be set as 31 for anything above it. The physical buffers
can be more than 64KiB in which case it  needs to be split into different
TRBs as the max length per TRB is 64KiB. This CL fixes both of these
issues.

Original-Fixed: 107831, 122933
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/814410
Original-Revision: 8ed7b0ca4607da06adf61d50d5605dd79a37277c
GitOrigin-RevId: ba85fbafb259394f6b8f30b1ed3c4a3d64eb8af7
Change-Id: Iaeee0246808018e98a1e79a89bf3f46a851cf41c
1 file changed
tree: d9aee84bd5b37d2b926f3403260a66b57ee71920
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.