mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
input: touchpad: cy8c: modify interrupt level to falling
Change-Id: I76ecd950df00ff53dd677316f71b5083c6102cba Signed-off-by: Yankun Zheng <zyk@rock-chips.com>
This commit is contained in:
parent
128eb5079c
commit
d98c0f32ae
|
|
@ -249,7 +249,7 @@ cy8ctouch_i2c_probe(struct i2c_client *client, const struct i2c_device_id *id)
|
|||
}
|
||||
|
||||
if (client->irq > 0) {
|
||||
rc = devm_request_irq(dev, client->irq, cy8ctouch_irq, IRQF_TRIGGER_LOW,
|
||||
rc = devm_request_irq(dev, client->irq, cy8ctouch_irq, IRQF_TRIGGER_FALLING,
|
||||
client->name, ts);
|
||||
if (rc < 0) {
|
||||
dev_err(&client->dev, "cy8ctouch_probe: request irq failed\n");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user