projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05362f4
)
Input: omap4-keypad - fix interrupt line configuration
author
Abraham Arce
<x0066660@ti.com>
Thu, 30 Sep 2010 06:37:04 +0000
(23:37 -0700)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Wed, 13 Oct 2010 14:49:26 +0000
(07:49 -0700)
Select correct interrupt line behaviour.
Signed-off-by: Abraham Arce <x0066660@ti.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/keyboard/omap4-keypad.c
patch
|
blob
|
history
diff --git
a/drivers/input/keyboard/omap4-keypad.c
b/drivers/input/keyboard/omap4-keypad.c
index 2b61f5fb07b6a6e24a91ae209f3732a9c32dda1e..07e792e960f17f55d327edde0fda1914e93c9f11 100644
(file)
--- a/
drivers/input/keyboard/omap4-keypad.c
+++ b/
drivers/input/keyboard/omap4-keypad.c
@@
-238,7
+238,7
@@
static int __devinit omap4_keypad_probe(struct platform_device *pdev)
omap4_keypad_config(keypad_data);
error = request_irq(keypad_data->irq, omap4_keypad_interrupt,
- IRQF_TRIGGER_
FALL
ING,
+ IRQF_TRIGGER_
RIS
ING,
"omap4-keypad", keypad_data);
if (error) {
dev_err(&pdev->dev, "failed to register interrupt\n");