| commit | 16a969a3dc23cffea27f58edd92aa6f47f8857ce | [log] [tgz] |
|---|---|---|
| author | Simon Shields <simonshields@fuchsia.infra.roller.google.com> | Wed Sep 08 03:16:45 2021 +0000 |
| committer | Copybara-Service <copybara-worker@google.com> | Tue Sep 07 20:17:51 2021 -0700 |
| tree | 4d3e2e0224621b78a0fc62800126c2635bf71cf5 | |
| parent | 379de8c29d0ebef9108edbdfe6c7477f51d57d07 [diff] |
[roll] Roll fuchsia [driver_manager] Fix ALREADY_BOUND for drivers in index. If a driver is already bound to the device, MatchDevice() should fail. If there are no non-driver-index drivers that match, then no check for ALREADY_BOUND would occur, because the driver index code path doesn't have one. Fix this by adding a check that matches the check for non-driver-index drivers. The non-driver-index code path performs this check already, and other instances where MatchDeviceDriverIndex is called behave similarly. It seems only possible to hit this codepath when calling an explicit BindDevice(). Original-Bug: 84001 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/576021 Original-Revision: 4a3ead099e13bd3acbe1aa0a6ef2e7271ac3f837 GitOrigin-RevId: a1cdee5b8d7255b9282113ce8a67199dcef117b1 Change-Id: I95bd63c92950b619434aa63a6c4f9080417e8f71
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.