Re: Multitouch in X - Pointer emulation question ?

2013-10-22 Thread Patrice B
Thanks, I've created a ticket : https://bugs.freedesktop.org/show_bug.cgi?id=70790 Regards. Patrice 2013/10/23 Peter Hutterer > On Wed, Oct 23, 2013 at 07:27:45AM +0200, Patrice B wrote: > > Ok. Thanks a lot for this answer ! > > > > Another question abo

Re: Multitouch in X - Pointer emulation question ?

2013-10-22 Thread Patrice B
this field is correctly set. Is it a bug, a normal behaviour, or is there again something wrong with my apps ? Regards Patrice 2013/10/23 Peter Hutterer > On Thu, Oct 17, 2013 at 11:55:24AM +0200, Patrice B wrote: > > Hello, > > > > I'm working on a kerne

Multitouch in X - Pointer emulation question ?

2013-10-17 Thread Patrice B
Hello, I'm working on a kernel evdev driver that provides MT events. This device is correctly detected by evdev Xorg driver and I'm able to see MT events using "xinput text-xi2". I wrote also a small program based on xi2 which makes two rectangles follow my fingers on the screen and it works.