From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail11.truemail.it (mail11.truemail.it [217.194.8.81]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B5DAA8801; Wed, 31 Jul 2024 09:26:42 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.194.8.81 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1722418006; cv=none; b=qZvcWZ9Wv1JuadcJPSoKhl9QBuxPN+yCd4+DSW3SMvik6TzNPVeuIvvigxt+xZNOJtgvzqhPHNq3LdygwF0qDKrPFATIcjbpqSoKGGxMWUXDAwxQh/scVZrBvnSqV0wposVX45+1NPQ8QS0F0+EkcCdMPXIJqTd/SDEfiEnhANI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1722418006; c=relaxed/simple; bh=eJESnb8j7UvJgQTFhBVqMj4+D94rZFUzBFaMUMtmv2s=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ZQLmzyucGZXLXy8k+OIoFlpH8bdksmXAaSFTYFO5Nzxl/owmgzxtEe3Z12lXdbNCisTj7nHaM434k0Vv6k4fcvBYmYlkQE2WRw3t06efjR9BXTj7K4CwCf1O82mRQhJqn1FPNZsdxTTui+6s4ubh4GbDUkAanJNfn/a7CH/uoWs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=dolcini.it; spf=pass smtp.mailfrom=dolcini.it; dkim=pass (2048-bit key) header.d=dolcini.it header.i=@dolcini.it header.b=Ig9VbEwf; arc=none smtp.client-ip=217.194.8.81 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=dolcini.it Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=dolcini.it Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=dolcini.it header.i=@dolcini.it header.b="Ig9VbEwf" Received: from francesco-nb (93-49-2-63.ip317.fastwebnet.it [93.49.2.63]) by mail11.truemail.it (Postfix) with ESMTPA id DFE901FB89; Wed, 31 Jul 2024 11:26:39 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dolcini.it; s=default; t=1722418000; bh=eJESnb8j7UvJgQTFhBVqMj4+D94rZFUzBFaMUMtmv2s=; h=From:To:Subject; b=Ig9VbEwf6KhGOo1M3kaqPulIuDNirXovJzVevSatKMAKfxfzaoUHb3Meov9bR6ZP/ D0mbQylQqpIcI44zpQ/ac9YRbObF/L4eM8Lu4uDcrAjSR7fxsomVAjDxJMJ2fjey/L iuWLU/huUjnSW2CEoWpsSHDzIKm1e2tFRQA/Iu4bsO/b6MI05EhLdo+LvY0J29/fjD V9DQxPBl+V/lDBbAoWCZpy/LyDvPcXn41FByALwdJZ7qc0JBdT7sRUrlrgWMtmxROf H96iUDLXK7/El+csI/dgPEiRAFzi/gDb6lB98MASXOsEErLvanjhfJWv1C6CNQtIVh Elswsb6TRWnbA== Date: Wed, 31 Jul 2024 11:26:35 +0200 From: Francesco Dolcini To: Dmitry Torokhov Cc: Francesco Dolcini , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 0/2] Input: ilitek_ts_i2c - Fix spurious input events Message-ID: <20240731092635.GA32718@francesco-nb> References: <20231222183114.30775-1-francesco@dolcini.it> Precedence: bulk X-Mailing-List: linux-input@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231222183114.30775-1-francesco@dolcini.it> 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