aboutsummaryrefslogtreecommitdiff
path: root/plugins/mm-modem-hso.c
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2011-05-04 13:17:33 +0200
committerGuido Günther <agx@sigxcpu.org>2014-02-05 08:38:25 +0100
commitbbf8a053e07c66f336ed46a7fb6105dc30645596 (patch)
tree2a7a406bd84522eb64d355b222e95143462c8b0d /plugins/mm-modem-hso.c
parent5052359cd3ffb2ae94b31f915515609c07233547 (diff)
parent10d15c65fd10614c4085af390a9fbf390ab958b7 (diff)
Imported Debian patch 0.4+git.20110429t103114.863dbca-1debian/0.4+git.20110429t103114.863dbca-1
Diffstat (limited to 'plugins/mm-modem-hso.c')
-rw-r--r--plugins/mm-modem-hso.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mm-modem-hso.c b/plugins/mm-modem-hso.c
index ff0264a..7081666 100644
--- a/plugins/mm-modem-hso.c
+++ b/plugins/mm-modem-hso.c
@@ -750,7 +750,7 @@ grab_port (MMModem *modem,
goto out;
if (MM_IS_AT_SERIAL_PORT (port)) {
- g_object_set (G_OBJECT (port), MM_SERIAL_PORT_SEND_DELAY, (guint64) 10000, NULL);
+ g_object_set (G_OBJECT (port), MM_SERIAL_PORT_SEND_DELAY, (guint64) 0, NULL);
if (ptype == MM_PORT_TYPE_PRIMARY) {
GRegex *regex;