summaryrefslogtreecommitdiffstats
path: root/plugins/ste.c
AgeCommit message (Collapse)AuthorFilesLines
2010-04-28Fix: Remove easy uses of g_at_chat_shutdownDenis Kenzior1-1/+0
2010-04-15Drivers can notify core of SIM insertion / removalAndrzej Zaborowski1-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-30Use blocking GAtChat objects for STE modemsMarcel Holtmann1-1/+1
Due to some missing implementation of POLLOUT, the access to the CAIF channels of the STE modems have to be done in a blocking fashion.
2010-01-30Add support for using old CAIF subsystem with character devicesMarcel Holtmann1-18/+33
2010-01-28Add STE voice call support.Sjur Brændeland1-1/+1
2010-01-28Some minor style cleanups for STE supportMarcel Holtmann1-3/+8
2010-01-27Add STE modem support for GPRS PDP ContextsSjur Brændeland1-1/+1
2010-01-25Add STE modem pluginSjur Brændeland1-0/+253