[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
1 file changed
tree: 05cbc28b76dbd185282f953954eac394c4244c25
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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 via the IRC channel #fuchsia on Freenode.

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.