Re: [PATCH] staging/iio/adc/MXS/LRADC: fix touchscreen statemachine

2014-02-24 Thread Jonathan Cameron
On 24/02/14 21:14, Jonathan Cameron wrote: On 24/02/14 16:48, Alexandre Belloni wrote: On 24/02/2014 at 15:39:53 +0100, Juergen Beisert wrote : Releasing the touchscreen lets the internal statemachine left in a wrong state. Due to this the release coordinate will be reported again by accident w

Re: [PATCH] staging/iio/adc/MXS/LRADC: fix touchscreen statemachine

2014-02-24 Thread Jonathan Cameron
On 24/02/14 16:48, Alexandre Belloni wrote: On 24/02/2014 at 15:39:53 +0100, Juergen Beisert wrote : Releasing the touchscreen lets the internal statemachine left in a wrong state. Due to this the release coordinate will be reported again by accident when the next touchscreen event happens. Thi

Re: [PATCH] staging/iio/adc/MXS/LRADC: fix touchscreen statemachine

2014-02-24 Thread Alexandre Belloni
On 24/02/2014 at 15:39:53 +0100, Juergen Beisert wrote : > Releasing the touchscreen lets the internal statemachine left in a wrong > state. > Due to this the release coordinate will be reported again by accident when > the next > touchscreen event happens. This change sets up the correct state w

[PATCH] staging/iio/adc/MXS/LRADC: fix touchscreen statemachine

2014-02-24 Thread Juergen Beisert
Releasing the touchscreen lets the internal statemachine left in a wrong state. Due to this the release coordinate will be reported again by accident when the next touchscreen event happens. This change sets up the correct state when waiting for the next touchscreen event. Signed-off-by: Juer