[roll] Roll fuchsia [input] Route capability to buttons driver

We want to route the capability from #scene_manager to #buttons. The
component topology reflected in this routing is as follows:

              root
             /    \
         #core  #bootstrap
           /         \
         #ui     #boot-drivers
         /              \
  #scene_manager      #buttons

Original-Fixed: 343990141
Test: manual test shows that pressing a button no longer emits the
warning about the missing protocol; it also wakes the system (when
locally modified to suspend more aggressively)

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1099376
Original-Revision: 984a864c48611dcf57ec58e0c31c831e303dfad9
GitOrigin-RevId: c6eed767442d75d5d3c6fed0b09a2e92c917295b
Change-Id: I06efa5beb88d85cf3f5c3ccef5177911bc33be75
1 file changed
tree: d32f2a9ebf44abbf4cdf37c8f8cd1927e6f3530e
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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.