New issue
Advanced search Search tips

Issue 918216 link

Starred by 3 users

Issue metadata

Status: Available
Owner: ----
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux , Windows , Chrome , Mac
Pri: 3
Type: Feature

Blocking:
issue 884928



Sign in to add a comment

Serial port add/remove observer interface

Project Member Reported by reillyg@chromium.org, Dec 29

Issue description

The SerialDeviceEnumerator class (wrapped in the SerialPortManager Mojo interface) only supports one-off enumerations. In contrast the HID and USB interfaces support registering an observer that is notified when devices are added and removed from the system.

There is already a limited version of this inside SerialIoHandlerWin in order to detect when a USB serial port has been disconnected.

This will enable implementation of the onconnected and ondisconnected event attributes on the Serial object.
 
Blocking: 884928

Sign in to add a comment