diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2011-05-12 17:01:57 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2011-06-06 17:20:17 +0200 |
commit | 39215599018a12817a853615ccbc4ee67c234858 (patch) | |
tree | b4ab3768326b6b9b869810ab4f97847b61c39969 | |
parent | a2ba5c5e99b4200281fd1a57177676acd26a2cad (diff) |
cinterion: set modem disabled if 3 consecutive AT commands get timed out
-rw-r--r-- | plugins/mm-modem-cinterion-gsm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/mm-modem-cinterion-gsm.c b/plugins/mm-modem-cinterion-gsm.c index 0fd18be3..56a6b007 100644 --- a/plugins/mm-modem-cinterion-gsm.c +++ b/plugins/mm-modem-cinterion-gsm.c @@ -128,6 +128,7 @@ mm_modem_cinterion_gsm_new (const char *device, MM_MODEM_PLUGIN, plugin, MM_MODEM_HW_VID, vendor, MM_MODEM_HW_PID, product, + MM_MODEM_BASE_MAX_TIMEOUTS, 3, NULL)); } |