[roll] Roll fuchsia [devfs] Cleaning up devfs class names

Cleaning up how devfs verifies class names
so devfs does not have to depend on protodefs.h.
Devfs now just maintains an internal list of the
directories that should be pre-populated, and allows
drivers to add class names on the fly.

Original-Bug: 342232656

Testing: updated relevant devfs test.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1190196
Original-Revision: 433586c940848299f75910509fc28d56f4b29f23
GitOrigin-RevId: 8149816fa771ae1c9880a5a914e6df6e8ed24a1f
Change-Id: Ica5d982b5fc0d2dc78abf18c8135cca68683c5e0
1 file changed
tree: 0aa04f1e9a52533e9ca8d4bc4e2e644e64e22ff3
  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.