summaryrefslogtreecommitdiff
path: root/src/hwdb/hwdb.c
Commit message (Collapse)AuthorAge
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-23
| | | | | | 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-12
| | | | | Fix capitalization, indentation, make sure we support --version, and similar.
* Assorted format fixesZbigniew Jędrzejewski-Szmek2015-01-22
| | | | | Types used for pids and uids in various interfaces are unpredictable. Too bad.
* systemd-hwdb: port to new verbs helperTom Gundersen2014-12-19
|
* systemd-hwdb: introduce new toolTom Gundersen2014-12-18
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.