summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-06-27 18:29:44 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-07-03 16:08:57 +0200
commit18461a70b3c774e69b015e236f73d0c4b37bb2a3 (patch)
tree4fc9f049526f3f2786070ebe7ce50109451601ac
parente991b11186b59d143f4fe37529a9018e665d4f2f (diff)
dms: implement "Get Hardware Revision" request/response
-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" } ] } ] }
]