bogus bus type in gamepad test data |
||
Issue descriptionThe bustype property is wrong in the data data for several gamepads: https://cs.chromium.org/chromium/src/ui/events/ozone/evdev/event_device_test_util.cc?q=bustype+file:event_device_test_util&sq=package:chromium&dr=CSs&l=95 This is I8042 which is obviously wrong; several tests will fail if we start using the bustype from input_id to determine if devices are internal or external. Let's capture the following data again using capture_device_capabilities.py : kHJCGamepad kXboxGamepad kiBuffaloGamepad
,
Oct 22
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/101c7178f2750575dbd228735f0893fa1a0d916b commit 101c7178f2750575dbd228735f0893fa1a0d916b Author: Jingkui Wang <jkwang@google.com> Date: Mon Oct 22 18:54:22 2018 fix ozone evdev gamepad tests Capture capabilities and events Bug: 895553 Test: build/run events_unittests Change-Id: I9c09a8646017ad36b0f4c61c39f4ad20121b61aa Reviewed-on: https://chromium-review.googlesource.com/c/1290090 Reviewed-by: Michael Spang <spang@chromium.org> Commit-Queue: Michael Spang <spang@chromium.org> Cr-Commit-Position: refs/heads/master@{#601670} [modify] https://crrev.com/101c7178f2750575dbd228735f0893fa1a0d916b/ui/events/ozone/evdev/event_device_test_util.cc [modify] https://crrev.com/101c7178f2750575dbd228735f0893fa1a0d916b/ui/events/ozone/evdev/gamepad_event_converter_evdev_unittest.cc
,
Oct 22
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Oct 15