commit | 0f9a403fc8cb81edf93aada9ccd1fd83da219db2 | [log] [tgz] |
---|---|---|
author | Matt Reynolds <[email protected]> | Sat Feb 27 01:29:26 2021 |
committer | Chromium LUCI CQ <[email protected]> | Sat Feb 27 01:29:26 2021 |
tree | 73b24ba87d889530288a48d697dd1cba46526eda | |
parent | e965886b483375b8f241caef3811c5ea495f9937 [diff] |
hid: Populate HID device bus type on Linux/ChromeOS Previously, the bus type was always set to USB. This CL parses the BUS ID member of the HID_ID tuple to determine how the device is connected. Only USB and Bluetooth are currently recognized. Devices that use an unrecognized BUS ID will use the newly-added kHIDBusTypeUnknown enum value. Bug: 443335 Change-Id: I2ebcceb1046df9b3ecc51ffb02394927c35d9d47 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2683173 Reviewed-by: Reilly Grant <[email protected]> Reviewed-by: Kevin Schoedel <[email protected]> Reviewed-by: Kyle Horimoto <[email protected]> Reviewed-by: Kinuko Yasuda <[email protected]> Commit-Queue: Matt Reynolds <[email protected]> Cr-Commit-Position: refs/heads/master@{#858370}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.