[devcoordinator] REVERT: Fix buggy composite device behavior
This reverts commit 75b35cea. Reason for revert: This CL is a suspect for the currently red fuchsia-roller; it fails the /boot/test/ddk/platform-bus-test test. Original change's description: > [devcoordinator] Fix buggy composite device behavior > > If a component was a device with MUST_ISOLATE set on it, we would try to > bind to the non-proxied side of it, which doesn't speak the device > protocols. > > Change-Id: I64eaccec5d51997f4374d0277b040a952f681667 TBR=teisenbe@google.com,abarth@google.com,jocelyndang@google.com Change-Id: Id9d48682336ea648599cfead60444c5074c4ae1e No-Presubmit: true No-Tree-Checks: true No-Try: true
Showing
- zircon/system/core/devmgr/devcoordinator/composite-device.cpp 1 addition, 7 deletions...on/system/core/devmgr/devcoordinator/composite-device.cpp
- zircon/system/core/devmgr/devcoordinator/coordinator.cpp 1 addition, 5 deletionszircon/system/core/devmgr/devcoordinator/coordinator.cpp
- zircon/system/dev/board/test/BUILD.gn 0 additions, 1 deletionzircon/system/dev/board/test/BUILD.gn
- zircon/system/dev/board/test/test-board.cpp 0 additions, 18 deletionszircon/system/dev/board/test/test-board.cpp
- zircon/system/dev/board/test/test/child-1.c 1 addition, 1 deletionzircon/system/dev/board/test/test/child-1.c
- zircon/system/dev/board/test/test/child-2.c 1 addition, 21 deletionszircon/system/dev/board/test/test/child-2.c
- zircon/system/dev/board/test/test/child-2.proxy.c 0 additions, 86 deletionszircon/system/dev/board/test/test/child-2.proxy.c
- zircon/system/dev/board/test/test/composite.c 0 additions, 7 deletionszircon/system/dev/board/test/test/composite.c
- zircon/system/ulib/ddk/include/ddk/platform-defs.h 0 additions, 1 deletionzircon/system/ulib/ddk/include/ddk/platform-defs.h
- zircon/system/utest/platform-bus/main.cpp 17 additions, 17 deletionszircon/system/utest/platform-bus/main.cpp
Loading
Please register or sign in to comment