[roll] Roll fuchsia [usb_bulk] switch to using URBs and in parallel

Take some inspiration from the Android usb linux crate and instead of
using a single usb bulk request to transfer, manage two URBs
consectutively.

This also attempts to shorten the writes in the event we get an ENOMEM
response from ioctl.

Review source: https://android-review.googlesource.com/c/platform/system/core/+/2953831

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1265266
Original-Revision: 1b667c29095f678dcc28df54f53378f6ce1e54cb
GitOrigin-RevId: 009edddd6559519479afc5cf0253e5d661f02b08
Change-Id: Ieb8cdf9f7f2acc439fcb5164053d651f3b52acff
1 file changed
tree: 0b27b044a5d5d40f7bbbfe8398684b4eb2a16ba0
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
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 in one of the communication channels documented at get involved.

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.