[roll] Roll fuchsia [usb] Omit client templating in usb::Request

The usb::Request type's Queuing methods are templated to accept either a
ddk::UsbProtocolClient (host-side) or ddk::UsbFunctionProtocolClient
(peripheral-side). Since the peripheral side no longer uses banjo, the
templating is removed and only accepts a ddk::UsbProtocolClient.

Original-Original-Bug: 437410194
Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1604383
Original-Original-Revision: 0fddc1992c6d96d07bccd28c36fb3226db5b25fc
GitOrigin-RevId: d898970d6ad68353d91814936f0d09da57b17b04
Change-Id: Id9845f8d077eafc96acd6495c9434dde044be900
Reviewed-on: https://fuchsia-review.googlesource.com/c/integration/+/1610809
Cr-Commit-Position: refs/heads/main@{#192578}
1 file changed
tree: 41c3e39c3a4cde8d71562d9a0bc01e9970229cc7
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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.