aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2011-04-08 16:20:43 -0500
committerDan Williams <dcbw@redhat.com>2011-04-08 16:20:43 -0500
commitf4a26ec2b6053c44f34f1ac5ee2a8645c4622cb7 (patch)
treefff0a0e71550822714c0539a7eac2c8640e45305
parented5aefb3cb1d7db3a0b19678d4568d813719eb01 (diff)
hso: use zero send_delay since Option firmware is generally excellent
-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 ff0264ad..70816665 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;