[roll] Roll fuchsia [session][input] Refactor: simplifies key event propagation

The old code in the input pipeline processed simultaneous key events
in a batch.  While this matched key reports from the input driver,
in practice this makes key event processing a bit more involved, while
it is only very rarely necessary, in practice almost never.

This change modifies the keyboard event to contain data of a single key
at a time.  Simultaneous keypresses are pulled apart early on in the
pipeline.  Their event timelines are decoupled as well, with
simultaneous events artificially set 1 nanosecond apart.

As result, downstream key event processing and testing become simpler.
Also, upcoming work on keymap handling will be more straightforward
when only a single key at a time is processed.

Original-Bug: 75692
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/521867
Original-Revision: 310a1a51314899d8aa790df97fc669e419c2245a
GitOrigin-RevId: ab6b27c484d205bd2a22e9e66d5d87bbae928b22
Change-Id: I605d38f8934fd8c3aecd1aa43c6ad6a1e713d5ec
1 file changed
tree: ac8e363b8d9826baacfdfa99df8c4cc6c6d243bb
  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.