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:
e47ff89
)
Input: sx8654 - do not override interrupt trigger
author
Dmitry Torokhov
<
[email protected]
>
Tue, 29 Jan 2019 00:34:37 +0000
(16:34 -0800)
committer
Dmitry Torokhov
<
[email protected]
>
Tue, 5 Feb 2019 07:32:42 +0000
(23:32 -0800)
We should rely on the interrupt trigger (level vs edge) set up by the
firmware or board code instead of forcing what we consider appropriate.
Signed-off-by: Dmitry Torokhov <
[email protected]
>
drivers/input/touchscreen/sx8654.c
patch
|
blob
|
history
diff --git
a/drivers/input/touchscreen/sx8654.c
b/drivers/input/touchscreen/sx8654.c
index 477533cd40ab7f39f7b28c6f04061c858fa3e051..dbdf4898aa173ae40128e0ca6a5e59a2c88bd945 100644
(file)
--- a/
drivers/input/touchscreen/sx8654.c
+++ b/
drivers/input/touchscreen/sx8654.c
@@
-403,7
+403,7
@@
static int sx8654_probe(struct i2c_client *client,
error = devm_request_threaded_irq(&client->dev, client->irq,
NULL, sx8654->data->irqh,
- IRQF_
TRIGGER_FALLING | IRQF_
ONESHOT,
+ IRQF_ONESHOT,
client->name, sx8654);
if (error) {
dev_err(&client->dev,