summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/qmi-service-dms.json15
1 files changed, 14 insertions, 1 deletions
diff --git a/data/qmi-service-dms.json b/data/qmi-service-dms.json
index 2f580a1..69970d8 100644
--- a/data/qmi-service-dms.json
+++ b/data/qmi-service-dms.json
@@ -277,5 +277,18 @@
{ "name" : "Verify Retries Left",
"format" : "guint8" },
{ "name" : "Unblock Retries Left",
- "format" : "guint8" } ] } ] }
+ "format" : "guint8" } ] } ] },
+
+ // *********************************************************************************
+ { "name" : "Get Hardware Revision",
+ "type" : "Message",
+ "service" : "DMS",
+ "id" : "0x002C",
+ "output" : [ { "common-ref" : "Operation Result" },
+ { "name" : "Revision",
+ "id" : "0x01",
+ "mandatory" : "yes",
+ "type" : "TLV",
+ "format" : "string",
+ "prerequisites": [ { "common-ref" : "Success" } ] } ] }
]