summaryrefslogtreecommitdiffstats
path: root/keymap
Commit message (Collapse)AuthorAgeFilesLines
* keymap: Add "ThinkPad Extra Buttons" module rules (from hal-info)Martin Pitt2009-05-093-0/+45
| | | | Converted from 30-keymap-module-thinkpad-acpi.fdi from hal-info 2009-05-07.
* keymap: Add Acer rules (from hal-info)Martin Pitt2009-05-096-0/+39
| | | | Converted from 30-keymap-acer.fdi from hal-info 2009-05-07.
* keymap: Add HP rules (from hal-info)Martin Pitt2009-05-096-0/+32
| | | | Converted from 30-keymap-hp.fdi from hal-info 2009-05-07.
* keymap: Add Lenovo rules (from hal-info)Martin Pitt2009-05-093-0/+16
| | | | Converted from 30-keymap-lenovo.fdi from hal-info 2009-05-07.
* keymap: Add Compaq rules (from hal-info)Martin Pitt2009-05-092-0/+5
| | | | Converted from 30-keymap-compaq.fdi from hal-info 2009-05-07.
* keymap: Add Dell rules (from hal-info)Martin Pitt2009-05-092-0/+37
| | | | | | | | | Converted from 30-keymap-dell.fdi from hal-info 2009-05-07. The "Latitude XT" product case was merged into the general dell map, since there were no overlaps. The "Dell USB Keyboard Hub" was not converted yet.
* keymap: add fdi2rules.pyMartin Pitt2009-05-091-0/+179
| | | | | | | | | Tool to convert hal keymap FDIs into udev rules and key map files. Please note that this is far from perfect, since the mapping between fdi and udev rules is not straightforward (and impossible in some cases). After running this, the result should be cleaned up, and errors from unknown operators etc. corrected manually.
* add keymap directory and toolMartin Pitt2009-05-092-0/+311
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