[roll] Roll fuchsia [fdf] Reland fix pc-ps2 controller

Reland fxr/913899. The reland fixes the issue
in which the Controller's init thread hangs.

The reland addresses the issue by:
- Ensuring that the i8042 device driver also cancels
its interrupt thread and handler during release
and suspend
- Reply DdkInit() after it finished adding its children
- Controller::DdkSuspend replies with the requested state
  instead of just 0

Original-Bug: 133519
Multiply: dm_reboot_bringup_test: 30
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/915595
Original-Revision: 83565274e9e29d71785ddb753a85eb5bd5fcfdd7
GitOrigin-RevId: 65ddf086dca2ed65495c4211d04b1de7b1360678
Change-Id: If258b1a964ba40fd6dd992f0d191de82f1896873
1 file changed
tree: 1271705c40c18944857a160f7327b6436f7c224d
  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.