summaryrefslogtreecommitdiff
path: root/data/mbim-service-qmi.json
diff options
context:
space:
mode:
authorEmil Ljungdahl <emil.ljungdahl@wisi.se>2016-04-06 19:16:47 +0200
committerAleksander Morgado <aleksander@aleksander.es>2016-07-05 10:52:42 +0200
commit7733044d69ba54906dc26ea98747f1a3c32d7264 (patch)
treeb0b2c61a5f8f970edc23d457bb0618b6a90dcd28 /data/mbim-service-qmi.json
parent7bf40d20b8afc071de26c77b9c0b668fcb799b90 (diff)
Added json file lost in original qmi-over-mbim patch
Diffstat (limited to 'data/mbim-service-qmi.json')
-rw-r--r--data/mbim-service-qmi.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/data/mbim-service-qmi.json b/data/mbim-service-qmi.json
new file mode 100644
index 0000000..b764d01
--- /dev/null
+++ b/data/mbim-service-qmi.json
@@ -0,0 +1,15 @@
+
+[
+ // *********************************************************************************
+ { "type" : "Service",
+ "name" : "QMI" },
+
+ // *********************************************************************************
+ { "name" : "msg",
+ "service" : "QMI",
+ "type" : "Command",
+ "set" : [ { "name" : "QmiMsg",
+ "format" : "unsized-byte-array" } ],
+ "response" : [ { "name" : "QMUX",
+ "format" : "unsized-byte-array" } ] }
+]