[roll] Roll fuchsia [input][buttons] Convert buttons to new GPIO calls

- Call ConfigureInterrupt() + GetInterrupt2() instead of GetInterrupt()
- Call SetBufferMode() instead of ConfigIn() and ConfigOut()

The buttons pull-up/pull-down resistors are already configured in
board drivers, so no other changes were needed to convert ConfigIn()
calls to SetBufferMode().

Original-Bug: 42082459
Test: buttons-test
Test: Tested volume, FDR, and mute buttons with print-input-report on
      Nelson
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1114652
Original-Revision: 00f6431279bdd6fb53e57a58137c4a08db3dd4c2
GitOrigin-RevId: afcfe003f736737d90f21caa8689948b2bfee668
Change-Id: I55ef44742f17ca1be9d6683a9beaee1312bd0a97
1 file changed
tree: 9a2f82f6e91cf3120d2b77fb649fd0a89cbfbde6
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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.