summaryrefslogtreecommitdiffstats
path: root/drivers/input
diff options
context:
space:
mode:
authorAbraham Arce <x0066660@ti.com>2010-09-29 23:37:04 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2010-10-13 07:49:26 -0700
commitf8038c425148ddd50c7e7223a9a6e71ce5f7e42d (patch)
tree65d8c63170bc642b67b31550c1d50c980a3ea9af /drivers/input
parent05362f486bf6e6b8adc77424b6edf2f3cd6816ae (diff)
downloadop-kernel-dev-f8038c425148ddd50c7e7223a9a6e71ce5f7e42d.zip
op-kernel-dev-f8038c425148ddd50c7e7223a9a6e71ce5f7e42d.tar.gz
Input: omap4-keypad - fix interrupt line configuration
Select correct interrupt line behaviour. Signed-off-by: Abraham Arce <x0066660@ti.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input')
-rw-r--r--drivers/input/keyboard/omap4-keypad.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/keyboard/omap4-keypad.c b/drivers/input/keyboard/omap4-keypad.c
index 2b61f5f..07e792e 100644
--- 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_FALLING,
+ IRQF_TRIGGER_RISING,
"omap4-keypad", keypad_data);
if (error) {
dev_err(&pdev->dev, "failed to register interrupt\n");
OpenPOWER on IntegriCloud