Re: [Xen-devel] [PATCH RFC 02/18] kbdif: add raw events passing

2016-05-19 Thread Jan Beulich
>>> On 18.05.16 at 18:32, wrote: > xenkbd_raw carries raw linux event structure -- type, code & value, > which allows support of more devices (e.g. touchscreens). The "raw Linux event structure" may change, so you can't defer to it. All related definitions would need to be added here, namely ...

[Xen-devel] [PATCH RFC 02/18] kbdif: add raw events passing

2016-05-18 Thread Andrii Anisov
From: Sergiy Kibrik xenkbd_raw carries raw linux event structure -- type, code & value, which allows support of more devices (e.g. touchscreens). Signed-off-by: Sergiy Kibrik --- xen/include/public/io/kbdif.h | 10 ++ 1 file changed, 10 insertions(+) diff --git a/xen/include/public/io