Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-10 | plugins: Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2011-03-11 | ssn: remove SSN atom completely | Andras Domokos | 1 | -2/+0 | |
2010-11-29 | plugins: explicitly compare pointers to NULL | Lucas De Marchi | 1 | -2/+2 | |
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-10-01 | plugins: Mode fixups for copyrigh headers | Marcel Holtmann | 1 | -0/+1 | |
2010-09-27 | calypso: update power and reset path | Frank Gau | 1 | -2/+2 | |
2010-09-24 | calypso: Fix debug for modem callbacks | Marcel Holtmann | 1 | -5/+7 | |
2010-09-24 | calypsomodem: Use better debug strings for DLCs | Marcel Holtmann | 1 | -14/+9 | |
2010-09-24 | Make debug handling with OFONO_AT_DEBUG a bit more consistent | Marcel Holtmann | 1 | -11/+8 | |
2010-08-18 | calypso: Subscribe to %SIMREM and %SIMINS | Andrzej Zaborowski | 1 | -5/+30 | |
These notifications should be emitted on SIM removal and insertion. These notifications don't work very well though, on the hardware this has been tested on, the modem never issued %SIMINS, and %SIMREM was emitted only in some specific circumenstances. | |||||
2010-08-06 | calypso: Create STK atom and reorder initialisation | Andrzej Zaborowski | 1 | -27/+54 | |
See comment in the code. The Sim Toolkit apps seem to work rather reliably with this, tested on both PIN-enabled and unprotected cards. | |||||
2010-08-06 | calypso: Enable AT extended error codes | Andrzej Zaborowski | 1 | -0/+2 | |
The STK driver tries to interpret the codes. | |||||
2010-08-06 | calypso: Check if SIM is present on modem startup | Andrzej Zaborowski | 1 | -3/+33 | |
Like in case of MBM modem, the SIM slot is not easily accessible while the device is running so we assume there's no need to check for SIM presence after startup. | |||||
2010-04-28 | Fix: Remove easy uses of g_at_chat_shutdown | Denis Kenzior | 1 | -2/+0 | |
2010-04-15 | Drivers can notify core of SIM insertion / removal | Andrzej Zaborowski | 1 | -1/+5 | |
Add ofono_sim_inserted_notify function to notify the core of SIM insertion / removal. Make every plugin generate a sim inserted event on start. For devices with removable card, the event should be emitted after the plugin detects such event. For devices that need to wait for SIM card initialization, they can emit this event later. | |||||
2010-01-01 | Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2009-12-17 | Style: Repeat for plugins | Denis Kenzior | 1 | -1/+2 | |
2009-12-01 | Fix: Force calypso to return to command mode ASAP | Denis Kenzior | 1 | -2/+2 | |
Calypso firmware is just bizarre. It seems that if anything is sent before CPI=3 to the DLC handling voice commands, the ATD will not return to command mode immediately, but instead wait until connected / failed condition occurs. If CPI=3 is sent first, then calypso will go to command mode immediately after ATD is issued and report CPI indications as usual. | |||||
2009-12-01 | Fix: Remove duplicate atoms from calypso plugin | Denis Kenzior | 1 | -2/+0 | |
2009-12-01 | Fix: Disable echo on all calypso DLCs | Denis Kenzior | 1 | -1/+3 | |
2009-11-26 | Update calypso plugin to the new wakeup handling | Denis Kenzior | 1 | -2/+2 | |
2009-11-11 | Fix: Capitalize modem options in calypso driver | Ryan M. Raasch | 1 | -7/+7 | |
This patch fixes the calypso driver when setting the g_at_tty variables. | |||||
2009-11-01 | Use ofono_info() for AT command debugging | Marcel Holtmann | 1 | -3/+3 | |
2009-10-15 | Setup better debugging information for calypso | Denis Kenzior | 1 | -4/+17 | |
2009-10-15 | Multiplexer support for OpenMoko device | Denis Kenzior | 1 | -31/+108 | |
2009-10-02 | Remove unused variables causing a compiler warning | Marcel Holtmann | 1 | -2/+0 | |
2009-10-01 | Update plugins to the new g_at_tty_open API | Denis Kenzior | 1 | -24/+15 | |
2009-09-29 | Add call volume atom to calypso plugin | Denis Kenzior | 1 | -3/+2 | |
2009-09-17 | Convert all the modem drivers to the new API | Denis Kenzior | 1 | -2/+14 | |
2009-09-07 | Add a few more comments to the calypso plugin | Denis Kenzior | 1 | -4/+12 | |
2009-09-04 | Update calypso modem driver | Denis Kenzior | 1 | -1/+1 | |
Use calypso voicecalls driver | |||||
2009-09-04 | Make calypso plugin use the permissive parser | Denis Kenzior | 1 | -157/+1 | |
2009-09-04 | Fix style issues | Denis Kenzior | 1 | -29/+33 | |
2009-09-03 | Add calypso plugin | Denis Kenzior | 1 | -0/+539 | |