diff options
author | Matthew Garrett <mjg@redhat.com> | 2010-04-01 14:22:32 -0400 |
---|---|---|
committer | Martin Pitt <martin.pitt@ubuntu.com> | 2010-07-02 15:52:07 +0200 |
commit | 8bc376a37393cd466d91be17bf3a208a0ad1eeac (patch) | |
tree | bfe654cb00b6d62fcb15d2a89b56f1a3c51f6d75 /Makefile.am | |
parent | 86a62b0cf285b3eb9d953c6224cce30d811bc1b0 (diff) |
keymap: Add support for IBM-branded USB devices
These seem to use a different layout to the Lenovo-branded devices
Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
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 33ab56a624..940cb95e0a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -534,6 +534,7 @@ dist_udevkeymap_DATA = \ extras/keymap/keymaps/hewlett-packard-presario-2100 \ extras/keymap/keymaps/hewlett-packard-tablet \ extras/keymap/keymaps/hewlett-packard-tx2 \ + extras/keymap/keymaps/ibm-thinkpad-usb-keyboard-trackpoint \ extras/keymap/keymaps/inventec-symphony_6.0_7.0 \ extras/keymap/keymaps/lenovo-3000 \ extras/keymap/keymaps/lenovo-thinkpad-usb-keyboard-trackpoint \ |