From: Oleksandr Andrushchenko Date: Fri, 8 Jun 2018 06:08:28 +0000 (+0300) Subject: xen/kbdif: Move multi-touch device parameters to backend nodes X-Git-Tag: archive/raspbian/4.11.1-1+rpi1~1^2~66^2~69 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8ef23d93fdedaaf71167c9ef388e5a1be39582fa;p=xen.git xen/kbdif: Move multi-touch device parameters to backend nodes In current kbdif protocol definition multi-touch device parameters are described as a part of frontend's XenBus configuration nodes while they belong to backend's configuration. Fix this by moving the parameters to the proper section. Fixes: b7a3ce49d528 ("xen/kbdif: add multi-touch support") Signed-off-by: Oleksandr Andrushchenko Reported-by: Oleksandr Grytsov Reviewed-by: Oleksandr Grytsov Reviewed-by: Konrad Rzeszutek Wilk Release-acked-by: Juergen Gross Signed-off-by: Konrad Rzeszutek Wilk --- diff --git a/xen/include/public/io/kbdif.h b/xen/include/public/io/kbdif.h index 23d1f70d52..a68da0f1a3 100644 --- a/xen/include/public/io/kbdif.h +++ b/xen/include/public/io/kbdif.h @@ -96,6 +96,25 @@ * Maximum Y coordinate (height) to be used by the frontend * while reporting input events, pixels, [0; UINT32_MAX]. * + *----------------------- Multi-touch Device Parameters ---------------------- + * + * multi-touch-num-contacts + * Values: + * + * Number of simultaneous touches reported. + * + * multi-touch-width + * Values: + * + * Width of the touch area to be used by the frontend + * while reporting input events, pixels, [0; UINT32_MAX]. + * + * multi-touch-height + * Values: + * + * Height of the touch area to be used by the frontend + * while reporting input events, pixels, [0; UINT32_MAX]. + * ***************************************************************************** * Frontend XenBus Nodes ***************************************************************************** @@ -143,25 +162,6 @@ * * OBSOLETE, not recommended for use. * PFN of the shared page. - * - *----------------------- Multi-touch Device Parameters ----------------------- - * - * multi-touch-num-contacts - * Values: - * - * Number of simultaneous touches reported. - * - * multi-touch-width - * Values: - * - * Width of the touch area to be used by the frontend - * while reporting input events, pixels, [0; UINT32_MAX]. - * - * multi-touch-height - * Values: - * - * Height of the touch area to be used by the frontend - * while reporting input events, pixels, [0; UINT32_MAX]. */ /*