summaryrefslogtreecommitdiff
path: root/src/libudev/libudev-hwdb.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-15udev: builtin-hwdb - port to sd-hwdbTom Gundersen1-7/+0
2014-12-12hwdb: FOREACH_HWDB_PROPERTY -> SD_HWDB_FOREACH_PROPERTYDavid Herrmann1-1/+1
2014-12-11libudev: make libudev-hwdb a wrapper around sd-hwdbTom Gundersen1-301/+26
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt1-3/+3
2014-11-28treewide: drop unnecessary trailing \n in log_*() callsMichal Schmidt1-5/+5
2014-11-13udev: switch to systemd logging functionsKay Sievers1-11/+11
2014-11-05udev hwdb: Change error message regarding missing hwdb.bin back to debug.Colin Guthrie1-1/+1
2014-10-28udev hwdb: Support shipping pre-compiled database in system imagesMartin Pitt1-6/+36
2014-08-03Fix misuse of uint64_t as size_tZbigniew Jędrzejewski-Szmek1-1/+1
2014-05-15Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek1-1/+1
2013-12-10libudev: hwdb - use libudev not systemd loggingKay Sievers1-10/+10
2013-11-20libudev: always return NULL in _unref() APIsLennart Poettering1-2/+2
2013-08-15libudev: fix hwdb validation to look for the *new* fileKay Sievers1-1/+1
2013-07-01hwdb: remove support for (not fully implemented) conditional propertiesKay Sievers1-1/+5
2013-06-10Use stdint.h macros instead of casts to print uint64_t valuesZbigniew Jędrzejewski-Szmek1-5/+5
2013-02-07udev: remove HWDB_BINKay Sievers1-5/+5
2012-12-11libudev: hwdb: add missing endianess conversionEric Benoit1-3/+3
2012-11-16hwdb: use $(localstatedir)/lib/udev/hwdb.bin for the binary databaseZbigniew Jędrzejewski-Szmek1-5/+5
2012-11-15udev: hwdb - properly handle a missing databaseKay Sievers1-1/+1
2012-11-12libudev: update copyright headersKay Sievers1-1/+1
2012-11-12udev: use usec_t and now()Kay Sievers1-1/+1
2012-10-28libudev: hwdb - cleanup list before getting new propertiesKay Sievers1-2/+3
2012-10-28Tweak TODOZbigniew Jędrzejewski-Szmek1-1/+1
2012-10-27libudev: import hwdb and export lookup interfaceKay Sievers1-0/+391