input: use lower keycodes for Fn-N and Fn-M
authorGrazvydas Ignotas <notasas@gmail.com>
Mon, 1 Feb 2010 13:05:50 +0000 (15:05 +0200)
committerGrazvydas Ignotas <notasas@gmail.com>
Mon, 1 Feb 2010 13:05:50 +0000 (15:05 +0200)
this is done so that they could be used with standard loadkeys(1).

arch/arm/mach-omap2/board-omap3pandora-input.c

index a1e30e2..798986d 100644 (file)
@@ -84,8 +84,8 @@ static int omap3pandora_keymap[] = {
        FNKEY(0, 1, KEY_F8),
        FNKEY(0, 2, KEY_BRIGHTNESSUP),
        FNKEY(0, 3, KEY_F13),           /* apostrophe, differs from Fn-A? */
-       FNKEY(0, 4, KEY_DOLLAR),
-       FNKEY(0, 5, KEY_EURO),
+       FNKEY(0, 4, KEY_F22),
+       FNKEY(0, 5, KEY_F23),
        FNKEY(1, 0, KEY_F10),
        FNKEY(1, 1, KEY_F7),
        FNKEY(1, 2, KEY_BRIGHTNESSDOWN),