From: Christian Linhart Date: Tue, 19 Aug 2014 11:13:54 +0000 (+0200) Subject: xinput: ev DeviceKeyStateNotify.device_id: mask X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;h=fe95c9448b220b058f7e33e54f8dea5824fb7ac6;hp=01d0228f9bfc354d3832b6a68355769a7ad38ea3;p=free-sw%2Fxcb%2Fproto xinput: ev DeviceKeyStateNotify.device_id: mask add mask "MoreEventsMask" to field "device_id" V2: patch revised according to suggestion from Peter Harris: * use "altmask" instead of "mask" because all the legal values of device_id are not described by the elements of MoreEventsMask. spec: http://cgit.freedesktop.org/xorg/lib/libXi/tree/specs/encoding.xml#n2239 http://cgit.freedesktop.org/xorg/xserver/tree/dix/enterleave.c#n745 note: this mask is missing in the following spec: http://cgit.freedesktop.org/xorg/proto/inputproto/tree/specs/XIproto.txt#n2428 --- diff --git a/src/xinput.xml b/src/xinput.xml index cd0a111..8d6d954 100644 --- a/src/xinput.xml +++ b/src/xinput.xml @@ -1909,7 +1909,7 @@ authorization from the authors. - + 28