keymaps: add keymaps for h4000 & hx4700 to make record button usable
authorPaul Eggleton <bluelightning@bluelightning.org>
Sun, 11 Jul 2010 11:39:08 +0000 (12:39 +0100)
committerPaul Eggleton <bluelightning@bluelightning.org>
Sun, 11 Jul 2010 11:39:08 +0000 (12:39 +0100)
recipes/keymaps/files/h4000/keymap-2.6.map [new file with mode: 0644]
recipes/keymaps/files/hx4700/keymap-2.6.map [new file with mode: 0644]
recipes/keymaps/keymaps_1.0.bb

diff --git a/recipes/keymaps/files/h4000/keymap-2.6.map b/recipes/keymaps/files/h4000/keymap-2.6.map
new file mode 100644 (file)
index 0000000..88424ed
--- /dev/null
@@ -0,0 +1,4 @@
+# Kernel keymap for hx4700
+
+# Record button
+keycode 89 = F24
diff --git a/recipes/keymaps/files/hx4700/keymap-2.6.map b/recipes/keymaps/files/hx4700/keymap-2.6.map
new file mode 100644 (file)
index 0000000..88424ed
--- /dev/null
@@ -0,0 +1,4 @@
+# Kernel keymap for hx4700
+
+# Record button
+keycode 89 = F24
index 0c611e3..25a93c2 100644 (file)
@@ -3,7 +3,7 @@ SECTION = "base"
 RDEPENDS_${PN} = "initscripts console-tools"
 LICENSE = "GPL"
 PACKAGE_ARCH = "${MACHINE}"
-PR = "r23"
+PR = "r24"
 
 inherit update-rc.d
 
@@ -16,6 +16,8 @@ SRC_URI_append_spitz        = " file://keymap-2.6.map"
 SRC_URI_append_collie       = " file://keymap-2.6.map"
 SRC_URI_append_poodle       = " file://keymap-2.6.map"
 SRC_URI_append_h2200        = " file://keymap-2.6.map"
+SRC_URI_append_h4000        = " file://keymap-2.6.map"
+SRC_URI_append_hx4700       = " file://keymap-2.6.map"
 SRC_URI_append_htcuniversal = " file://keymap-2.6.map"
 SRC_URI_append_qemux86      = " file://keymap-2.6.map"
 SRC_URI_append_omap3-pandora = " file://keymap-extension-2.6.map"
@@ -37,7 +39,7 @@ do_install () {
     install -m 0755 ${WORKDIR}/keymap ${D}${sysconfdir}/init.d/
 
     case ${MACHINE} in
-        c7x0 | tosa | spitz | akita | borzoi | collie | poodle | jornada6xx | h2200 | htcuniversal | qemux86 | omap3-pandora )
+        c7x0 | tosa | spitz | akita | borzoi | collie | poodle | jornada6xx | h2200 | h4000 | hx4700 | htcuniversal | qemux86 | omap3-pandora )
             install -m 0644 ${WORKDIR}/keymap-*.map    ${D}${sysconfdir}
             ;;
         *)