From: Oleksandr Andrushchenko Date: Wed, 2 May 2018 14:49:18 +0000 (+0300) Subject: xen/kbdif: Add string constants for raw pointer X-Git-Tag: archive/raspbian/4.11.1-1+rpi1~1^2~66^2~106 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b953322c5772dbc537421f9e2f97026a1c2fcb2e;p=xen.git xen/kbdif: Add string constants for raw pointer Add missing string constants for {feature|request}-raw-pointer to align with the rest of the interface file. Fixes 7868654ff7fe ("kbdif: Define "feature-raw-pointer" and "request-raw-pointer") Signed-off-by: Oleksandr Andrushchenko Signed-off-by: Konrad Rzeszutek Wilk Release-acked-by: Juergen Gross --- diff --git a/xen/include/public/io/kbdif.h b/xen/include/public/io/kbdif.h index 3ce54e9a44..daf4bc2063 100644 --- a/xen/include/public/io/kbdif.h +++ b/xen/include/public/io/kbdif.h @@ -178,8 +178,10 @@ #define XENKBD_DRIVER_NAME "vkbd" #define XENKBD_FIELD_FEAT_ABS_POINTER "feature-abs-pointer" +#define XENKBD_FIELD_FEAT_RAW_POINTER "feature-raw-pointer" #define XENKBD_FIELD_FEAT_MTOUCH "feature-multi-touch" #define XENKBD_FIELD_REQ_ABS_POINTER "request-abs-pointer" +#define XENKBD_FIELD_REQ_RAW_POINTER "request-raw-pointer" #define XENKBD_FIELD_REQ_MTOUCH "request-multi-touch" #define XENKBD_FIELD_RING_GREF "page-gref" #define XENKBD_FIELD_EVT_CHANNEL "event-channel"