From 35286bcd46309b8395535f6f4b06ffb429c0422d Mon Sep 17 00:00:00 2001 From: Peter Harris Date: Thu, 19 Mar 2009 13:42:19 -0400 Subject: [PATCH] xinput tweaks - The 'present' field is boolean - The spec seems to imply that AxisInfo should be signed. In actual usage, some devices center on 0, and transmit signed values. - Add error definitions Signed-off-by: Peter Harris --- src/xinput.xml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/src/xinput.xml b/src/xinput.xml index 89f3459..bc10d06 100644 --- a/src/xinput.xml +++ b/src/xinput.xml @@ -57,7 +57,7 @@ authorization from the authors. - + @@ -115,8 +115,8 @@ authorization from the authors. - - + + @@ -991,4 +991,12 @@ authorization from the authors. + + + + + + + + -- 2.7.4