From 37f4ea687f129679ca555f0644d4d0fafc8b9765 Mon Sep 17 00:00:00 2001 From: Daniel Martin Date: Tue, 15 Jan 2013 20:28:05 +0100 Subject: [PATCH] xinput: Unlock uninterpreted lists The 'uninterpreted_data' lists have been added to pad the structure at runtime and thereby making lists of such structures iterable. This is a temporary solution until it is possible to nest a in a correctly. Signed-off-by: Daniel Martin --- src/xinput.xml | 71 +++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 64 insertions(+), 7 deletions(-) diff --git a/src/xinput.xml b/src/xinput.xml index 3883b93..464d2d9 100644 --- a/src/xinput.xml +++ b/src/xinput.xml @@ -517,6 +517,12 @@ authorization from the authors. + + + len + 4 + + @@ -526,7 +532,9 @@ authorization from the authors. - + + num_feedbacks + @@ -596,13 +604,19 @@ authorization from the authors. + + + len + 4 + + - + @@ -741,6 +755,13 @@ authorization from the authors. + + + + len + 4 + + @@ -750,7 +771,9 @@ authorization from the authors. - + + num_classes + @@ -867,6 +890,12 @@ authorization from the authors. + + + len + 4 + + @@ -877,7 +906,7 @@ authorization from the authors. - + @@ -934,13 +963,19 @@ authorization from the authors. + + + len + 4 + + - + @@ -1184,11 +1219,22 @@ authorization from the authors. + + + + len + 4 + + 4 + + - + + num_changes + @@ -1345,6 +1391,15 @@ authorization from the authors. + + + + len + 4 + + 8 + + @@ -1369,7 +1424,9 @@ authorization from the authors. 4 - + + num_classes + -- 2.34.1