[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 chase.doug...@canonical.com --- test/integration/xi2.cpp | 71 ++ 1 file changed, 71 insertions(+) diff --git a/test/integration/xi2.cpp

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 chase.doug...@canonical.com Reviewed-by: Peter Hutterer peter.hutte...@who-t.net Cheers, Peter --- test/integration/xi2.cpp |