Re: [PATCH 1/2] input: edt-ft5x06 - add polled input support

From: Dmitry Torokhov
Date: Thu Oct 17 2019 - 14:03:29 EST


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:
> > 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 <nsaenzjulienne@xxxxxxx>
> > ---
>
> 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