summaryrefslogtreecommitdiff
path: root/data/mbim-service-qmi.json
diff options
context:
space:
mode:
authorEmil Ljungdahl <emil.ljungdahl@wisi.se>2016-04-06 19:25:27 +0200
committerAleksander Morgado <aleksander@aleksander.es>2016-07-05 10:52:42 +0200
commit7f5300b98b8011bb64bbf8b6dd66697ba37dece5 (patch)
treeaa5e0687cc68515856f026a609efdf2759133530 /data/mbim-service-qmi.json
parent7733044d69ba54906dc26ea98747f1a3c32d7264 (diff)
Avoid affecting the padding behavior for other services than QMI
Diffstat (limited to 'data/mbim-service-qmi.json')
-rw-r--r--data/mbim-service-qmi.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/data/mbim-service-qmi.json b/data/mbim-service-qmi.json
index b764d01..c11857f 100644
--- a/data/mbim-service-qmi.json
+++ b/data/mbim-service-qmi.json
@@ -9,7 +9,9 @@
"service" : "QMI",
"type" : "Command",
"set" : [ { "name" : "QmiMsg",
- "format" : "unsized-byte-array" } ],
+ "format" : "unsized-byte-array",
+ "pad-array" : "FALSE" } ],
"response" : [ { "name" : "QMUX",
- "format" : "unsized-byte-array" } ] }
+ "format" : "unsized-byte-array",
+ "pad-array" : "FALSE" } ] }
]