diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-06-27 18:29:44 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-07-03 16:08:57 +0200 |
commit | 18461a70b3c774e69b015e236f73d0c4b37bb2a3 (patch) | |
tree | 4fc9f049526f3f2786070ebe7ce50109451601ac /data | |
parent | e991b11186b59d143f4fe37529a9018e665d4f2f (diff) | |
download | external_libqmi-18461a70b3c774e69b015e236f73d0c4b37bb2a3.zip external_libqmi-18461a70b3c774e69b015e236f73d0c4b37bb2a3.tar.gz external_libqmi-18461a70b3c774e69b015e236f73d0c4b37bb2a3.tar.bz2 |
dms: implement "Get Hardware Revision" request/response
Diffstat (limited to 'data')
-rw-r--r-- | data/qmi-service-dms.json | 15 |
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" } ] } ] } ] |