Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-23 | libudev-device: fix lazy loading of devlinks, properties and tags | Tom Gundersen | |
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. | |||
2015-04-16 | libudev: make libudev-enumerate a thin wrapper around sd-device | Tom Gundersen | |
2015-04-16 | shared: move assert_return_errno() from libudev | Tom Gundersen | |
This should not be used for any new code, as we don't set errno in new code, but there are several legacy users, so let's keep it in shared. | |||
2015-04-02 | libudev: device - replace by a thin wrapper around sd-device | Tom Gundersen | |