diff options
author | Dan Williams <dcbw@redhat.com> | 2016-09-07 10:43:55 -0500 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2016-09-07 10:44:37 -0500 |
commit | 3823e1b0466d6987d13da3e33f51aa5f34afcd55 (patch) | |
tree | 4b588d9dea90b7d633375a6cba7fac21306114a7 /data | |
parent | a5b57bda826bb6c5e6d4fd7a8a2ed999aeb46ee0 (diff) | |
download | external_libqmi-3823e1b0466d6987d13da3e33f51aa5f34afcd55.zip external_libqmi-3823e1b0466d6987d13da3e33f51aa5f34afcd55.tar.gz external_libqmi-3823e1b0466d6987d13da3e33f51aa5f34afcd55.tar.bz2 |
dms: Get Hardware Revision supported on DMS 1.1
Tested on Novatel USB1000:
[07 Sep 2016, 10:43:19] [Debug] [/dev/cdc-wdm1] QMI Device supports 6 services:
[07 Sep 2016, 10:43:19] [Debug] [/dev/cdc-wdm1] ctl (1.0)
[07 Sep 2016, 10:43:19] [Debug] [/dev/cdc-wdm1] wds (1.1)
[07 Sep 2016, 10:43:19] [Debug] [/dev/cdc-wdm1] dms (1.1)
[07 Sep 2016, 10:43:19] [Debug] [/dev/cdc-wdm1] nas (1.0)
[07 Sep 2016, 10:43:19] [Debug] [/dev/cdc-wdm1] wms (1.0)
[07 Sep 2016, 10:43:19] [Debug] [/dev/cdc-wdm1] pds (1.0)
Diffstat (limited to 'data')
-rw-r--r-- | data/qmi-service-dms.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/qmi-service-dms.json b/data/qmi-service-dms.json index b5937c5..551f848 100644 --- a/data/qmi-service-dms.json +++ b/data/qmi-service-dms.json @@ -436,7 +436,7 @@ "type" : "Message", "service" : "DMS", "id" : "0x002C", - "version" : "1.2", + "version" : "1.1", "output" : [ { "common-ref" : "Operation Result" }, { "name" : "Revision", "id" : "0x01", |