Re: [PATCH v2] Input: touchscreen: ads7846.c: Fix race that causes missing releases
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: 2020-11-18 00:31:26
Also in:
lkml
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: 2020-11-18 00:31:26
Also in:
lkml
On Thu, Nov 12, 2020 at 12:48:51PM +0100, Oleksij Rempel wrote:
On Wed, Nov 11, 2020 at 11:07:40AM -0800, Dmitry Torokhov wrote:quoted
Hi Oleksij, On Tue, Oct 27, 2020 at 11:54:16AM +0100, Oleksij Rempel wrote:quoted
From: David Jander <redacted> If touchscreen is released while busy reading HWMON device, the release can be missed. The IRQ thread is not started because no touch is active and BTN_TOUCH release event is never sent. Fixes: f5a28a7d4858f94a ("Input: ads7846 - avoid pen up/down when reading hwmon") Co-Developed-by: David Jander <redacted>Since the patch is nominally attributed to David (via the From: tag) I'll be changing Co-developed-by tag to your name, OK?OK.
Applied, thank you. -- Dmitry