diff options
author | Dan Williams <dcbw@redhat.com> | 2010-06-24 11:09:33 -0700 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2010-06-24 11:09:33 -0700 |
commit | 6e79d153efc30fb2030536f7f795c19ad4a0661a (patch) | |
tree | 963a5d6ad150a88a2a8ab6d994d79d539e19383a /plugins/mm-plugin-huawei.c | |
parent | 72a1a6caf67a15655ade8dc5eed4f94f86107171 (diff) | |
parent | 5fc9f259e253fc32510eca8fbd42416706fe0db6 (diff) |
Merge remote branch 'origin/master' into creg
Diffstat (limited to 'plugins/mm-plugin-huawei.c')
-rw-r--r-- | plugins/mm-plugin-huawei.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mm-plugin-huawei.c b/plugins/mm-plugin-huawei.c index b4c97d6e..2993689d 100644 --- a/plugins/mm-plugin-huawei.c +++ b/plugins/mm-plugin-huawei.c @@ -237,7 +237,7 @@ supports_port (MMPluginBase *base, add_regex (info->serial, "\\r\\n\\^BOOT:.+\\r\\n", task); add_regex (info->serial, "\\r\\r\\^BOOT:.+\\r\\r", task); - info->id = g_timeout_add (5000, probe_secondary_timeout, task); + info->id = g_timeout_add_seconds (7, probe_secondary_timeout, task); g_object_set_data_full (G_OBJECT (task), TAG_SUPPORTS_INFO, info, huawei_supports_info_destroy); |