public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] OMAP: ZOOM2: Correcting key mapping for few keys
@ 2009-12-18  7:33 Vimal Singh
  2009-12-22  6:00 ` G, Manjunath Kondaiah
  2010-01-05 23:44 ` [APPLIED] " Tony Lindgren
  0 siblings, 2 replies; 3+ messages in thread
From: Vimal Singh @ 2009-12-18  7:33 UTC (permalink / raw)
  To: linux-omap

>From ab3239189c25a19d7764042cc3f05cce8a91f291 Mon Sep 17 00:00:00 2001
From: Vimal Singh <vimalsingh@ti.com>
Date: Fri, 18 Dec 2009 12:09:10 +0530
Subject: [PATCH] OMAP: ZOOM2: Correcting key mapping for few keys

Keys: 'right arrow', 'up arrow' and 'select' were mapped
wrongly. This patch corrects them.
This patch also adds one missing key present in the board,
currently I added it as 'unknown' key, as I am not able to
find proper description for this key.
One key entry (r: 7, c: 5) is present in the keymap, which
is really not present in the board, removing it.

Signed-off-by: Vimal Singh <vimalsingh@ti.com>
---
 arch/arm/mach-omap2/board-zoom-peripherals.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm/mach-omap2/board-zoom-peripherals.c
b/arch/arm/mach-omap2/board-zoom-peripherals.c
index 8dd277c..1e3dfb6 100755
--- a/arch/arm/mach-omap2/board-zoom-peripherals.c
+++ b/arch/arm/mach-omap2/board-zoom-peripherals.c
@@ -63,21 +63,21 @@ static int board_keymap[] = {
 	KEY(5, 1, KEY_H),
 	KEY(5, 2, KEY_J),
 	KEY(5, 3, KEY_F3),
+	KEY(5, 4, KEY_UNKNOWN),
 	KEY(5, 5, KEY_VOLUMEDOWN),
 	KEY(5, 6, KEY_M),
-	KEY(5, 7, KEY_ENTER),
+	KEY(5, 7, KEY_RIGHT),
 	KEY(6, 0, KEY_Q),
 	KEY(6, 1, KEY_A),
 	KEY(6, 2, KEY_N),
 	KEY(6, 3, KEY_BACKSPACE),
 	KEY(6, 6, KEY_P),
-	KEY(6, 7, KEY_SELECT),
+	KEY(6, 7, KEY_UP),
 	KEY(7, 0, KEY_PROG1),	/*MACRO 1 <User defined> */
 	KEY(7, 1, KEY_PROG2),	/*MACRO 2 <User defined> */
 	KEY(7, 2, KEY_PROG3),	/*MACRO 3 <User defined> */
 	KEY(7, 3, KEY_PROG4),	/*MACRO 4 <User defined> */
-	KEY(7, 5, KEY_RIGHT),
-	KEY(7, 6, KEY_UP),
+	KEY(7, 6, KEY_SELECT),
 	KEY(7, 7, KEY_DOWN)
 };

-- 
1.5.5

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* RE: [PATCH] OMAP: ZOOM2: Correcting key mapping for few keys
  2009-12-18  7:33 [PATCH] OMAP: ZOOM2: Correcting key mapping for few keys Vimal Singh
@ 2009-12-22  6:00 ` G, Manjunath Kondaiah
  2010-01-05 23:44 ` [APPLIED] " Tony Lindgren
  1 sibling, 0 replies; 3+ messages in thread
From: G, Manjunath Kondaiah @ 2009-12-22  6:00 UTC (permalink / raw)
  To: Vimal Singh, linux-omap@vger.kernel.org



> -----Original Message-----
> From: linux-omap-owner@vger.kernel.org 
> [mailto:linux-omap-owner@vger.kernel.org] On Behalf Of Vimal Singh
> Sent: Friday, December 18, 2009 1:03 PM
> To: linux-omap@vger.kernel.org
> Subject: [PATCH] OMAP: ZOOM2: Correcting key mapping for few keys

Applicable for Zoom3 also. 

> 
> From ab3239189c25a19d7764042cc3f05cce8a91f291 Mon Sep 17 00:00:00 2001
> From: Vimal Singh <vimalsingh@ti.com>
> Date: Fri, 18 Dec 2009 12:09:10 +0530
> Subject: [PATCH] OMAP: ZOOM2: Correcting key mapping for few keys
> 
> Keys: 'right arrow', 'up arrow' and 'select' were mapped
> wrongly. This patch corrects them.
> This patch also adds one missing key present in the board,
> currently I added it as 'unknown' key, as I am not able to
> find proper description for this key.
> One key entry (r: 7, c: 5) is present in the keymap, which
> is really not present in the board, removing it.
> 
> Signed-off-by: Vimal Singh <vimalsingh@ti.com>
> ---
>  arch/arm/mach-omap2/board-zoom-peripherals.c |    8 ++++----
>  1 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/arch/arm/mach-omap2/board-zoom-peripherals.c
> b/arch/arm/mach-omap2/board-zoom-peripherals.c
> index 8dd277c..1e3dfb6 100755
> --- a/arch/arm/mach-omap2/board-zoom-peripherals.c
> +++ b/arch/arm/mach-omap2/board-zoom-peripherals.c
> @@ -63,21 +63,21 @@ static int board_keymap[] = {
>  	KEY(5, 1, KEY_H),
>  	KEY(5, 2, KEY_J),
>  	KEY(5, 3, KEY_F3),
> +	KEY(5, 4, KEY_UNKNOWN),
>  	KEY(5, 5, KEY_VOLUMEDOWN),
>  	KEY(5, 6, KEY_M),
> -	KEY(5, 7, KEY_ENTER),
> +	KEY(5, 7, KEY_RIGHT),
>  	KEY(6, 0, KEY_Q),
>  	KEY(6, 1, KEY_A),
>  	KEY(6, 2, KEY_N),
>  	KEY(6, 3, KEY_BACKSPACE),
>  	KEY(6, 6, KEY_P),
> -	KEY(6, 7, KEY_SELECT),
> +	KEY(6, 7, KEY_UP),
>  	KEY(7, 0, KEY_PROG1),	/*MACRO 1 <User defined> */
>  	KEY(7, 1, KEY_PROG2),	/*MACRO 2 <User defined> */
>  	KEY(7, 2, KEY_PROG3),	/*MACRO 3 <User defined> */
>  	KEY(7, 3, KEY_PROG4),	/*MACRO 4 <User defined> */
> -	KEY(7, 5, KEY_RIGHT),
> -	KEY(7, 6, KEY_UP),
> +	KEY(7, 6, KEY_SELECT),
>  	KEY(7, 7, KEY_DOWN)
>  };
> 
> -- 
> 1.5.5
> --
> To unsubscribe from this list: send the line "unsubscribe 
> linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [APPLIED]  [PATCH] OMAP: ZOOM2: Correcting key mapping for few keys
  2009-12-18  7:33 [PATCH] OMAP: ZOOM2: Correcting key mapping for few keys Vimal Singh
  2009-12-22  6:00 ` G, Manjunath Kondaiah
@ 2010-01-05 23:44 ` Tony Lindgren
  1 sibling, 0 replies; 3+ messages in thread
From: Tony Lindgren @ 2010-01-05 23:44 UTC (permalink / raw)
  To: linux-omap

This patch has been applied to the linux-omap
by youw fwiendly patch wobot.

Branch in linux-omap: omap-fixes

Initial commit ID (Likely to change): 736687cd70885a0c669da188902af713005a57ee

PatchWorks
http://patchwork.kernel.org/patch/68622/

Git (Likely to change, and takes a while to get mirrored)
http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=commit;h=736687cd70885a0c669da188902af713005a57ee



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-01-05 23:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-18  7:33 [PATCH] OMAP: ZOOM2: Correcting key mapping for few keys Vimal Singh
2009-12-22  6:00 ` G, Manjunath Kondaiah
2010-01-05 23:44 ` [APPLIED] " Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox