[roll] Roll fuchsia [ffx][usb_fastboot_discovery]: support additional products

Allow users to define custom products for determining if a USB Device is
a valid Fastboot target.

This is done with config value:

fastboot.usb_discovery.additional_products

This is an array of u16's

For example if you wanted to add a product with id 10 to
the list of valid fastboot products to discover, you would
run:

ffx config add fastboot.usb_discovery.additional_products 10

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/979196
Original-Revision: 355ab9f0a1a2ebe438de8a9acb899037c1706a9e
GitOrigin-RevId: 94fe59e9de4eeed3d9fde7bda5a6fa6607850bdf
Change-Id: Idfcffbe4514807cfdfa4d9ef6e2876014f5d28da
1 file changed
tree: 73f714c8da379730d3276439bb9feb64759d59b1
  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.