diff options
author | Dan Williams <dcbw@redhat.com> | 2016-09-07 10:59:40 -0500 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2016-09-07 10:59:53 -0500 |
commit | df98c06057ed398572154d02cab891c7258dd60a (patch) | |
tree | bcc563b3d8f46db32afe597a151670fb28a39927 /data | |
parent | 927f794d59c7b192051fbf9673517762e0d61d4b (diff) | |
download | external_libqmi-df98c06057ed398572154d02cab891c7258dd60a.zip external_libqmi-df98c06057ed398572154d02cab891c7258dd60a.tar.gz external_libqmi-df98c06057ed398572154d02cab891c7258dd60a.tar.bz2 |
dms: Read ERI File supported on DMS 1.1
Need CDMA/EVDO firmware for it though. 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 a395f0c..a34b534 100644 --- a/data/qmi-service-dms.json +++ b/data/qmi-service-dms.json @@ -711,7 +711,7 @@ "type" : "Message", "service" : "DMS", "id" : "0x0039", - "version" : "1.6", + "version" : "1.1", "output" : [ { "common-ref" : "Operation Result" }, { "name" : "ERI File", "id" : "0x01", |