May 15, 2025
1:45 p.m.
After `DeviceWatcher::Start()` gets called, `DeviceWatcher` enumerates through a list of all `DeviceInformation` objects on the current system through the `Added` event handlers, dispatching `EnumerationCompleted` once this has finished. This MR implements this functionality. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7997