[roll] Roll fuchsia [adc-buttons] Fix polling rate unit mismatch and refactor to zx::duration

The driver was passing a value in microseconds to a FIDL field
expecting nanoseconds. This change fixes the unit mismatch and
refactors the driver to use zx::duration for the polling interval
internally to prevent future mismatches.

Original-Bug: 510951092
Test: fx test //src/ui/input/drivers/adc-buttons
TAG=agy
CONV=c2ad990b-90ac-47a0-ac21-5373b637fc14

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1603957
Original-Revision: 8ba400dc22f55b3fd57ec27a2095918cb2cce820
GitOrigin-RevId: 881e3c323aaa2e09d58eba9e417a3bf544c39145
Change-Id: Ibcd654ae0b9c8c573213208d3d02719cf24277d0
1 file changed
tree: 5a756066df7a503a046142e9c6e341521e5db34f
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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 in one of the communication channels documented at get involved.

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.