diff options
| -rw-r--r-- | drivers/hid/i2c-hid/i2c-hid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/i2c-hid/i2c-hid.c b/drivers/hid/i2c-hid/i2c-hid.c index d43e967e7533..8f1dfc5c5d9c 100644 --- a/drivers/hid/i2c-hid/i2c-hid.c +++ b/drivers/hid/i2c-hid/i2c-hid.c | |||
| @@ -785,7 +785,7 @@ static int i2c_hid_init_irq(struct i2c_client *client) | |||
| 785 | dev_dbg(&client->dev, "Requesting IRQ: %d\n", client->irq); | 785 | dev_dbg(&client->dev, "Requesting IRQ: %d\n", client->irq); |
| 786 | 786 | ||
| 787 | ret = request_threaded_irq(client->irq, NULL, i2c_hid_irq, | 787 | ret = request_threaded_irq(client->irq, NULL, i2c_hid_irq, |
| 788 | IRQF_TRIGGER_FALLING | IRQF_ONESHOT, | 788 | IRQF_TRIGGER_LOW | IRQF_ONESHOT, |
| 789 | client->name, ihid); | 789 | client->name, ihid); |
| 790 | if (ret < 0) { | 790 | if (ret < 0) { |
| 791 | dev_warn(&client->dev, | 791 | dev_warn(&client->dev, |
