diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2017-01-20 14:44:54 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2017-01-29 10:37:53 +0100 |
commit | 132bd1b0ef5c3b8b9f2544261a9e57e0fd589c14 (patch) | |
tree | 4c1eef60cb60e1170b5e3eacda709f4d9a18f1bd /data | |
parent | bffee13b741eaac0da2dd89ca2d2e8535cea87d8 (diff) | |
download | external_libqmi-132bd1b0ef5c3b8b9f2544261a9e57e0fd589c14.zip external_libqmi-132bd1b0ef5c3b8b9f2544261a9e57e0fd589c14.tar.gz external_libqmi-132bd1b0ef5c3b8b9f2544261a9e57e0fd589c14.tar.bz2 |
dms: renamed DMS 0x5556 to 'HP Change Device Mode'
Also, define a new QmiDmsHpDeviceMode enumeration with the modes found
out of the HPlt4120.
Note this command is flagged as 'HP' because it only applies to HP
devices, at least only to the HPlt4120.
Diffstat (limited to 'data')
-rw-r--r-- | data/qmi-service-dms.json | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/data/qmi-service-dms.json b/data/qmi-service-dms.json index cebf621..656172a 100644 --- a/data/qmi-service-dms.json +++ b/data/qmi-service-dms.json @@ -1225,16 +1225,17 @@ "prerequisites" : [ { "common-ref" : "Success" } ] } ] }, // ********************************************************************************* - { "name" : "Change Device Download Mode", + { "name" : "HP Change Device Mode", "type" : "Message", "service" : "DMS", "id" : "0x5556", "version" : "1.0", - "input" : [ { "name" : "Mode", - "id" : "0x01", - "mandatory" : "yes", - "type" : "TLV", - "format" : "guint8" } ], + "input" : [ { "name" : "Mode", + "id" : "0x01", + "mandatory" : "yes", + "type" : "TLV", + "format" : "guint8", + "public-format" : "QmiDmsHpDeviceMode" } ], "output" : [ { "common-ref" : "Operation Result" } ] }, // ********************************************************************************* |