Re: [PATCH] input: goodix: Check the 'data ready' bit before reading data

2015-04-27 Thread paul
Hi Bastien, Ok, I will send a V2 with a better commit message then. -Paul Le 2015-04-25 14:54, Bastien Nocera a écrit : On Sat, 2015-04-25 at 12:48 +0200, Paul Cercueil wrote: The MSB of the first byte read via I2C seems to indicate whether the data is valid (or ready) when an interrupt is ra

Re: [PATCH] input: goodix: Check the 'data ready' bit before reading data

2015-04-25 Thread Bastien Nocera
On Sat, 2015-04-25 at 12:48 +0200, Paul Cercueil wrote: > The MSB of the first byte read via I2C seems to indicate whether the > data is valid (or ready) when an interrupt is raised. Previously, > this > bit was ignored, which resulted in a lot of incorrect detections of > "finger removed" events.