Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-28 | udev: get rid of SYSCONFDIR | Kay Sievers | |
2012-10-26 | keymap: Add HP EliteBook 8440p | Martin Pitt | |
Thanks to Glen Ditchfield <gjditchfield@acm.org>! https://launchpad.net/bugs/1071579 | |||
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-19 | README.keymap.txt: Drop fdi2rules.py documentation | Martin Pitt | |
This was removed ages ago. | |||
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-08-16 | keymap: fix map name reference | Kay Sievers | |
2012-08-15 | keymap: Add Sony VGN | Martin Pitt | |
https://launchpad.net/bugs/939868 | |||
2012-08-03 | keyboard-force-release: Fix previous commit | Martin Pitt | |
Was missing a * for the globbing. | |||
2012-08-03 | keyboard-force-release: Apply to all Fujitso AMILO models | Martin Pitt | |
https://launchpad.net/bugs/1011323 reports more AMILO models which need this quirk; enough to assume that all of them need it, and applying it on working models does not really hurt. | |||
2012-07-23 | keymap: Broaden ThinkPad X2.. tablet match to also apply to X230 | Terence Honles | |
https://bugs.freedesktop.org/show_bug.cgi?id=52371 | |||
2012-07-22 | collect, keymap, systemctl: use _noreturn_ | Zbigniew Jędrzejewski-Szmek | |
2012-07-18 | keymap: Add Dell Latitude force-release quirk | Rex Tsai | |
Signed-off-by: Martin Pitt <martinpitt@gnome.org> | |||
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-06-04 | keymaps: keyboard-force-release - fix shebang | Dave Reisner | |
This script will still run without the shebang, but we won't get the intended effect of the errexit flag in the interpreter line. | |||
2012-06-02 | keymaps: replace dir tokens in keyboard-force-release | Dave Reisner | |
Use the correct udev libexec dir as well, not systemd's. | |||
2012-05-22 | keymap: support for Lenovo IdeaPad Z570 keyboard | Maxim A. Mikityanskiy | |
2012-05-14 | keymap: Add Mio N890 | Martin Pitt | |
https://launchpad.net/bugs/998621 | |||
2012-04-16 | udev: use startswith() and streq() | Kay Sievers | |
2012-04-14 | udev: keymap - move src/udev/force-release-maps/ to keymaps-force-release/ | Kay Sievers | |
2012-04-13 | keymap: Add HP Compaq Presario CQ* | Martin Pitt | |
https://launchpad.net/bugs/935804 | |||
2012-04-13 | keymap: Add Dell XPS force-release quirk | Martin Pitt | |
https://launchpad.net/bugs/910911 | |||
2012-04-13 | udev: keymap - move data files to root directory | Kay Sievers | |
2012-04-12 | udev: keymap - remove weird 'c2 a0' character sequences which break the check | Kay Sievers | |
$ hexdump -C src/udev/keymap/keymaps/samsung-90x3a 00000000 30 78 39 36 20 6b 62 64 69 6c 6c 75 6d 75 70 c2 |0x96 kbdillumup.| 00000010 a0 c2 a0 c2 a0 c2 a0 c2 a0 c2 a0 c2 a0 c2 a0 20 |............... | 00000020 23 20 46 6e 2b 46 38 20 6b 65 79 62 6f 61 72 64 |# Fn+F8 keyboard| | |||
2012-04-12 | udev: check-keymaps.sh - fix source directory | Kay Sievers | |
2012-04-08 | udev: keymap: remove rootprefix mangling from script | Kay Sievers | |
2012-04-04 | keymap: Add support for Lenovo v480 touchpad toggle hotkey. | Ayan George | |
Signed-off-by: Martin Pitt <martinpitt@gnome.org> | |||
2012-04-04 | udev: fix gcc warnings | Kay Sievers | |
2012-04-04 | move imported udev into place | Kay Sievers | |