From 489d381c50a2c639ea27bc8fac7f58c145ac8679 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Sat, 9 May 2009 12:07:58 +0200 Subject: 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 --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') 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 -- cgit