Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-12-11 | huawei: Pass the HUAWEI vendor ID to gprs driver | Denis Kenzior | 1 | -1/+3 | |
2010-12-07 | phonesim: Add modem reset trigger | Gustavo F. Padovan | 1 | -0/+27 | |
2010-12-03 | ste: Minor style fixes | Denis Kenzior | 1 | -1/+3 | |
2010-12-03 | ste: Restructure caif channel creation | Helen Clemson | 1 | -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-29 | plugins: explicitly compare pointers to NULL | Lucas De Marchi | 19 | -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-29 | phonesim: implement ctm atom | Lucas De Marchi | 1 | -4/+146 | |
2010-11-26 | isigen: Remove stray newlines in DBG | Rémi Denis-Courmont | 1 | -1/+1 | |
2010-11-11 | isigen: create four gprs contexts | Mika Liljeberg | 1 | -4/+15 | |
2010-11-08 | udev: do not use weird serial with zte | Pekka Pessi | 1 | -0/+2 | |
2010-11-08 | zte: use AT+CFUN=1;+CFUN=4 in enable | Pekka Pessi | 1 | -1/+2 | |
Direct +CFUN transition 0 -> 4 gets SIM in inconsistent state. | |||||
2010-11-08 | Add vid/pid for Ericsson F5521gw | Torgny Johansson | 1 | -0/+3 | |
2010-11-07 | Added Nokia CS-17 to udev rules. | Hannu Lyytinen | 1 | -0/+3 | |
The stick has to be initialized with usb_modeswitch, though. | |||||
2010-11-07 | Fixes segfault when removing Nokia Datacard. | Hannu Lyytinen | 1 | -1/+2 | |
2010-11-04 | smart-messaging: Implement SendAppointment | Denis Kenzior | 1 | -1/+38 | |
2010-11-04 | smart-messaging: Implement SendBusinessCard | Denis Kenzior | 1 | -1/+52 | |
2010-11-04 | isigen: increase offline timeout | Pekka Pessi | 1 | -1/+1 | |
The modem deregisters from network before response to MTC_STATE_REQ is returned. Deregistering can take up to 6 seconds. | |||||
2010-11-04 | build: Remove generic AT command modem plugin | Marcel Holtmann | 1 | -273/+0 | |
This plugin was used for initial testing and is no longer needed. So just remove it. | |||||
2010-11-02 | smart-messaging: Register to vCal notifications | Denis Kenzior | 1 | -0/+31 | |
2010-11-02 | smart-messaging: Register for vCard notifications | Denis Kenzior | 1 | -0/+31 | |
2010-11-02 | smart-messaging: Free agent when sms atom exits | Denis Kenzior | 1 | -5/+6 | |
2010-11-02 | smart-messaging: Implement unregister agent | Denis Kenzior | 1 | -1/+18 | |
2010-11-02 | smart-messaging: Implement RegisterAgent | Denis Kenzior | 1 | -1/+34 | |
2010-11-02 | push-notification: Handle WAP push messages | Denis Kenzior | 1 | -0/+32 | |
2010-11-02 | push-notification: Free agent when sms atom exits | Denis Kenzior | 1 | -6/+6 | |
2010-11-02 | push-notification: Implement unregister agent | Denis Kenzior | 1 | -1/+18 | |
2010-11-02 | push-notification: Implement register agent | Denis Kenzior | 1 | -1/+35 | |
2010-11-02 | push-notification: Add skeleton | Denis Kenzior | 1 | -0/+151 | |
2010-11-01 | isigen: fix phonet address initialization | Mika Liljeberg | 1 | -1/+2 | |
2010-10-29 | ifx: Enable vendor quirk for GPRS atom | Marcel Holtmann | 1 | -1/+2 | |
Enabling the Infineon specific vendor quirk for the GPRS atom will enable support for the GPRS suspend notifications. | |||||
2010-10-27 | mbm: Fix setting GPRS context type for wrong atom | Marcel Holtmann | 1 | -1/+1 | |
2010-10-27 | mbm: Set specific GPRS context type for different atoms | Marcel Holtmann | 1 | -3/+12 | |
2010-10-27 | mbm: Handle TTY disconnect for PPP based GPRS context | Marcel Holtmann | 1 | -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-27 | mbm: Use the variant specific enum in a cleaner way | Marcel Holtmann | 1 | -2/+3 | |
2010-10-27 | mbm: Use data port for second PPP based GPRS context | Marcel Holtmann | 1 | -3/+11 | |
2010-10-26 | ifx: Add support for having three active GPRS contexts | Marcel Holtmann | 1 | -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-26 | ifx: Use M-RAW_IP support only with internal multiplexer | Marcel Holtmann | 1 | -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-25 | phonesim: Fix missing return from plugin init | Marcel Holtmann | 1 | -0/+2 | |
2010-10-25 | phonesim: Register modem driver before creating modems | Marcel Holtmann | 1 | -5/+13 | |
2010-10-25 | phonesim: Support multiple contexts | Denis Kenzior | 1 | -4/+8 | |
2010-10-25 | phonesim: Enable dummy phonesim contexts | Denis Kenzior | 1 | -1/+129 | |
2010-10-25 | build: Add example configuration for phonesim plugin | Marcel Holtmann | 1 | -0/+14 | |
2010-10-25 | build: Remove modemconf plugin support | Marcel Holtmann | 2 | -287/+0 | |
2010-10-25 | phonesim: Don't use modem.conf for phonesim modems | Marcel Holtmann | 1 | -1/+102 | |
2010-10-24 | ifx: Detect when DLC shutdown happens | Marcel Holtmann | 1 | -24/+39 | |
In case one of the DLCs shuts down, the system has an undefined state and thus just shutdown the whole device. | |||||
2010-10-24 | ifx: Detect modems stuck in multiplexer mode | Marcel Holtmann | 1 | -0/+29 | |
When the initial AT commands on the master device don't respond, then the modem is stuck in multiplexer mode. For now just report an error. | |||||
2010-10-23 | ifx: Use PPP based GPRS context if M-RAW_IP is not available | Marcel Holtmann | 1 | -4/+11 | |
2010-10-21 | ifx: Add two GPRS contexts since the modem should support it | Marcel Holtmann | 1 | -4/+11 | |
2010-10-21 | ifx: Use Infineon specific GPRS context driver | Marcel Holtmann | 1 | -1/+1 | |
2010-10-21 | ifx: Use Infineon specific phonebook vendor quirk | Marcel Holtmann | 1 | -1/+2 | |
2010-10-21 | ifx: Assign GPRS DLCs as slaves of the network DLC | Marcel Holtmann | 1 | -6/+11 | |