Re: [PATCH 2/2] End physically active touches when device is disabled

2012-05-15 Thread Peter Hutterer
On Tue, May 15, 2012 at 01:21:55PM -0700, Chase Douglas wrote: > Otherwise: > > * We can't end the touches while device is disabled > * New touches after enabling the device may erroneously be mapped to old > logical touches > > Signed-off-by: Chase Douglas > --- > dix/devices.c | 26 ++

[PATCH 2/2] End physically active touches when device is disabled

2012-05-15 Thread Chase Douglas
Otherwise: * We can't end the touches while device is disabled * New touches after enabling the device may erroneously be mapped to old logical touches Signed-off-by: Chase Douglas --- dix/devices.c | 26 ++ 1 file changed, 26 insertions(+) diff --git a/dix/devices.