diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2017-01-13 10:47:44 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2017-01-16 11:24:16 +0100 |
commit | bdc0a1e71e18419dd15f8d6865425cb6884e77c0 (patch) | |
tree | 9d2934170fc83de2e4cd28c033399c9a0724d92e /data | |
parent | 4822e554694cf4a87990e9a246b102d29bcbfd53 (diff) |
dms: add support for 'Set firmware id'
This command is the one used by Sierra modems to get into Boot & Hold
mode, and very likely has a set of TLVs that we don't know about. For
now, just an empty message.
Diffstat (limited to 'data')
-rw-r--r-- | data/qmi-service-dms.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/data/qmi-service-dms.json b/data/qmi-service-dms.json index c04582b..cebf621 100644 --- a/data/qmi-service-dms.json +++ b/data/qmi-service-dms.json @@ -765,6 +765,14 @@ "prerequisites": [ { "common-ref" : "Success" } ] } ] }, // ********************************************************************************* + { "name" : "Set Firmware ID", + "type" : "Message", + "service" : "DMS", + "id" : "0x003E", + "version" : "1.1", + "output" : [ { "common-ref" : "Operation Result" } ] }, + + // ********************************************************************************* { "name" : "UIM Get CK Status", "type" : "Message", "service" : "DMS", |