Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-16 | switch from udev keymaps to hwdb | Kay Sievers | |
2013-03-20 | Make two functions static | Zbigniew Jędrzejewski-Szmek | |
2012-12-17 | licence: remove references to old FSF address | Sami Kerola | |
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=57206 | |||
2012-10-28 | udev: get rid of SYSCONFDIR | Kay Sievers | |
2012-10-19 | keymap: Tolerate invalid entries in keymaps | Martin Pitt | |
Some keymaps apply to a large range of computer models, not all of which have all of the scan codes in the maps. If a single scan code is invalid, do not abort but continue with the next entry in the map. Instead just show the error message for that particular scan code, to help with debugging. | |||
2012-10-19 | keymap: Fix parsing of hex scan codes in tables | Martin Pitt | |
Commit b1f87c76b1 changed sscanf from %i to %u, as scan codes are unsigned numbers which can be > 0x7FFFFFFF. However, sscanf doesn't accept hexadecimal numbers for %u. It works fine with %i, so revert this back. | |||
2012-10-10 | keymap: Fix scan codes > 0x7FFFFFFF | Martin Pitt | |
According to Linux drivers/input/evdev.c, scan codes are unsigned, not int nor uint32_t. Thanks to Dejan Tosovic <dejan@post.com> for reporting this! | |||
2012-07-22 | collect, keymap, systemctl: use _noreturn_ | Zbigniew Jędrzejewski-Szmek | |
2012-07-17 | Revert "keymap: add --version option" | Kay Sievers | |
This reverts commit d8f173fd2ee9ee60affa1a4d1a89f2501977fb0b. | |||
2012-07-17 | keymap: add --version option | Zbigniew Jędrzejewski-Szmek | |
2012-07-05 | udev: add some O_CLOEXEC | Kay Sievers | |
2012-04-16 | udev: use startswith() and streq() | Kay Sievers | |
2012-04-04 | udev: fix gcc warnings | Kay Sievers | |
2012-04-04 | move imported udev into place | Kay Sievers | |