[PATCH 1/2] Add test for touch end on device disable

2012-05-15 Thread Chase Douglas
When a device is disabled, all physically active touches must end. Signed-off-by: Chase Douglas --- test/integration/xi2.cpp | 71 ++ 1 file changed, 71 insertions(+) diff --git a/test/integration/xi2.cpp b/test/integration/xi2.cpp index 21305d3..b8

Re: [PATCH 1/2] Add test for touch end on device disable

2012-05-15 Thread Peter Hutterer
On Tue, May 15, 2012 at 01:21:54PM -0700, Chase Douglas wrote: > When a device is disabled, all physically active touches must end. > > Signed-off-by: Chase Douglas Reviewed-by: Peter Hutterer Cheers, Peter > --- > test/integration/xi2.cpp | 71 >