Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-10 | tree-wide: remove Emacs lines from all files | Daniel Mack | |
This should be handled fine now by .dir-locals.el, so need to carry that stuff in every file. | |||
2015-04-17 | sd-device: enumerator - match only on initialized devices by default | Tom Gundersen | |
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. | |||
2015-04-17 | sd-device: enumerator - don't expose add_device() | Tom Gundersen | |
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. | |||
2015-04-16 | sd-device: add device-enumerator library | Tom Gundersen | |