[PATCH v3 0/2] Input: ilitek_ts_i2c - Fix spurious input events

Francesco Dolcini posted 2 patches 1 year, 12 months ago
There is a newer version of this series
drivers/input/touchscreen/ilitek_ts_i2c.c | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
[PATCH v3 0/2] Input: ilitek_ts_i2c - Fix spurious input events
Posted by Francesco Dolcini 1 year, 12 months ago
From: Francesco Dolcini <francesco.dolcini@toradex.com>

A couple of fixes to prevent spurious events when the data buffer is not the
expected one.

v3:
 - added reviewed-by and take over series from emanuele

v2:
 - initial series, sent by mistake as v2 instead of v1

Emanuele Ghidoli (2):
  Input: ilitek_ts_i2c - avoid wrong input subsystem sync
  Input: ilitek_ts_i2c - add report id message validation

 drivers/input/touchscreen/ilitek_ts_i2c.c | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

-- 
2.25.1
Re: [PATCH v3 0/2] Input: ilitek_ts_i2c - Fix spurious input events
Posted by Francesco Dolcini 1 year, 4 months ago
Hello Dmitry,

On Fri, Dec 22, 2023 at 07:31:12PM +0100, Francesco Dolcini wrote:
> A couple of fixes to prevent spurious events when the data buffer is not the
> expected one.

Any chance you can merge this series or provide feedback on it? This is
open since 10 months now and I would need some help on moving it forward.

Thanks,
Francesco