Signed-off-by: Korneliusz Osmenda <korneliu...@gmail.com>
---
 drivers/input/touchscreen/ft5x_ts.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/input/touchscreen/ft5x_ts.c 
b/drivers/input/touchscreen/ft5x_ts.c
index 5d8dc97..1300ff9 100644
--- a/drivers/input/touchscreen/ft5x_ts.c
+++ b/drivers/input/touchscreen/ft5x_ts.c
@@ -1762,7 +1762,7 @@ ft5x_ts_probe(struct i2c_client *client, const struct 
i2c_device_id *id)
                pr_info("%s:ctp_ops.set_irq_mode err.\n", __func__);
                goto exit_set_irq_mode;
        }
-       err = request_irq(SW_INT_IRQNO_PIO, ft5x_ts_interrupt, 
IRQF_TRIGGER_FALLING | IRQF_SHARED, "ft5x_ts", ft5x_ts);
+       err = request_irq(SW_INT_IRQNO_PIO, ft5x_ts_interrupt, 
IRQF_TRIGGER_RISING | IRQF_SHARED, "ft5x_ts", ft5x_ts);
 
        if (err < 0) {
                dev_err(&client->dev, "ft5x_ts_probe: request irq failed\n");
-- 
1.8.5.5

-- 
You received this message because you are subscribed to the Google Groups 
"linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to linux-sunxi+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to