[roll] Roll fuchsia [goldfish] Allow setting device props explicitly for pipe devices.

This change modified the existing Bind() interface for goldfish
Pipe devices, so that clients that creates Pipe devices could
specify the device props (VID, PID, DID) explicitly and drivers
could distinguish between different pipe devices.

We need this change to support other pipe drivers (like goldfish
sensor pipe) besides the existing goldfish graphics control pipe.

TEST=Change is no-op. all existing tests passed.
Original-Bug: 78205

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/540162
Original-Revision: 1859d89e988cf4d47a76e7479852cb651f9f0e17
GitOrigin-RevId: d5b2859ea506264a662a0cb06310da55b1d52fbf
Change-Id: I12456a5d04caa60f7f9bd50bafacde6b4b9b0a65
1 file changed
tree: f318fd954dc4d5bd7c3019dae1b37dd54c08f702
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
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.