diff options
Diffstat (limited to 'plugins/huawei/mm-plugin-huawei.c')
-rw-r--r-- | plugins/huawei/mm-plugin-huawei.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/huawei/mm-plugin-huawei.c b/plugins/huawei/mm-plugin-huawei.c index f699f2b4..05e25965 100644 --- a/plugins/huawei/mm-plugin-huawei.c +++ b/plugins/huawei/mm-plugin-huawei.c @@ -213,6 +213,7 @@ huawei_custom_init_step (HuaweiCustomInitContext *ctx) ctx->port, "AT^CURC=0", 3, + FALSE, /* raw */ ctx->cancellable, (MMAtSerialResponseFn)curc_ready, ctx); @@ -232,6 +233,7 @@ huawei_custom_init_step (HuaweiCustomInitContext *ctx) ctx->port, "AT^GETPORTMODE", 3, + FALSE, /* raw */ ctx->cancellable, (MMAtSerialResponseFn)getportmode_ready, ctx); |