>>> 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 ...
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