Re: [PATCH 1/2] input: edt-ft5x06 - add polled input support
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: 2019-10-17 18:03:29
Also in:
lkml
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: 2019-10-17 18:03:29
Also in:
lkml
Hi Nicolas, On Wed, Jun 12, 2019 at 01:57:46PM +0200, Nicolas Saenz Julienne wrote:
On Tue, 2019-04-30 at 20:58 +0200, Nicolas Saenz Julienne wrote:quoted
Some hardware configurations might pass on providing an interrupt line. In that case there is always the option to use a polled input approach. This patch adapts the driver for it. The polled approach is only triggered if no interrupt is provided by the firmware or platform data. Signed-off-by: Nicolas Saenz Julienne <redacted> ---Ping :)
I reworked the polling in input devices so we no longer need to create a separate input_polled_dev instances and instead have regular input device work in polled mode by calling error = input_setup_polling(input_dev, poll_fn); ... Please adjust your patch and resubmit. Thanks. -- Dmitry