Skip to content

Ensure we get DeviceAdded signals when daemon starts

Christian Kellner requested to merge signals_on_name_owner into master

Created by: gicmo

When the daemon gets started and unauthorized devices are already connected we expect the daemon to emit DeviceAdded signals. Ensure this by emitting DeviceAdded signals for all relevant devices after we got the bus name.

Merge request reports