summaryrefslogtreecommitdiffstats
path: root/plugins/ste.c
AgeCommit message (Collapse)AuthorFilesLines
2015-05-13ste: Fix out-of-order freeDenis Kenzior1-2/+1
CALLBACK_WITH_FAILURE used data structure freed just beforehand
2011-10-10plugins: Update copyright informationMarcel Holtmann1-2/+2
2011-08-09ste: Fix minor whitespace mistakesMarcel Holtmann1-2/+2
2011-03-28ste: add support for gnssJarko Poutiainen1-2/+6
2011-03-11ssn: remove SSN atom completelyAndras Domokos1-2/+0
2011-03-03ste: Add support for multiple AT channelsLasse Kunnasluoto1-52/+92
2011-03-03ste: Minor style fixesDenis Kenzior1-2/+2
2011-03-03ste: Reset have_sim appropriatelyJussi Kangas1-0/+1
2011-02-22ste: Fix various style issues with previous patchDenis Kenzior1-2/+5
2011-02-22ste: preparation for hotswapJussi Kangas1-32/+85
2011-02-21ste: Add support for multiple pdp contexts.Marit Henriksen1-5/+12
2011-02-01ste: Add support for CBS interfaceLasse Kunnasluoto1-0/+2
STE modems support standard AT commands in CBS
2011-01-29plugins: remove NULL checkJeevaka Badrappan1-4/+0
2011-01-29ste: Move SMS support into post_sim stageMarcel Holtmann1-1/+2
2011-01-18ste: Use UTF-8 as a default character setLasse Kunnasluoto1-0/+4
2010-12-21ste: Move radio_settings to post_simDenis Kenzior1-1/+1
2010-12-03ste: Minor style fixesDenis Kenzior1-1/+3
2010-12-03ste: Restructure caif channel creationHelen Clemson1-12/+28
This is restructuring the caif channel creation, so that at a later date multiple AT channels can be supported. This effectively moves the channel creation from ste_enable, into its own function, ste_create_channel.
2010-11-29plugins: explicitly compare pointers to NULLLucas De Marchi1-6/+6
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-09-24Make debug handling with OFONO_AT_DEBUG a bit more consistentMarcel Holtmann1-2/+4
2010-09-09ste: implement Online propertyPekka Pessi1-3/+48
2010-08-20ste: Use MBM quirk for network registrationMarcel Holtmann1-1/+1
2010-08-20ste: Use MBM quirk instead of a STE specific oneMarcel Holtmann1-2/+2
2010-08-17stemodem: Add polling for SIM ready statusSjur Brændeland1-2/+50
Interim solution until support for SIM 'ready' notification is supported.
2010-08-17ste: Use SOCK_STREAM for CAIF and enable interface specificationSjur Brændeland1-1/+19
2010-08-17ste: Add Radio-SettingsSjur Brændeland1-0/+2
2010-08-17ste: Add AT Channel configurationsSjur Brændeland1-1/+2
2010-08-17ste: SIM - STE registers as MBM to utilize mbm quirksSjur Brændeland1-1/+1
2010-08-16ste: Include STK support from MBM driverSjur Brændeland1-0/+2
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