aboutsummaryrefslogtreecommitdiffstats
path: root/packages/keymaps
diff options
context:
space:
mode:
authorGoxboxLive <goxboxlive@gmail.com>2007-01-07 00:53:56 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2007-01-07 00:53:56 +0000
commite348b22baa3ec3a4b9f391c85bb3aa01c537c0f5 (patch)
tree1b1c23e8b015606ce3dcb9342624fc04a4f3766b /packages/keymaps
parentda49fe48efae614c0b7b61f99779efae5611f53e (diff)
downloadopenembedded-e348b22baa3ec3a4b9f391c85bb3aa01c537c0f5.tar.gz
keymaps: added HTC Universal keymap - close #1731
Diffstat (limited to 'packages/keymaps')
-rw-r--r--packages/keymaps/files/htcuniversal/.mtn2git_empty0
-rw-r--r--packages/keymaps/files/htcuniversal/keymap-2.6.map10
-rw-r--r--packages/keymaps/keymaps_1.0.bb5
3 files changed, 13 insertions, 2 deletions
diff --git a/packages/keymaps/files/htcuniversal/.mtn2git_empty b/packages/keymaps/files/htcuniversal/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/keymaps/files/htcuniversal/.mtn2git_empty
diff --git a/packages/keymaps/files/htcuniversal/keymap-2.6.map b/packages/keymaps/files/htcuniversal/keymap-2.6.map
new file mode 100644
index 0000000000..91ca66e0a1
--- /dev/null
+++ b/packages/keymaps/files/htcuniversal/keymap-2.6.map
@@ -0,0 +1,10 @@
+#altgr keycode 18 = euro
+altgr keycode 15 = tilde
+altgr keycode 24 = slash
+altgr keycode 25 = backslash
+altgr keycode 32 = pound
+altgr keycode 37 = quotedbl
+altgr keycode 38 = apostrophe
+altgr keycode 50 = question
+altgr keycode 51 = semicolon
+altgr keycode 52 = colon
diff --git a/packages/keymaps/keymaps_1.0.bb b/packages/keymaps/keymaps_1.0.bb
index 2766fad2f4..a441292472 100644
--- a/packages/keymaps/keymaps_1.0.bb
+++ b/packages/keymaps/keymaps_1.0.bb
@@ -3,7 +3,7 @@ SECTION = "base"
RDEPENDS = "initscripts console-tools"
LICENSE = "GPL"
PACKAGE_ARCH = "${MACHINE}"
-PR = "r11"
+PR = "r12"
inherit update-rc.d
@@ -17,6 +17,7 @@ SRC_URI_append_collie = " file://keymap-*.map"
SRC_URI_append_poodle = " file://keymap-*.map"
SRC_URI_append_jornada6xx = " file://keymap-*.map"
SRC_URI_append_h2200 = " file://keymap-*.map"
+SRC_URI_append_htcuniversal = " file://keymap-*.map"
INITSCRIPT_NAME = "keymap"
INITSCRIPT_PARAMS = "start 00 S ."
@@ -26,7 +27,7 @@ do_install () {
install -m 0755 ${WORKDIR}/keymap ${D}${sysconfdir}/init.d/
case ${MACHINE} in
- c7x0 | tosa | spitz | akita | borzoi | collie | poodle | jornada6xx | h2200)
+ c7x0 | tosa | spitz | akita | borzoi | collie | poodle | jornada6xx | h2200 | htuniversal )
install -m 0644 ${WORKDIR}/keymap-*.map ${D}${sysconfdir}
;;
*)