* [PATCH 1/1] input: lm8323: setting correct value to size_y
@ 2009-10-24 20:18 Carlos Aguiar
2009-11-10 20:45 ` Tony Lindgren
0 siblings, 1 reply; 2+ messages in thread
From: Carlos Aguiar @ 2009-10-24 20:18 UTC (permalink / raw)
To: Balbi Felipe (Nokia-D/Helsinki); +Cc: linux-omap@vger.kernel.org
From: Carlos Eduardo Aguiar <carlos.aguiar@indt.org.br>
This simple patch fixes the correct value to plataform parameter size_y.
Fix needed to make N810 keyboard work properly.
Signed-off-by: Carlos Eduardo Aguiar <carlos.aguiar@indt.org.br>
---
arch/arm/mach-omap2/board-n800.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/mach-omap2/board-n800.c b/arch/arm/mach-omap2/board-n800.c
index cb32b61..0a50fd3 100644
--- a/arch/arm/mach-omap2/board-n800.c
+++ b/arch/arm/mach-omap2/board-n800.c
@@ -115,7 +115,7 @@ static struct lm8323_platform_data lm8323_pdata = {
.repeat = 0, /* Repeat is handled in userspace for now. */
.keymap = rx44_keymap,
.size_x = 8,
- .size_y = 8,
+ .size_y = 12,
.debounce_time = 12,
.active_time = 500,
-- 1.5.4.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 1/1] input: lm8323: setting correct value to size_y
2009-10-24 20:18 [PATCH 1/1] input: lm8323: setting correct value to size_y Carlos Aguiar
@ 2009-11-10 20:45 ` Tony Lindgren
0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2009-11-10 20:45 UTC (permalink / raw)
To: Carlos Aguiar; +Cc: Balbi Felipe (Nokia-D/Helsinki), linux-omap@vger.kernel.org
* Carlos Aguiar <carlos.aguiar@indt.org.br> [091024 13:18]:
> From: Carlos Eduardo Aguiar <carlos.aguiar@indt.org.br>
>
> This simple patch fixes the correct value to plataform parameter size_y.
>
> Fix needed to make N810 keyboard work properly.
>
> Signed-off-by: Carlos Eduardo Aguiar <carlos.aguiar@indt.org.br>
> ---
> arch/arm/mach-omap2/board-n800.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm/mach-omap2/board-n800.c b/arch/arm/mach-omap2/board-n800.c
> index cb32b61..0a50fd3 100644
> --- a/arch/arm/mach-omap2/board-n800.c
> +++ b/arch/arm/mach-omap2/board-n800.c
Looks like this needs to be refreshed for board-n8x0.c..
Regards,
Tony
> @@ -115,7 +115,7 @@ static struct lm8323_platform_data lm8323_pdata = {
> .repeat = 0, /* Repeat is handled in userspace for now. */
> .keymap = rx44_keymap,
> .size_x = 8,
> - .size_y = 8,
> + .size_y = 12,
> .debounce_time = 12,
> .active_time = 500,
>
> -- 1.5.4.3
>
> --
> 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] 2+ messages in thread
end of thread, other threads:[~2009-11-10 20:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-24 20:18 [PATCH 1/1] input: lm8323: setting correct value to size_y Carlos Aguiar
2009-11-10 20:45 ` Tony Lindgren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox