From: Tony Lindgren <tony@atomide.com>
To: Carlos Aguiar <carlos.aguiar@indt.org.br>
Cc: "Balbi Felipe (Nokia-D/Helsinki)" <felipe.balbi@nokia.com>,
"linux-omap@vger.kernel.org" <linux-omap@vger.kernel.org>
Subject: Re: [PATCH 1/1] input: lm8323: setting correct value to size_y
Date: Tue, 10 Nov 2009 12:45:57 -0800 [thread overview]
Message-ID: <20091110204557.GC23952@atomide.com> (raw)
In-Reply-To: <4AE36117.8090601@indt.org.br>
* 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
prev parent reply other threads:[~2009-11-10 20:45 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20091110204557.GC23952@atomide.com \
--to=tony@atomide.com \
--cc=carlos.aguiar@indt.org.br \
--cc=felipe.balbi@nokia.com \
--cc=linux-omap@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.