From: Grazvydas Ignotas Date: Mon, 1 Feb 2010 13:05:50 +0000 (+0200) Subject: input: use lower keycodes for Fn-N and Fn-M X-Git-Tag: Release-2010-05/1~2^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff_plain;h=77509e5dabf0f664eb8a78598ba5475c53d98c66 input: use lower keycodes for Fn-N and Fn-M this is done so that they could be used with standard loadkeys(1). --- diff --git a/arch/arm/mach-omap2/board-omap3pandora-input.c b/arch/arm/mach-omap2/board-omap3pandora-input.c index a1e30e2b3ece..798986de1730 100644 --- a/arch/arm/mach-omap2/board-omap3pandora-input.c +++ b/arch/arm/mach-omap2/board-omap3pandora-input.c @@ -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),