[roll] Roll fuchsia [starnix] ADB FunctionFS connects to fuchsia.hardware.usb

... and binds a sync proxy of UsbAdbImpl. Each read/write on the
output/input endpoints map to a single roundtrip of a Receive/QueueTx
FIDL call.

Additionally, FunctionFS
- uses uncached mode and creates its endpoints based on FunctionFsState
  and uses hardcoded inode numbers;
- resets state when the last control endpoint is closed;
- emits FunctionFS events through the control endpoint;

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/990247
Original-Revision: 23e12304c3c3b2291a4922ea446bc63bf9ed7d6e
GitOrigin-RevId: b5f694a9a20d3050215bea7669819b69ee213e96
Change-Id: I3e020ead4a682fc244709ff4872ef12695922d6c
1 file changed
tree: 9555312a7cf4f08f21f3e6ccd1a49d1170f71fcc
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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.