summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cli/qmicli.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/qmicli.c b/cli/qmicli.c
index 5029d1b..d24dabe 100644
--- a/cli/qmicli.c
+++ b/cli/qmicli.c
@@ -318,7 +318,7 @@ device_new_ready (GObject *unused,
/* Open the device */
qmi_device_open (device,
open_flags,
- 5,
+ 15,
cancellable,
(GAsyncReadyCallback)device_open_ready,
NULL);