Skip to content

Fix possible race between DeviceAdded signal and device enumeration

Stefan Brüns requested to merge work/bruns/fix_upower_enumeration_race into master

When a device is added after the EnumerateDevices call and before the DeviceAdded signal is connected, the event will go unnoticed.

Merge request reports