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

Input: qt2160 - do not hard code interrupt trigger

Rely on the platform and ACPI/DT to set up the interrupt trigger.

Link: https://lore.kernel.org/r/20230724051345.335219-3-dmitry.torokhov@gmail.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

+1 -2
+1 -2
drivers/input/keyboard/qt2160.c
··· 371 371 372 372 if (client->irq) { 373 373 error = request_threaded_irq(client->irq, NULL, qt2160_irq, 374 - IRQF_TRIGGER_LOW | IRQF_ONESHOT, 375 - "qt2160", input); 374 + IRQF_ONESHOT, "qt2160", input); 376 375 if (error) { 377 376 dev_err(&client->dev, 378 377 "failed to allocate irq %d\n", client->irq);