Age | Commit message (Collapse) | Author |
|
|
|
Keep registration info in sync correctly. Emit signal when it changes.
|
|
Python DBus bindings are unable to implement methods that return multiple
values.
|
|
|
|
|
|
|
|
Based on patch from Stefan Seyfried <seife@suse.de>.
|
|
Rework the MMCallbackInfo callback invocation.
Always use g_error_literal() where it makes sense.
Replace sleep() calls, with timeouts to not block the whole MM.
|
|
|
|
* introspection/mm-modem-gsm-card.xml: add SendPuk method
Gsm.Card interface
* src/mm-generic-gsm.c (send_puk_done, send_puk):
- implement generic SendPuk with +CPIN="<puk>,<pin>"
* src/mm-modem-gsm-card.h,
src/mm-modem-gsm-card.c (mm_modem_gsm_card_send_pin,
impl_gsm_modem_send_pin): implement SendPuk glue.
|
|
Patch from Stefan Seyfried <seife@suse.de>.
|
|
|
|
|
|
device.
|
|
|
|
For now, it only waits a bit after CFUN=1 call.
|
|
It's mandatory by spec, so it really shouldn't be optional. Need to figure
out which CDMA modems have problems with it and implement plugin for them.
|
|
|
|
|
|
registration request.
|
|
|
|
|
|
|
|
Patch from Per Hallsmark <per@hallsmark.se>.
|
|
|
|
Patch from Bjorn Runaker <bjorn.runaker@ericsson.com>.
|
|
|
|
|
|
function.
It's useful for other modems too that need to strip unsolicited messages from
responses.
|
|
Author: Per Hallsmark.
|
|
|
|
Show the correct error in case of write errors (EAGAIN).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|