Re: [Xen-devel] [RFC] kbdif: add multi-touch support

2017-01-11 Thread Oleksandr Andrushchenko
I know it is cumbersome, and I might not be a fun of it myself, but it is required for new Xen protocol changes. I wrote all of the binary representations manually but if you find a tool to do it, please let me know :-) Letting you know ;) there is a project in Python which can do this [1] I'm

Re: [Xen-devel] [RFC] kbdif: add multi-touch support

2017-01-05 Thread Oleksandr Andrushchenko
On 01/05/2017 09:19 PM, Stefano Stabellini wrote: On Thu, 5 Jan 2017, Oleksandr Andrushchenko wrote: On 01/04/2017 08:23 PM, Stefano Stabellini wrote: On Wed, 4 Jan 2017, Oleksandr Andrushchenko wrote: First of all, thank you for comments You are welcome :-) On 01/04/2017 03:03 AM, Stefano

Re: [Xen-devel] [RFC] kbdif: add multi-touch support

2017-01-05 Thread Stefano Stabellini
On Thu, 5 Jan 2017, Oleksandr Andrushchenko wrote: > On 01/04/2017 08:23 PM, Stefano Stabellini wrote: > > On Wed, 4 Jan 2017, Oleksandr Andrushchenko wrote: > > > First of all, thank you for comments > > You are welcome :-) > > > > > > > On 01/04/2017 03:03 AM, Stefano Stabellini wrote: > > > >

Re: [Xen-devel] [RFC] kbdif: add multi-touch support

2017-01-04 Thread Oleksandr Andrushchenko
On 01/04/2017 08:23 PM, Stefano Stabellini wrote: On Wed, 4 Jan 2017, Oleksandr Andrushchenko wrote: First of all, thank you for comments You are welcome :-) On 01/04/2017 03:03 AM, Stefano Stabellini wrote: On Tue, 3 Jan 2017, Oleksandr Andrushchenko wrote: From: Oleksandr Andrushchenko

Re: [Xen-devel] [RFC] kbdif: add multi-touch support

2017-01-04 Thread Stefano Stabellini
On Wed, 4 Jan 2017, Oleksandr Andrushchenko wrote: > First of all, thank you for comments You are welcome :-) > On 01/04/2017 03:03 AM, Stefano Stabellini wrote: > > On Tue, 3 Jan 2017, Oleksandr Andrushchenko wrote: > > > From: Oleksandr Andrushchenko > > > > > > Signed-off-by: Oleksandr Andr

Re: [Xen-devel] [RFC] kbdif: add multi-touch support

2017-01-03 Thread Oleksandr Andrushchenko
First of all, thank you for comments On 01/04/2017 03:03 AM, Stefano Stabellini wrote: On Tue, 3 Jan 2017, Oleksandr Andrushchenko wrote: From: Oleksandr Andrushchenko Signed-off-by: Oleksandr Andrushchenko --- xen/include/public/io/kbdif.h | 64 +++

Re: [Xen-devel] [RFC] kbdif: add multi-touch support

2017-01-03 Thread Stefano Stabellini
On Tue, 3 Jan 2017, Oleksandr Andrushchenko wrote: > From: Oleksandr Andrushchenko > > Signed-off-by: Oleksandr Andrushchenko > --- > xen/include/public/io/kbdif.h | 64 > +++ > 1 file changed, 64 insertions(+) > > diff --git a/xen/include/public/io/kbd

Re: [Xen-devel] [RFC] kbdif: add multi-touch support

2017-01-03 Thread Oleksandr Andrushchenko
On 01/03/2017 06:28 PM, Jan Beulich wrote: On 03.01.17 at 16:39, wrote: --- a/xen/include/public/io/kbdif.h +++ b/xen/include/public/io/kbdif.h @@ -45,6 +45,19 @@ */ #define XENKBD_TYPE_POS 4 +/* + * Multi-touch event + * Capable backend sets feature-multi-touch in xenstore. + * F

Re: [Xen-devel] [RFC] kbdif: add multi-touch support

2017-01-03 Thread Jan Beulich
>>> On 03.01.17 at 16:39, wrote: > --- a/xen/include/public/io/kbdif.h > +++ b/xen/include/public/io/kbdif.h > @@ -45,6 +45,19 @@ > */ > #define XENKBD_TYPE_POS 4 > > +/* > + * Multi-touch event > + * Capable backend sets feature-multi-touch in xenstore. > + * Frontend requests feature by