Chrome Version: 60.0.3107.4
OS: Linux, Chrome OS, macOS and Windows
What steps will reproduce the problem?
(1) Connect USB device which specifies strings on its configurations or interfaces.
(2) Examine the USBDevice object available to web content with permission to access the device.
What is the expected result?
The USBConfiguration.configurationName and USBAlternateInterface.interfaceName fields should be populated with the values from the device.
What happens instead?
The fields are always undefined.
The reason for this is that there is no code in the USB service to collect string IDs from the device's configuration and interface descriptors and query the device for these strings when populating the device info.
Comment 1 by sheriffbot@chromium.org
, May 31 2018Status: Untriaged (was: Available)