[roll] Roll fuchsia [usb] Refactor descriptor structs/macros out of usb.h

The usb.h file is SDK-incompatible. The only stuff SDK-built DFv2
drivers require are the static descriptor structs and struct support
macros. This refactors those out of usb.h into a new descriptors.h
file.

Original-Bug: b/352356253
Original-Bug: b/376724095
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1148335
Original-Revision: 002377b19e0ba4b1d156f478a38b3bed110e0cbd
GitOrigin-RevId: a10d6bf6166458332b29a3886b65bce29e200d61
Change-Id: Ide0b26a2ed54c9603dad76a22982db66b9e5ad3e
1 file changed
tree: 91c19324c0916daf0b82104999248fb4c7e1bf98
  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 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.