aboutsummaryrefslogtreecommitdiff
path: root/src/mm-modem-base.h
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2010-02-09 23:44:23 -0800
committerDan Williams <dcbw@redhat.com>2010-02-09 23:44:23 -0800
commitd8ea5ea003f6e06520ec1254d89ec5fec5438d18 (patch)
tree76c714f6a011dbc69a5b1e89263c2c0c456b8c1c /src/mm-modem-base.h
parent95dd4b5be1ebb0408be6e282eb20e2c45df1f253 (diff)
gsm: fix initial PIN checking for devices that echo by default
If the modem echoed commands by default (since we may not have initialized the modem yet), the echoed command would confuse the PIN check reply parser.
Diffstat (limited to 'src/mm-modem-base.h')
-rw-r--r--src/mm-modem-base.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mm-modem-base.h b/src/mm-modem-base.h
index 9078f3f2..db2b5fb6 100644
--- a/src/mm-modem-base.h
+++ b/src/mm-modem-base.h
@@ -60,6 +60,8 @@ void mm_modem_base_set_valid (MMModemBase *self,
gboolean mm_modem_base_get_valid (MMModemBase *self);
+const char *mm_modem_base_get_unlock_required (MMModemBase *self);
+
void mm_modem_base_set_unlock_required (MMModemBase *self,
const char *unlock_required);