From: Komal Shah <komal_shah802003@yahoo.com>
To: Tony Lindgren <tony@atomide.com>
Cc: linux-omap-open-source@linux.omap.com
Subject: Re: [PATCH] keypad refresh2
Date: Mon, 23 Jan 2006 09:35:44 -0800 (PST) [thread overview]
Message-ID: <20060123173544.2231.qmail@web32901.mail.mud.yahoo.com> (raw)
In-Reply-To: <20060123170347.GB6263@atomide.com>
[-- Attachment #1: Type: text/plain, Size: 421 bytes --]
--- Tony Lindgren <tony@atomide.com> wrote:
>
> How about just adding && machine_is_omap_h4() there too?
Ok, attached patch adds machine_is_omap_h4() condition.
Signed-off-by: Komal Shah <komal_shah802003@yahoo.com>
---Komal Shah
http://komalshah.blogspot.com/
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
[-- Attachment #2: 690037527-kbfix.patch --]
[-- Type: text/plain, Size: 498 bytes --]
diff --git a/drivers/input/keyboard/omap-keypad.c b/drivers/input/keyboard/omap-keypad.c
index ef30720..4dff4d3 100644
--- a/drivers/input/keyboard/omap-keypad.c
+++ b/drivers/input/keyboard/omap-keypad.c
@@ -299,7 +299,8 @@ static int __init omap_kp_probe(struct p
col_gpios = pdata->col_gpios;
}
- if (cpu_is_omap24xx() && omap_has_menelaus()) {
+ if (cpu_is_omap24xx() && omap_has_menelaus()
+ && machine_is_omap_h4()) {
row_gpios[5] = 0;
col_gpios[2] = 15;
col_gpios[6] = 18;
[-- Attachment #3: Type: text/plain, Size: 0 bytes --]
next prev parent reply other threads:[~2006-01-23 17:35 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-01-17 17:43 [PATCH] keypad refresh2 Komal Shah
2006-01-20 9:40 ` Komal Shah
2006-01-20 19:19 ` tony
2006-01-22 22:12 ` Juha Yrjölä
2006-01-23 14:43 ` Komal Shah
2006-01-23 17:03 ` Tony Lindgren
2006-01-23 17:35 ` Komal Shah [this message]
2006-01-24 21:26 ` Juha Yrjölä
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=20060123173544.2231.qmail@web32901.mail.mud.yahoo.com \
--to=komal_shah802003@yahoo.com \
--cc=linux-omap-open-source@linux.omap.com \
--cc=tony@atomide.com \
/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