Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-02 | atmodem: Add MBM vendor quirk for SIM record update | Miia Leinonen | 1 | -2/+24 | |
2011-02-01 | atmodem: Add pin retry count support for mbm | Jeevaka Badrappan | 1 | -0/+46 | |
2011-02-01 | atmodem: implement standard PIN retries | Rémi Denis-Courmont | 1 | -0/+48 | |
2011-01-29 | atmodem: fix memory leak | Jeevaka Badrappan | 1 | -0/+2 | |
2011-01-29 | atmodem: remove NULL check | Jeevaka Badrappan | 1 | -43/+3 | |
2011-01-27 | atmodem: Add Sierra vendor quirk for SIM file reading | Marcel Holtmann | 1 | -0/+1 | |
2011-01-26 | atmodem: rename parameter according to header | Lucas De Marchi | 1 | -2/+2 | |
2011-01-19 | sim: Add a missing break statement just in case | Denis Kenzior | 1 | -0/+1 | |
2011-01-19 | atmodem: add ifx support for pin retry count | Jeevaka Badrappan | 1 | -27/+69 | |
2011-01-18 | atmodem: coding style fix | Jeevaka Badrappan | 1 | -1/+1 | |
2011-01-12 | atmodem: M15 coding style fix | Jeevaka Badrappan | 1 | -2/+2 | |
2011-01-10 | atmodem: Use switch statement for vendor quirks | Marcel Holtmann | 1 | -2/+4 | |
2011-01-10 | sim: Fix missing return in the atmodem driver | Denis Kenzior | 1 | -7/+10 | |
In some circumstances it was possible to call the callback with both failure and success | |||||
2011-01-10 | sim: Prefer not using _ prefix for style reasons | Denis Kenzior | 1 | -5/+5 | |
2011-01-10 | atmodem: implement query for remaining pin retries | Lucas De Marchi | 1 | -0/+96 | |
Implement query method for the remaining pin retries on huawei modem. | |||||
2011-01-10 | atmodem: check for VENDOR_HUAWEI on sim atom | Lucas De Marchi | 1 | -1/+3 | |
2010-11-29 | drivers: explicitly compare pointers to NULL | Lucas De Marchi | 1 | -16/+16 | |
This patch was generated by the following semantic patch (http://coccinelle.lip6.fr/) // <smpl> @fix disable is_null,isnt_null1@ expression *E; @@ - !E + E == NULL // </smpl> | |||||
2010-11-04 | atmodem: Remove at_pin_send_puk_cb, and use at_pin_send_cb instead. | Marit Henriksen | 1 | -33/+1 | |
When adding the use of pin event *EPEV also to at_pin_send_puk_cb, it becomes identical to at_pin_send_cb, and can be removed. | |||||
2010-10-18 | atmodem: Add SIM ready quirk for IFX when entering PUK | Marcel Holtmann | 1 | -13/+47 | |
For the Infineon modem, also the PUK entering needs to be extended with a quirk to wait for the SIM ready notification. | |||||
2010-10-15 | atmodem: Remove workaround for SIM ready notifier removal | Marcel Holtmann | 1 | -24/+4 | |
2010-10-15 | sim: Use enums for EF valid / invalidated status | Denis Kenzior | 1 | -6/+12 | |
2010-10-15 | atmodem: returns file-status of SIM EF-file | Petteri Tikander | 1 | -8/+13 | |
2010-09-29 | atmodem: Update IFX specific SIM ready checking | Marcel Holtmann | 1 | -2/+6 | |
It seems that the XSIM notification doesn't really send SIM ready status. It sends ready to attach instead: > AT+CPIN="0000"\r < \r\nOK\r\n < \r\n+XLOCK: "PN",5,0,"PU",5,0,"PP",5,0,"PC",5,0,"PS",5,0\r\n < \r\n+XSIM: 7\r\n So either SIM ready or ready to attach is received more to the post_sim state. | |||||
2010-09-25 | atmodem: Add special handling for Infineon SIM ready state | Marcel Holtmann | 1 | -16/+61 | |
2010-08-16 | atmodem: Remove useless NULL checks before g_free | Marcel Holtmann | 1 | -24/+12 | |
2010-08-12 | atmodem: Use g_at_chat_clone | Denis Kenzior | 1 | -3/+4 | |
2010-07-08 | atmodem: Make sim operations return sim error codes. | Andrzej Zaborowski | 1 | -7/+25 | |
2010-06-29 | atmodem: Don't unregister *EPEV in *EPEV handler. | Andrzej Zaborowski | 1 | -2/+20 | |
Handlers are called when looping over the unsolicited responses hash, registering or unregistering modifies that hash and confuses glib. | |||||
2010-06-18 | atmodem: Use a switch/case in sim.c | Denis Kenzior | 1 | -2/+8 | |
2010-06-18 | atmodem: Add PIN entry quirk for mbm. | Andrzej Zaborowski | 1 | -1/+45 | |
Wait for *EPEV unsolicited response after PIN entered, otherwise the next AT+CPIN? query still returns the old value for a fraction of a second and ofono gets stuck until the next PIN entry attempt. | |||||
2010-06-13 | Fix memory leak introduced by HSO quirk | Marcel Holtmann | 1 | -4/+2 | |
2010-06-13 | Add nasty quirk to allow HSO devices to read network code length | Marcel Holtmann | 1 | -0/+9 | |
The AT+CRSM=192 commands are failing on HSO devices and thus it might be needed to return its details from a predefined database. Start with testing this for reading the network code length. | |||||
2010-06-09 | Coding style fix for the PIN type table | Marcel Holtmann | 1 | -16/+16 | |
2010-05-12 | atmodem: Pass allowed response prefixes to gatchat | Andrzej Zaborowski | 1 | -6/+9 | |
Not doing this creates a race condition where any notification comming in in the middle of a sequence of commands may be counted as a response to one of the commands and get lost. | |||||
2010-04-15 | Add Sim Toolkit atom | Andrzej Zaborowski | 1 | -77/+0 | |
- Add ofono_stk atom in stk.c - Move envelope command from sim driver to stk driver | |||||
2010-02-08 | Add Wavecom's quirky CPIN handling | Denis Kenzior | 1 | -7/+22 | |
2010-02-08 | Refactor: Remove atutil dump_response | Denis Kenzior | 1 | -8/+0 | |
No longer needed now that we have nice AT command tracing using OFONO_AT_DEBUG=1 | |||||
2010-02-08 | Fix: Don't use ofono_debug directly in plugins | Denis Kenzior | 1 | -7/+7 | |
2010-01-01 | Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2009-12-17 | Fix: The extra 00 at the end isn't necessary | Denis Kenzior | 1 | -2/+1 | |
2009-12-17 | Fix: Use capitals for hex-encoded pdus | Denis Kenzior | 1 | -5/+5 | |
2009-12-17 | Fix: Make sure we don't leak under any conditions | Denis Kenzior | 1 | -0/+4 | |
2009-12-17 | Simplify previous patch | Denis Kenzior | 1 | -20/+14 | |
2009-12-17 | Implementat SIM envelope in atmodem driver | Denis Kenzior | 1 | -0/+81 | |
2009-11-11 | Fix: Don't leak data in SIM atom driver | Denis Kenzior | 1 | -0/+5 | |
2009-11-10 | Fix: Rename G1 quirk to QUALCOMM_MSM | Denis Kenzior | 1 | -1/+1 | |
2009-11-10 | Work around Palm Pre SIM file reading quirk. | Andrzej Zaborowski | 1 | -27/+45 | |
I'm not sure if MSM is not a too generic name but it seems the G1's Qualcomm MSM suffers from similar problems. | |||||
2009-10-02 | Fix: Quiet a warning | Denis Kenzior | 1 | -0/+1 | |
2009-10-02 | Make generic sim driver work with 3G SIMs | Denis Kenzior | 1 | -12/+18 | |
3G (UICC) based SIMs use a different response format than 2G sims. In theory this also allows us to determine whether SIM filesystem format is 3G or 2G | |||||
2009-10-02 | Use small caps for 2G/3G functions | Denis Kenzior | 1 | -1/+1 | |