[roll] Roll fuchsia [starnix] uinput need to actually create the input file

This cl includes:

1. starnix input allow create keyboard / touchscreen
   devices with given input_id.
2. starnix input have a atomic increment uint to assign
   device id (X in /dev/input/eventX).
3. starnix uinput register device when UI_DEV_CREATE.
4. add TODO(b/310963779) for /dev/input/eventX should add
   to /dev/input.

Test: manual tests

Original-Bug: b/310041654
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/945812
Original-Revision: eee77f2d680c0912076a402e482b95864c2db919
GitOrigin-RevId: f0b794a0493bd583a2fe2d137e0c022d77a64229
Change-Id: If382cd966ed82da8458a893c9ec733e43b84e782
1 file changed
tree: c8f0f9cb3a465cbc633e8855dfbaf2dd5506ed31
  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.