On Wed, Sep 20, 2023 at 09:46:50AM +0200, Emanuele Ghidoli wrote: > From: Emanuele Ghidoli <emanuele.ghidoli@xxxxxxxxxxx> > > Ilitek touch IC driver answer to plain i2c read request, after it has > generated an interrupt request, with a report id message starting > with an identifier and a series of points. > If a request is sent unsolicited by an interrupt request the answer > do not contain this identifier. > Add a test to discard these messages, making the driver robust to > spurious interrupt requests. > > Fixes: 42370681bd46 ("Input: Add support for ILITEK Lego Series") > Signed-off-by: Emanuele Ghidoli <emanuele.ghidoli@xxxxxxxxxxx> Reviewed-by: Francesco Dolcini <francesco.dolcini@xxxxxxxxxxx> Francesco