summaryrefslogtreecommitdiff
path: root/src/hwdb
AgeCommit message (Collapse)AuthorFilesLines
2015-09-29util: introduce common version() implementation and use it everywhereLennart Poettering1-12/+8
This also allows us to drop build.h from a ton of files, hence do so. Since we touched the #includes of those files, let's order them properly according to CODING_STYLE.
2015-06-09Revert "hwdb: actually search /run/udev/hwdb.d"Lennart Poettering1-1/+0
2015-06-09hwdb: actually search /run/udev/hwdb.dPeter Hutterer1-0/+1
The documentation claims hwdb entries may be placed in the volatile /run/udev/hwdb.d directory but nothing actually looked at it.
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen1-2/+0
This patch removes includes that are not used. The removals were found with include-what-you-use which checks if any of the symbols from a header is in use.
2015-02-12hwdb: adjust --help text to be more like other --help textsLennart Poettering1-14/+28
Fix capitalization, indentation, make sure we support --version, and similar.
2015-01-22Assorted format fixesZbigniew Jędrzejewski-Szmek1-1/+1
Types used for pids and uids in various interfaces are unpredictable. Too bad.
2014-12-19systemd-hwdb: port to new verbs helperTom Gundersen1-72/+11
2014-12-18systemd-hwdb: introduce new toolTom Gundersen2-0/+788
This pulls out the hwdb managment from udevadm into an independent tool. The old code is left in place for backwards compatibility, and easy of testing, but all documentation is dropped to encourage use of the new tool instead.