aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2017-01-10 10:48:24 +0100
committerAleksander Morgado <aleksander@aleksander.es>2017-01-16 11:24:15 +0100
commit295228a1fdcdc1e495d99ca9640bbe81f7288c4b (patch)
tree20b9aa2a75cff31ef96125c96d02764685c4df20 /data
parent726f8b9ae322f8847d6e46bbd96180ea8e65b15a (diff)
downloadexternal_libqmi-295228a1fdcdc1e495d99ca9640bbe81f7288c4b.zip
external_libqmi-295228a1fdcdc1e495d99ca9640bbe81f7288c4b.tar.gz
external_libqmi-295228a1fdcdc1e495d99ca9640bbe81f7288c4b.tar.bz2
dms: implement 'Get/Set Boot Image Download Mode'
Diffstat (limited to 'data')
-rw-r--r--data/qmi-service-dms.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/data/qmi-service-dms.json b/data/qmi-service-dms.json
index 1db1ef9..c04582b 100644
--- a/data/qmi-service-dms.json
+++ b/data/qmi-service-dms.json
@@ -1138,6 +1138,35 @@
"output" : [ { "common-ref" : "Operation Result" } ] },
// *********************************************************************************
+ { "name" : "Get Boot Image Download Mode",
+ "type" : "Message",
+ "service" : "DMS",
+ "id" : "0x004F",
+ "version" : "1.0",
+ "output" : [ { "common-ref" : "Operation Result" },
+ { "name" : "Mode",
+ "id" : "0x10",
+ "mandatory" : "no",
+ "type" : "TLV",
+ "format" : "guint8",
+ "public-format" : "QmiDmsBootImageDownloadMode",
+ "prerequisites": [ { "common-ref" : "Success" } ] } ] },
+
+ // *********************************************************************************
+ { "name" : "Set Boot Image Download Mode",
+ "type" : "Message",
+ "service" : "DMS",
+ "id" : "0x0050",
+ "version" : "1.0",
+ "input" : [ { "name" : "Mode",
+ "id" : "0x01",
+ "mandatory" : "yes",
+ "type" : "TLV",
+ "format" : "guint8",
+ "public-format" : "QmiDmsBootImageDownloadMode" } ],
+ "output" : [ { "common-ref" : "Operation Result" } ] },
+
+ // *********************************************************************************
{ "name" : "Get Software Version",
"type" : "Message",
"service" : "DMS",