[oe-commits] org.oe.dev keymaps: added HTC Universal keymap - close #1731

GoxboxLive commit openembedded-commits at lists.openembedded.org
Sun Jan 7 00:58:06 UTC 2007


keymaps: added HTC Universal keymap - close #1731

Author: GoxboxLive
Branch: org.openembedded.dev
Revision: df828882e68329df26345b8776d2271a115ac55e
ViewMTN: http://monotone.openembedded.org/revision.psp?id=df828882e68329df26345b8776d2271a115ac55e
Files:
1
packages/keymaps/files/htcuniversal
packages/keymaps/files/htcuniversal/keymap-2.6.map
packages/keymaps/keymaps_1.0.bb
Diffs:

#
# mt diff -ra6226caebd01cadb511493336b3c304587a24f33 -rdf828882e68329df26345b8776d2271a115ac55e
#
# 
# 
# add_dir "packages/keymaps/files/htcuniversal"
# 
# add_file "packages/keymaps/files/htcuniversal/keymap-2.6.map"
#  content [25b8419774b4463a136e66e42a66682bf1acdd1a]
# 
# patch "packages/keymaps/keymaps_1.0.bb"
#  from [de9ade8e694ef4ebdecc035f9df8db73b5463749]
#    to [833e9c6f550ddebaa18fca13b78b9dafaea9dc78]
# 
============================================================
--- packages/keymaps/files/htcuniversal/keymap-2.6.map	25b8419774b4463a136e66e42a66682bf1acdd1a
+++ packages/keymaps/files/htcuniversal/keymap-2.6.map	25b8419774b4463a136e66e42a66682bf1acdd1a
@@ -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
============================================================
--- packages/keymaps/keymaps_1.0.bb	de9ade8e694ef4ebdecc035f9df8db73b5463749
+++ packages/keymaps/keymaps_1.0.bb	833e9c6f550ddebaa18fca13b78b9dafaea9dc78
@@ -1,9 +1,9 @@ PACKAGE_ARCH = "${MACHINE}"
 DESCRIPTION = "Keyboard map"
 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_h2200        = " file://k
 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}
             ;;
         *)






More information about the Openembedded-commits mailing list