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

Francesco Dolcini posted 2 patches 1 year, 4 months ago
drivers/input/touchscreen/ilitek_ts_i2c.c | 18 ++++++++++++------
1 file changed, 12 insertions(+), 6 deletions(-)
[PATCH v4 0/2] Input: ilitek_ts_i2c - Fix spurious input events
Posted by Francesco Dolcini 1 year, 4 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.

v4:
 - remove err_sync_frame label, return directly instead
 - removed reviewed-by
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 | 18 ++++++++++++------
 1 file changed, 12 insertions(+), 6 deletions(-)

-- 
2.39.2
Re: [PATCH v4 0/2] Input: ilitek_ts_i2c - Fix spurious input events
Posted by Dmitry Torokhov 1 year, 4 months ago
On Mon, Aug 05, 2024 at 10:55:09AM +0200, Francesco Dolcini wrote:
> From: Francesco Dolcini <francesco.dolcini@toradex.com>
> 
> A couple of fixes to prevent spurious events when the data buffer is not the
> expected one.
> 
> v4:
>  - remove err_sync_frame label, return directly instead
>  - removed reviewed-by
> 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 | 18 ++++++++++++------
>  1 file changed, 12 insertions(+), 6 deletions(-)

Applied the lot, thank you.

-- 
Dmitry