summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2022-02-23 23:35:31 +0100
committerAleksander Morgado <aleksander@aleksander.es>2022-02-26 23:10:21 +0100
commiteabc1c4adfe9fc809759151cbcfa7d597072b04d (patch)
tree8bc110bdaff7e999b830d0d880251bcdacfe0631 /data
parent3f7dfbe087e166402bfd2983d60a65387ecbaa9c (diff)
downloadlibqmi-eabc1c4adfe9fc809759151cbcfa7d597072b04d.tar.gz
uim: avoid array of arrays in Slot EID Information
We cannot do arrays of arrays when supporting the new GIR array compat methods in 1.32
Diffstat (limited to 'data')
-rw-r--r--data/qmi-service-uim.json26
1 files changed, 15 insertions, 11 deletions
diff --git a/data/qmi-service-uim.json b/data/qmi-service-uim.json
index 1fa7baef..1f8f27ce 100644
--- a/data/qmi-service-uim.json
+++ b/data/qmi-service-uim.json
@@ -153,17 +153,19 @@
"public-format" : "gboolean" } ] } },
// *********************************************************************************
- { "common-ref" : "Slot EID Information",
- "name" : "Slot EID Information",
- "fullname" : "Qmi Slot EID Information",
+ { "common-ref" : "Slot EID",
+ "name" : "Slot EID",
+ "fullname" : "Qmi Slot EID",
"id" : "0x12",
"type" : "TLV",
"format" : "array",
"size-prefix-format" : "guint8",
- "array-element" : { "name" : "EID",
- "format" : "array",
- "size-prefix-format" : "guint8",
- "array-element" : { "format" : "guint8" } } },
+ "array-element" : { "name" : "Element",
+ "format" : "struct",
+ "contents" : [ { "name" : "EID",
+ "format" : "array",
+ "size-prefix-format" : "guint8",
+ "array-element" : { "format" : "guint8" } } ] } },
// *********************************************************************************
{ "name" : "Reset",
@@ -941,13 +943,14 @@
"service" : "UIM",
"id" : "0x0047",
"since" : "1.26",
+ "output-compat" : "yes",
"output" : [ { "common-ref" : "Operation Result" },
{ "common-ref" : "Physical Slot Status",
"since" : "1.26" },
{ "common-ref" : "Physical Slot Information",
"since" : "1.26" },
- { "common-ref" : "Slot EID Information",
- "since" : "1.26" } ] },
+ { "common-ref" : "Slot EID",
+ "since" : "1.32" } ] },
// *********************************************************************************
{ "name" : "Slot Status",
@@ -955,11 +958,12 @@
"service" : "UIM",
"id" : "0x0048",
"since" : "1.26",
+ "output-compat" : "yes",
"output" : [ { "common-ref" : "Physical Slot Status",
"since" : "1.26" },
{ "common-ref" : "Physical Slot Information",
"since" : "1.26" },
- { "common-ref" : "Slot EID Information",
- "since" : "1.26" } ] }
+ { "common-ref" : "Slot EID",
+ "since" : "1.32" } ] }
]