mbox series

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

Message ID 20240805085511.43955-1-francesco@dolcini.it (mailing list archive)
Headers show
Series Input: ilitek_ts_i2c - Fix spurious input events | expand

Message

Francesco Dolcini Aug. 5, 2024, 8:55 a.m. UTC
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(-)

Comments

Dmitry Torokhov Aug. 5, 2024, 5:43 p.m. UTC | #1
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.