summaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Collapse)AuthorFilesLines
2010-12-21huawei: Move radio_settings to post_simDenis Kenzior1-3/+1
2010-12-21hso: Move radio_settings to post_simDenis Kenzior1-2/+1
2010-12-21huawei: Add support for radio settingsLucas De Marchi1-0/+4
2010-12-21huawei: fix SIM state notification when lockedLucas De Marchi1-0/+28
When SIM is locked, huawei modem does not send any notification about SIM state change because it does not differentiate 'invalid' from 'locked'. In order to be able to unlock the sim, this patch forces a notification of a valid state after a timeout.
2010-12-21udev: Fix warning in compilationAntti Paila1-1/+0
2010-12-20udev: Handle calypso driverNeil Jerram1-0/+16
2010-12-20huawei: set huawei em770 modem device to 01M. Dietrich1-1/+1
device 00 is ppp capable while 01 is not. 01 does everything else fine so ofono works with it flawlessly.
2010-12-17phonesim: Move call forwarding to post simJeevaka Badrappan1-1/+2
2010-12-17plugins/n900: Move call forwarding to post simJeevaka Badrappan1-1/+1
2010-12-17isigen: Move call forwarding to post simJeevaka Badrappan1-1/+1
2010-12-17ifx: Move call forwarding to post simJeevaka Badrappan1-1/+1
2010-12-11huawei: Pass the HUAWEI vendor ID to gprs driverDenis Kenzior1-1/+3
2010-12-07phonesim: Add modem reset triggerGustavo F. Padovan1-0/+27
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 Marchi19-107/+107
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-29phonesim: implement ctm atomLucas De Marchi1-4/+146
2010-11-26isigen: Remove stray newlines in DBGRémi Denis-Courmont1-1/+1
2010-11-11isigen: create four gprs contextsMika Liljeberg1-4/+15
2010-11-08udev: do not use weird serial with ztePekka Pessi1-0/+2
2010-11-08zte: use AT+CFUN=1;+CFUN=4 in enablePekka Pessi1-1/+2
Direct +CFUN transition 0 -> 4 gets SIM in inconsistent state.
2010-11-08Add vid/pid for Ericsson F5521gwTorgny Johansson1-0/+3
2010-11-07Added Nokia CS-17 to udev rules.Hannu Lyytinen1-0/+3
The stick has to be initialized with usb_modeswitch, though.
2010-11-07Fixes segfault when removing Nokia Datacard.Hannu Lyytinen1-1/+2
2010-11-04smart-messaging: Implement SendAppointmentDenis Kenzior1-1/+38
2010-11-04smart-messaging: Implement SendBusinessCardDenis Kenzior1-1/+52
2010-11-04isigen: increase offline timeoutPekka Pessi1-1/+1
The modem deregisters from network before response to MTC_STATE_REQ is returned. Deregistering can take up to 6 seconds.
2010-11-04build: Remove generic AT command modem pluginMarcel Holtmann1-273/+0
This plugin was used for initial testing and is no longer needed. So just remove it.
2010-11-02smart-messaging: Register to vCal notificationsDenis Kenzior1-0/+31
2010-11-02smart-messaging: Register for vCard notificationsDenis Kenzior1-0/+31
2010-11-02smart-messaging: Free agent when sms atom exitsDenis Kenzior1-5/+6
2010-11-02smart-messaging: Implement unregister agentDenis Kenzior1-1/+18
2010-11-02smart-messaging: Implement RegisterAgentDenis Kenzior1-1/+34
2010-11-02push-notification: Handle WAP push messagesDenis Kenzior1-0/+32
2010-11-02push-notification: Free agent when sms atom exitsDenis Kenzior1-6/+6
2010-11-02push-notification: Implement unregister agentDenis Kenzior1-1/+18
2010-11-02push-notification: Implement register agentDenis Kenzior1-1/+35
2010-11-02push-notification: Add skeletonDenis Kenzior1-0/+151
2010-11-01isigen: fix phonet address initializationMika Liljeberg1-1/+2
2010-10-29ifx: Enable vendor quirk for GPRS atomMarcel Holtmann1-1/+2
Enabling the Infineon specific vendor quirk for the GPRS atom will enable support for the GPRS suspend notifications.
2010-10-27mbm: Fix setting GPRS context type for wrong atomMarcel Holtmann1-1/+1
2010-10-27mbm: Set specific GPRS context type for different atomsMarcel Holtmann1-3/+12
2010-10-27mbm: Handle TTY disconnect for PPP based GPRS contextMarcel Holtmann1-7/+66
The Ericsson MBM modems also hangup the TTY when disconnecting PPP and in that case the TTY needs to be re-opened. In addition it seems that the TTY is actually blocked until the context is fully brought down, so also a delay is required.
2010-10-27mbm: Use the variant specific enum in a cleaner wayMarcel Holtmann1-2/+3
2010-10-27mbm: Use data port for second PPP based GPRS contextMarcel Holtmann1-3/+11
2010-10-26ifx: Add support for having three active GPRS contextsMarcel Holtmann1-5/+13
The Infineon modem can at least support three active GPRS contexts in M-RAW_IP mode. So use another DLC for the third context.
2010-10-26ifx: Use M-RAW_IP support only with internal multiplexerMarcel Holtmann1-13/+8
The GPRS context can only be fully supported with the internal multiplexer right now. So use M-RAW_IP support in that case. If using a kernel based multiplexer, then no GPRS context is provided.
2010-10-25phonesim: Fix missing return from plugin initMarcel Holtmann1-0/+2
2010-10-25phonesim: Register modem driver before creating modemsMarcel Holtmann1-5/+13
2010-10-25phonesim: Support multiple contextsDenis Kenzior1-4/+8