summaryrefslogtreecommitdiffstats
path: root/src/hwdb (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* util: introduce common version() implementation and use it everywhereLennart Poettering2015-09-291-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.
* Revert "hwdb: actually search /run/udev/hwdb.d"Lennart Poettering2015-06-091-1/+0
|
* hwdb: actually search /run/udev/hwdb.dPeter Hutterer2015-06-091-0/+1
| | | | | The documentation claims hwdb entries may be placed in the volatile /run/udev/hwdb.d directory but nothing actually looked at it.
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-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.
* hwdb: adjust --help text to be more like other --help textsLennart Poettering2015-02-121-14/+28
| | | | | Fix capitalization, indentation, make sure we support --version, and similar.
* Assorted format fixesZbigniew Jędrzejewski-Szmek2015-01-221-1/+1
| | | | | Types used for pids and uids in various interfaces are unpredictable. Too bad.
* systemd-hwdb: port to new verbs helperTom Gundersen2014-12-191-72/+11
|
* systemd-hwdb: introduce new toolTom Gundersen2014-12-182-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.