Reland "Reland "[driver_manager] Hang composite devices off parent""

This reverts commit fcbd029622473b6f9882cd78903d50c651709349.

Reason for revert: fixing bringup.vim3-debug.

Original change's description:
> Revert "Reland "[driver_manager] Hang composite devices off parent""
>
> This reverts commit 71eb8951dccb88bf8e9588273961ed12f4f24aa7.
>
> Reason for revert: still failing device-enumeration-test on bringup.vim3-debug: go/bbid/8800360439027686833
>
> Original change's description:
> > Reland "[driver_manager] Hang composite devices off parent"
> >
> > This reverts commit 241bd1d5d6648ac39574614c475227201ea89eca.
> >
> > Reason for revert: fixing core.sherlock-debug and bringup.vim3-debug by
> > matching on topological path suffixes rather than exactly.
> >
> > Original change's description:
> > > Revert "[driver_manager] Hang composite devices off parent"
> > >
> > > This reverts commit 7f184779e7866768ca1d1017e25a9d1b29975e9e.
> > >
> > > Reason for revert: broke core.sherlock-debug and probably bringup.vim3-debug e.g. go/bbid/8800408311228793153
> > >
> > > Original change's description:
> > > > [driver_manager] Hang composite devices off parent
> > > >
> > > > Disable `BreakStringLiterals` in .clang-format to prevent the new device
> > > > paths (which are very long) from spanning multiple lines, which is hard
> > > > to read.
> > > >
> > > > RELNOTES: Composite devices now appear in /dev/ as children of their
> > > > primary parent device, rather than at the top level.
> > > >
> > > > Bug: 110922
> > > > Change-Id: I738b3cb2541bad7d00d5c9c8ee9c85f2dcad5ffd
> > > > Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/732867
> > > > Reviewed-by: David Gilhooley <dgilhooley@google.com>
> > > > Commit-Queue: Auto-Submit <auto-submit@fuchsia-infra.iam.gserviceaccount.com>
> > > > Fuchsia-Auto-Submit: Tamir Duberstein <tamird@google.com>
> > >
> > > Bug: 110922
> > > Change-Id: I522965cf30d999e027f7b8f7af0b1cf8eb4b6054
> > > No-Presubmit: true
> > > No-Tree-Checks: true
> > > No-Try: true
> > > Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/740423
> > > Reviewed-by: RubberStamper 🤖 <android-build-ayeaye@system.gserviceaccount.com>
> > > Commit-Queue: Drew Fisher <zarvox@google.com>
> >
> > Bug: 110922
> > Change-Id: I05c43d94e1726d33cf1d2b277a70dcfd1436d950
> > Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/740443
> > Commit-Queue: Auto-Submit <auto-submit@fuchsia-infra.iam.gserviceaccount.com>
> > Reviewed-by: Drew Fisher <zarvox@google.com>
> > Reviewed-by: Bruno Dal Bo <brunodalbo@google.com>
> > Fuchsia-Auto-Submit: Tamir Duberstein <tamird@google.com>
>
> Bug: 110922
> Change-Id: Idfbfb218062929f06932e7a6fc5a224104c9e86b
> No-Presubmit: true
> No-Tree-Checks: true
> No-Try: true
> Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/740966
> Commit-Queue: Drew Fisher <zarvox@google.com>
> Reviewed-by: RubberStamper 🤖 <android-build-ayeaye@system.gserviceaccount.com>

Bug: 110922
Change-Id: Ie719f73c3875ec1a9684d36e7f029ac1cc808396
Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/740687
Reviewed-by: David Gilhooley <dgilhooley@google.com>
Commit-Queue: Auto-Submit <auto-submit@fuchsia-infra.iam.gserviceaccount.com>
Fuchsia-Auto-Submit: Tamir Duberstein <tamird@google.com>
17 files changed
tree: 345b5a6b4a0a0f1ff8f7e189a7f8581d4b6bb221
  1. boards/
  2. build/
  3. bundles/
  4. docs/
  5. examples/
  6. products/
  7. scripts/
  8. sdk/
  9. src/
  10. third_party/
  11. tools/
  12. zircon/
  13. .clang-format
  14. .clang-tidy
  15. .editorconfig
  16. .git-blame-ignore-revs
  17. .gitattributes
  18. .gitignore
  19. .gn
  20. .style.yapf
  21. analysis_options.yaml
  22. AUTHORS
  23. BUILD.gn
  24. CODE_OF_CONDUCT.md
  25. CONTRIBUTING.md
  26. LICENSE
  27. OWNERS
  28. PATENTS
  29. pyrightconfig.json
  30. README.md
  31. rustfmt.toml
README.md

Fuchsia

What is Fuchsia?

Fuchsia is an open source, general purpose operating system supporting modern 64-bit Intel and ARM processors.

We expect everyone interacting with our project to respect our code of conduct.

Read more about Fuchsia's principles.

How can I build and run Fuchsia?

See Getting Started.

Where can I learn more about Fuchsia?

See fuchsia.dev.