Re: [Linuxwacom-devel] [RFC PATCH 0/5] Wacom testing framework

2011-01-22 Thread Chris Bagwell
I like the idea. It would be nice to get as far as injecting fake packet and testing resulting movement or button posts. There are a hand full of times I'd rather test something this way then constantly rebooting an X server. Chris On Thu, Jan 20, 2011 at 9:24 PM, Peter Hutterer

Re: [Linuxwacom-devel] [RFC PATCH 0/5] Wacom testing framework

2011-01-22 Thread Ping Cheng
I agree. Acked-by: Ping Cheng pingli...@gmail.com Ping On Sat, Jan 22, 2011 at 12:58 PM, Chris Bagwell ch...@cnpbagwell.com wrote: I like the idea.  It would be nice to get as far as injecting fake packet and testing resulting movement or button posts. There are a hand full of times I'd

Re: [Linuxwacom-devel] [RFC PATCH 0/5] Wacom testing framework

2011-01-22 Thread Peter Hutterer
On Sat, Jan 22, 2011 at 02:58:48PM -0600, Chris Bagwell wrote: I like the idea. It would be nice to get as far as injecting fake packet and testing resulting movement or button posts. that would work if you wrap all the ReadInput methods of wacom. the GNU ld supports a -wrap feature that