[roll] Roll fuchsia [cros-ec][core] Refactor HID event queue to happen on separate thread.

We were seeing deadlocks between HidbusStart(), which acquired the
hid_lock_, and ConsumeFifoAsync(), which also did the same when
enqueuing HID events. Workaround the issue by pushing new FIFO events to
a queue which are consumed by a separate thread.

Original-Bug: 90837
Test: fx test chromiumos-ec-motion-tests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/625801
Original-Revision: a24b63bc158ab608014a592fa5c465e94495a5b2
GitOrigin-RevId: 2e19c4ffa183d9634f2714e0ac6a33c7232cd380
Change-Id: Ic4f774068b07735a01a880d722e099f3a17b7531
1 file changed
tree: 3b318d8335ca434701acd9ce539df15e02562755
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.