summaryrefslogtreecommitdiff
path: root/src/libudev/libudev-hwdb-def.h
AgeCommit message (Collapse)Author
2012-11-18Fix "attribute 'packed' is ignored" warnings when using ClangRichard Yao
Clang 3.1 warned that "attribute 'packed' is ignored". This stems from placing "__attribute__ ((packed))" at the start of structure declarations when common practice is to place it at the end. Signed-off-by: Richard Yao <ryao@gentoo.org>
2012-11-17Restructure src/ as per lu_zeroAnthony G. Basile
2012-11-17src/test: disable for now to get a full buildAnthony G. Basile
2012-11-12libudev: update copyright headersKay Sievers
2012-10-27libudev: import hwdb and export lookup interfaceKay Sievers