aboutsummaryrefslogtreecommitdiff
path: root/plugins/longcheer/mm-plugin-longcheer.c
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-08-24 11:39:19 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-08-24 12:32:28 +0200
commitd9ea4a304c06d28c5f8d780abe6f57cc179ba2a8 (patch)
tree045dfade86a05d0c7428991c1162e3d8dc788832 /plugins/longcheer/mm-plugin-longcheer.c
parentd74336e96dc24b578324f45d57e108d686a95df5 (diff)
at-serial-port: allow sending 'raw' commands
Commands treated as 'raw' won't get the 'AT' prefix and will also not get the trailing carriage return.
Diffstat (limited to 'plugins/longcheer/mm-plugin-longcheer.c')
-rw-r--r--plugins/longcheer/mm-plugin-longcheer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/longcheer/mm-plugin-longcheer.c b/plugins/longcheer/mm-plugin-longcheer.c
index 4b94a590..08a9eb46 100644
--- a/plugins/longcheer/mm-plugin-longcheer.c
+++ b/plugins/longcheer/mm-plugin-longcheer.c
@@ -130,6 +130,7 @@ longcheer_custom_init_step (LongcheerCustomInitContext *ctx)
ctx->port,
"AT+GMR",
3,
+ FALSE, /* raw */
ctx->cancellable,
(MMAtSerialResponseFn)gmr_ready,
ctx);