commit | 4125c2b35f83dea88adf0cdf008250b961ee24da | [log] [tgz] |
---|---|---|
author | Reilly Grant <reillyg@chromium.org> | Wed Mar 09 08:17:41 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 09 08:17:41 2022 |
tree | 0147a55f0b98d4111770c0b3a9d696ea7c2f2c88 | |
parent | cd1fdc992d78a4a47c5cfc804c599ea1d6ee645f [diff] |
usb: Fix enumeration of some devices on Windows In crrev.com/c/3482539 we introduced a bug which caused some USB devices to no longer be enumerated on Windows. The reason for this was a coding error where the GetDeviceStringListProperty() function was meant to return an empty std::vector if the property was not found but was instead returning an absl::nullopt. Bug: b:220163637 Change-Id: I1ec258948a38ae2a25de3d37fe5fd8092e1e983f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3510943 Reviewed-by: Jack Hsieh <chengweih@chromium.org> Commit-Queue: Reilly Grant <reillyg@chromium.org> Auto-Submit: Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/main@{#979113}
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.
If you found a bug, please file it at https://crbug.com/new.