keymaps: updated keymap for tosa/2.6
authorMarcin Juszkiewicz <hrw@openembedded.org>
Sat, 8 Jul 2006 18:50:16 +0000 (18:50 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 8 Jul 2006 18:50:16 +0000 (18:50 +0000)
- Record, Home, Rotate changed to the one expected by OPIE
- LeftOK is now Control (was Escape)
synced with .oz354x

packages/keymaps/files/tosa/keymap-2.6.map
packages/keymaps/keymaps_1.0.bb

index ac43471..8a81275 100644 (file)
@@ -94,10 +94,10 @@ keycode 60 = F10
 keycode 61 = AltGr
 keycode 62 = Escape
 keycode 63 = Return
-keycode 64 = Escape
-keycode 65 = Down
-keycode 66 = Up
-keycode 67 = Control
+keycode 64 = Control
+keycode 65 = F15
+keycode 66 = F24
+keycode 67 = F12
 keycode 68 = F13
 keycode 79 = F15
 keycode 80 = F16
index a906d7f..0c247a0 100644 (file)
@@ -4,7 +4,7 @@ MAINTAINER = "Marcin Juszkiewicz <openembedded@hrw.one.pl>"
 RDEPENDS = "initscripts console-tools"
 LICENSE = "GPL"
 PACKAGE_ARCH = "${MACHINE}"
-PR = "r5"
+PR = "r9"
 
 inherit update-rc.d
 
@@ -25,7 +25,7 @@ do_install () {
     install -m 0755 ${WORKDIR}/keymap ${D}${sysconfdir}/init.d/
 
     case ${MACHINE} in
-        c7x0 | tosa | spitz | akita | collie | poodle )
+        c7x0 | tosa | spitz | akita | borzoi | collie | poodle )
             install -m 0644 ${WORKDIR}/keymap-*.map    ${D}${sysconfdir}
             ;;
         *)