diff options
author | Seth Forshee <seth.forshee@canonical.com> | 2011-04-05 11:43:00 -0500 |
---|---|---|
committer | Martin Pitt <martin.pitt@ubuntu.com> | 2011-04-05 19:38:36 +0200 |
commit | 5e0ec43fc40e3e6dd0e44a7d617846879e1dac9e (patch) | |
tree | 985b62feeccad7c36238a4d64cf0ecde767573b4 /Makefile.am | |
parent | 55eb500cc5465babf1fd773dbcceeb90eeefd997 (diff) |
keymap: Support Dell Latitude XT2 tablet-mode navigation keys
The XT2 has a rocker (up/down/enter) and back button on the side
in tablet mode, none of which work currently. Add entries for
these keys.
There is some overlap here with scan codes used in other Dell
models, so these buttons are put in a new file specific to this
model.
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
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 2c20f46c6d..4244089822 100644 --- a/Makefile.am +++ b/Makefile.am @@ -568,6 +568,7 @@ dist_udevkeymap_DATA = \ extras/keymap/keymaps/asus \ extras/keymap/keymaps/compaq-e_evo \ extras/keymap/keymaps/dell \ + extras/keymap/keymaps/dell-latitude-xt2 \ extras/keymap/keymaps/everex-xt5000 \ extras/keymap/keymaps/fujitsu-amilo_pa_2548 \ extras/keymap/keymaps/fujitsu-amilo_pro_edition_v3505 \ |