summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-device/device-enumerator-private.h
Commit message (Collapse)AuthorAge
* libudev-device: fix lazy loading of devlinks, properties and tagsTom Gundersen2017-03-14
| | | | | If the underlying device has not read in the properties yet, the generation will be 0, so make sure we trigger the reading at least once.
* sd-device: enumerator - match only on initialized devices by defaultTom Gundersen2017-03-14
| | | | | | | | It is still possible to include uninitialized ones, but now that is opt-in. In most cases people only want initialized devices. Exception is if you want to work without udev running. Suggested by David Herrmann.
* sd-device: enumerator - don't expose add_device()Tom Gundersen2017-03-14
| | | | | | | This is rarely, if ever, used. Drop it from the new public API and only keep it for the legacy API. Suggested by David Herrmann.
* libudev: make libudev-enumerate a thin wrapper around sd-deviceTom Gundersen2017-03-14
|
* sd-device: add device-enumerator libraryTom Gundersen2017-03-14