hso: use zero send_delay since Option firmware is generally excellent

This commit is contained in:
Dan Williams
2011-04-08 16:20:43 -05:00
parent ed5aefb3cb
commit f4a26ec2b6

View File

@@ -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;