commit | bef8269ac1aa1bd4a7382c2cd31b46e7c45a3be2 | [log] [tgz] |
---|---|---|
author | Colin Nelson <colnnelson@fuchsia.infra.roller.google.com> | Mon Dec 04 19:30:39 2023 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Dec 04 11:31:57 2023 -0800 |
tree | 05cbc28b76dbd185282f953954eac394c4244c25 | |
parent | 72203cb3314112bf7807ee604847aced5b29c1e9 [diff] |
[roll] Roll fuchsia [ffx][usb_fastboot_discovery]: only emit for Devices in fastboot A usb interface can be discovered to be a candidate to be in fastboot mode but without actually being in fastboot mode _yet_. This is a race condition where the device is available on the bus but is the Target is not yet initialized and ready to accept Fastboot commands. Now introduce a checker trait to determine if the interface with the provided serial is actually running in fastboot mode or not. The trait is used for testing purposes but could be extended if need be. Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/953448 Original-Revision: bcc372383b70d12bce53bf6f79dba760f6b8e5d8 GitOrigin-RevId: 679eee1b9f9548641034df9f0469949698c4b70d Change-Id: I14f0201bef2f808ea520206f60fd024d5a8e638d
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
.