From: Oleksandr Andrushchenko <andr2000@gmail.com>
To: xen-devel@lists.xenproject.org, linux-kernel@vger.kernel.org,
linux-input@vger.kernel.org
Cc: joculator@gmail.com, al1img@gmail.com, vlad.babchuk@gmail.com,
andrii.anisov@gmail.com, olekstysh@gmail.com,
boris.ostrovsky@oracle.com, dmitry.torokhov@gmail.com,
jgross@suse.com, andr2000@gmail.com,
Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
Subject: [PATCH 0/2] xen/input: add multi-touch support
Date: Thu, 13 Apr 2017 14:38:02 +0300 [thread overview]
Message-ID: <1492083484-31786-1-git-send-email-andr2000@gmail.com> (raw)
From: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
Hi, all!
This patch series updates existing Xen vkbd frontend driver
to use string constants from the corresponding IO protocol
(kbdif.h) and adds support for virtual multi-touch input device.
This has been tested on a guest running Weston.
This patch series depends on:
https://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git/commit/?h=linux-next&id=16b3087654b8565ae14c23ac3797e5f60ba0b13d
https://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git/commit/?h=linux-next&id=edd5bdb7b06fd1a0c68b6f39b2c776368eba00c8
https://lkml.org/lkml/2017/4/11/352
Thank you,
Oleksandr Andrushchenko
Oleksandr Andrushchenko (2):
xen/input: use string constants from PV protocol
xen/input: add multi-touch support
drivers/input/misc/xen-kbdfront.c | 164 +++++++++++++++++++++++++++++++++++---
1 file changed, 153 insertions(+), 11 deletions(-)
--
2.7.4
next reply other threads:[~2017-04-13 11:38 UTC|newest]
Thread overview: 48+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-13 11:38 Oleksandr Andrushchenko [this message]
2017-04-13 11:38 ` [PATCH 1/2] xen/input: use string constants from PV protocol Oleksandr Andrushchenko
2017-04-21 2:11 ` Dmitry Torokhov
2017-04-21 6:42 ` Oleksandr Andrushchenko
2017-05-05 4:43 ` Oleksandr Andrushchenko
2017-05-05 4:43 ` Oleksandr Andrushchenko
2017-05-12 13:43 ` Oleksandr Andrushchenko
2017-05-12 13:43 ` Oleksandr Andrushchenko
2017-05-22 13:24 ` Oleksandr Andrushchenko
2017-05-22 13:24 ` Oleksandr Andrushchenko
2017-04-21 6:42 ` Oleksandr Andrushchenko
2017-05-30 12:37 ` Oleksandr Andrushchenko
2017-05-30 12:37 ` Oleksandr Andrushchenko
2017-04-21 2:11 ` Dmitry Torokhov
2017-04-13 11:38 ` Oleksandr Andrushchenko
2017-04-13 11:38 ` [PATCH 2/2] xen/input: add multi-touch support Oleksandr Andrushchenko
2017-04-21 2:10 ` Dmitry Torokhov
2017-04-21 2:10 ` Dmitry Torokhov
2017-04-21 6:40 ` Oleksandr Andrushchenko
2017-04-21 6:40 ` Oleksandr Andrushchenko
2017-05-05 4:45 ` Oleksandr Andrushchenko
2017-05-05 4:45 ` Oleksandr Andrushchenko
2017-05-12 13:44 ` Oleksandr Andrushchenko
2017-05-12 13:44 ` Oleksandr Andrushchenko
2017-05-22 13:25 ` Oleksandr Andrushchenko
2017-05-22 13:25 ` Oleksandr Andrushchenko
2017-05-30 5:51 ` Dmitry Torokhov
2017-05-30 12:50 ` Oleksandr Andrushchenko
2017-05-30 12:50 ` Oleksandr Andrushchenko
2017-05-30 16:37 ` Dmitry Torokhov
2017-05-31 9:06 ` Oleksandr Andrushchenko
2017-06-07 7:15 ` Oleksandr Andrushchenko
2017-06-07 7:15 ` Oleksandr Andrushchenko
2017-06-07 16:56 ` Dmitry Torokhov
2017-06-07 16:56 ` Dmitry Torokhov
2017-06-08 6:45 ` Oleksandr Andrushchenko
2017-06-08 6:45 ` Oleksandr Andrushchenko
2017-06-19 10:00 ` Oleksandr Andrushchenko
2017-06-19 10:00 ` Oleksandr Andrushchenko
2017-06-21 7:24 ` Dmitry Torokhov
2017-06-21 7:24 ` Dmitry Torokhov
2017-06-21 8:54 ` Oleksandr Andrushchenko
2017-06-21 8:54 ` Oleksandr Andrushchenko
2017-05-31 9:06 ` Oleksandr Andrushchenko
2017-05-30 16:37 ` Dmitry Torokhov
2017-05-30 5:51 ` Dmitry Torokhov
2017-04-13 11:38 ` Oleksandr Andrushchenko
-- strict thread matches above, loose matches on Subject: below --
2017-04-13 11:38 [PATCH 0/2] " Oleksandr Andrushchenko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1492083484-31786-1-git-send-email-andr2000@gmail.com \
--to=andr2000@gmail.com \
--cc=al1img@gmail.com \
--cc=andrii.anisov@gmail.com \
--cc=boris.ostrovsky@oracle.com \
--cc=dmitry.torokhov@gmail.com \
--cc=jgross@suse.com \
--cc=joculator@gmail.com \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=oleksandr_andrushchenko@epam.com \
--cc=olekstysh@gmail.com \
--cc=vlad.babchuk@gmail.com \
--cc=xen-devel@lists.xenproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.