From 70b975cfd62b16fc04f051f10e81adcd8abaf6c1 Mon Sep 17 00:00:00 2001 From: Christian Linhart Date: Sat, 23 Aug 2014 13:05:43 +0200 Subject: [PATCH] xinput: ev DeviceStateNotify.classes_reported: mask add new enum "ClassesReportedMask" as mask to field "classes_reported" V2: patch revised according to suggestion from Peter Harris: * use names which indicate the way the bits should be flipped V3: revised the diff-context according to the modification of patch 18/22 V2 spec: http://cgit.freedesktop.org/xorg/proto/inputproto/tree/specs/XIproto.txt#n2401 http://cgit.freedesktop.org/xorg/lib/libXi/tree/specs/encoding.xml#n2220 --- src/xinput.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/xinput.xml b/src/xinput.xml index e81ec57..3d71da7 100644 --- a/src/xinput.xml +++ b/src/xinput.xml @@ -1868,13 +1868,25 @@ authorization from the authors. + + 7 + + + 6 + + + 2 + 1 + 0 + + - + 4 -- 2.34.1