diff options
author | Martin Pitt <martin.pitt@ubuntu.com> | 2009-05-09 12:07:58 +0200 |
---|---|---|
committer | Martin Pitt <martin.pitt@ubuntu.com> | 2009-05-09 12:07:58 +0200 |
commit | 489d381c50a2c639ea27bc8fac7f58c145ac8679 (patch) | |
tree | 689ce008509d361200d30f5ed9cb6af37ce42c8b /Makefile.am | |
parent | fa361b47d790c0ab63dc6c9d3bd18e8c437abbd6 (diff) |
add keymap directory and tool
keymap assigns keycodes to scancodes, or dumps the current mapping of
an evdev keyboard device. It replaces hal-setup-keymap.
The former keymap fdi files from hal-info will be converted to udev
rules for vendor/product matching, and simple text files for mapping
scancodes to keycodes.
See this discussion for details:
http://lists.freedesktop.org/archives/devkit-devel/2009-May/000152.html
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 74d87fb..502dcbb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,6 +4,7 @@ SUBDIRS = \ rules.d \ modem-modeswitch \ usb-db \ + keymap \ udev-acl ACLOCAL_AMFLAGS = -I m4 |