87c3a0f sd-device-enumerator: introduce device_enumerator_sort_devices()

Authored and Committed by Yu Watanabe 2 years ago
    sd-device-enumerator: introduce device_enumerator_sort_devices()
    
    and devices are sorted when the iteration started.
    
    Previously, devices added by udev_enumerate_add_syspath() ->
    device_enumerator_add_device() are not sorted. This fixes the issue.