Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Input: auo-pixcir-ts - do not force rising edge interrupt trigger

Instead of hard-coding rising edge as the interrupt trigger, let's rely on
the platform (ACPI, DT) to configure the interrupt properly.

Reviewed-by: Heiko Stuebner <heiko@sntech.de>
Link: https://lore.kernel.org/r/20220914141428.2201784-3-dmitry.torokhov@gmail.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

+1 -1
+1 -1
drivers/input/touchscreen/auo-pixcir-ts.c
··· 612 612 613 613 error = devm_request_threaded_irq(&client->dev, client->irq, 614 614 NULL, auo_pixcir_interrupt, 615 - IRQF_TRIGGER_RISING | IRQF_ONESHOT, 615 + IRQF_ONESHOT, 616 616 input_dev->name, ts); 617 617 if (error) { 618 618 dev_err(&client->dev, "irq %d requested failed, %d\n",