summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorDaniele Palmas <dnlplm@gmail.com>2021-11-19 12:00:56 +0100
committerDaniele Palmas <dnlplm@gmail.com>2021-11-22 15:45:23 +0100
commitd82dbd06ec3129838e624f9773c9bcff18e08a90 (patch)
treea0e53b9bd9f99c68938d3167c1fae0bb44febc30 /data
parent6dc0caf8c768f203134b55f61fd7cc9ae2573a95 (diff)
downloadlibqmi-d82dbd06ec3129838e624f9773c9bcff18e08a90.tar.gz
gas: add request for switching USB composition
Diffstat (limited to 'data')
-rw-r--r--data/qmi-service-gas.json37
1 files changed, 37 insertions, 0 deletions
diff --git a/data/qmi-service-gas.json b/data/qmi-service-gas.json
index 1a434e94..93befb9a 100644
--- a/data/qmi-service-gas.json
+++ b/data/qmi-service-gas.json
@@ -14,6 +14,43 @@
"type" : "Message-ID-Enum" },
// *********************************************************************************
+ { "name" : "DMS Set USB Composition",
+ "type" : "Message",
+ "service" : "GAS",
+ "id" : "0x0203",
+ "since" : "1.32",
+ "input" : [ { "name" : "USB Composition",
+ "id" : "0x01",
+ "type" : "TLV",
+ "since" : "1.32",
+ "format" : "guint32" },
+ { "name" : "Endpoint Type",
+ "id" : "0x02",
+ "type" : "TLV",
+ "since" : "1.32",
+ "format" : "guint8",
+ "public-format": "QmiGasUsbCompositionEndpointType" },
+ { "name" : "Composition Persistence",
+ "id" : "0x03",
+ "type" : "TLV",
+ "since" : "1.32",
+ "format" : "guint8",
+ "public-format": "gboolean" },
+ { "name" : "Immediate Setting",
+ "id" : "0x04",
+ "type" : "TLV",
+ "since" : "1.32",
+ "format" : "guint8",
+ "public-format": "gboolean" },
+ { "name" : "Reboot After Setting",
+ "id" : "0x05",
+ "type" : "TLV",
+ "since" : "1.32",
+ "format" : "guint8",
+ "public-format": "gboolean" } ],
+ "output" : [ { "common-ref" : "Operation Result" } ] },
+
+ // *********************************************************************************
{ "name" : "DMS Set Active Firmware",
"type" : "Message",
"service" : "GAS",