From: Carlos Aguiar <carlos.aguiar@indt.org.br>
To: "Balbi Felipe (Nokia-D/Helsinki)" <felipe.balbi@nokia.com>
Cc: "linux-omap@vger.kernel.org" <linux-omap@vger.kernel.org>
Subject: [PATCH 1/1] input: lm8323: setting correct value to size_y
Date: Sat, 24 Oct 2009 16:18:31 -0400 [thread overview]
Message-ID: <4AE36117.8090601@indt.org.br> (raw)
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
next reply other threads:[~2009-10-24 20:18 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-24 20:18 Carlos Aguiar [this message]
2009-11-10 20:45 ` [PATCH 1/1] input: lm8323: setting correct value to size_y Tony Lindgren
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=4AE36117.8090601@indt.org.br \
--to=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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox