aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* licence: remove references to old FSF addressSami Kerola2013-06-021-9/+9
| | | | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=57206 Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* Reintroduce keymaps build and testAnthony G. Basile2012-11-201-1/+1
| | | | | | | | | | | | | | | | | This commit reintroduces code to 1) build src/keymap 2) test keymap/Makefile.am that it has all the key maps listed 3) test that all the key names in keymap/* are in <linux/input.h> 4) do a syntax check on rules/*.rules which now includes 95-keymap.rules and 95-keyboard-force-release.rules For #4, the regex expressions in rule-syntax-check.py had to be updated. They do not allow trailing comments via # comment, and I did not include that. A rule in 95-keymap.rules had to have its comment moved from the end to another line. Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* udev: fix rule-syntax-check.pyKay Sievers2012-10-091-1/+1
|
* udev: test - move test/ and src/test/Kay Sievers2012-04-141-0/+64