[roll] Roll fuchsia [hid-input-report] Ignore Devices not supporting input reports when
handling input reports.

A HID logical Device may not support parsing input reports at all:
for example, a TouchConfiguration Device takes only feature reports but
no input report.

We skip all such devices in the HidReportListener.ReceiveReport()
handler instead of relying on the InputDeviceReader to reject such
devices.

Test: Touch on GT911 w/ Wingcool S838F I2C-USB converter. No logspams.
Original-Bug: 136154
Original-Bug: b/309028711
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/941753
Original-Revision: c07fb14352b85de431fb7d52fa67f608ea076b49
GitOrigin-RevId: c209257af368500e02dbba92da2eba201a154665
Change-Id: Ida99329fd3caa2fabfd8e102009c6985bfb83547
1 file changed
tree: be47b8e93e2dc94c40468eb9c693af805d8304fd
  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.