From f4a26ec2b6053c44f34f1ac5ee2a8645c4622cb7 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Fri, 8 Apr 2011 16:20:43 -0500 Subject: [PATCH] hso: use zero send_delay since Option firmware is generally excellent --- plugins/mm-modem-hso.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;