diff options
author | Dan Williams <dcbw@redhat.com> | 2010-01-19 13:46:07 -0800 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2010-01-19 13:46:07 -0800 |
commit | f6a09050af45a0bdbf3ddcd27e8e6197040671f3 (patch) | |
tree | b612e8a16a9b14bef2a5a9b1e8b71c77730f8270 /plugins/mm-modem-anydata-cdma.c | |
parent | 19c988d92b67b56d7c87993f7a8efd984124df39 (diff) |
cdma: allow plugins to override AT+CSS? during registration checking (rh #547294)
Some modems key the AT+CSS? response off their 1X state, so if the
modem has EVDO service but no 1X service, AT+CSS? will provide incorrect
registration state information and the registration checking will
end too early. Allow modems that can handle more specific registration
checking to skip the AT+CSS? part.
Diffstat (limited to 'plugins/mm-modem-anydata-cdma.c')
-rw-r--r-- | plugins/mm-modem-anydata-cdma.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/mm-modem-anydata-cdma.c b/plugins/mm-modem-anydata-cdma.c index 0988f8db..7269c774 100644 --- a/plugins/mm-modem-anydata-cdma.c +++ b/plugins/mm-modem-anydata-cdma.c @@ -62,6 +62,7 @@ mm_modem_anydata_cdma_new (const char *device, MM_MODEM_PLUGIN, plugin, MM_GENERIC_CDMA_EVDO_REV0, evdo_rev0, MM_GENERIC_CDMA_EVDO_REVA, evdo_revA, + MM_GENERIC_CDMA_REGISTRATION_TRY_CSS, FALSE, NULL)); } |