Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2010-10-19 | ifx: Wait for DLC creation to settle (internal multiplexer) | Marcel Holtmann | 1 | -8/+31 | |
When driving the Infineon modem with the builtin multiplexer there is a small race condition with setting up the channels and sending the first AT commands. The window here is pretty small, but it seems to be a modem firmware issue. In case the AT command is send right away it can happen that the modem does not process any further AT commands. In that case the setup is stuck and enabling the modem fails. Just adding a 10 milliseconds delay after DLC creation and before sending the first AT commands is enough to make this work smoothly. | |||||
2010-10-19 | phonesim: Add missing ATE0 when in multiplexer mode | Marcel Holtmann | 1 | -0/+2 | |
2010-10-19 | phonesim: Fix multiplexer setup handling and modem power | Marcel Holtmann | 1 | -0/+5 | |
2010-10-17 | ifx: Separate AT command from multiplexer debug setting | Marcel Holtmann | 1 | -1/+1 | |
2010-10-14 | phonesim: minor whitespace fix | Denis Kenzior | 1 | -1/+2 | |
2010-10-13 | ofono.rules: Add additional MBM rules | Torgny Johansson | 1 | -0/+16 | |
Add Ericsson c3607w and HP f3607gw/f3307 devices to udev rules file | |||||
2010-10-13 | huawei: Fixup whitespace corruption | Denis Kenzior | 1 | -2/+2 | |
2010-10-13 | ifx: Disable modem UART for power saving | Marcel Holtmann | 1 | -0/+4 | |
Send AT+XPOW=0,0,0 command when enabling modem to disable UART. This is done for power saving. | |||||
2010-10-11 | Fix smart messaging D-Bus signatures | Aki Niemi | 1 | -4/+4 | |
2010-10-11 | isigen: Add dummy ops for enable/disable | Aki Niemi | 1 | -0/+12 | |
Without these the core gets confused. These are actually no-ops, since enabling and disabling aren't supported with a USB modem. | |||||
2010-10-07 | udev: refactor add_isi | Pekka Pessi | 1 | -5/+15 | |
Gather OFONO_ISI_ADDRESS from same udev device node as OFONO_DRIVER. | |||||
2010-10-07 | udev: do not use post-143 libudev features | Pekka Pessi | 1 | -22/+16 | |
There is no udev_device_get_property_value() in libudev version 143. | |||||
2010-10-05 | huawei: Use modem interface only if NDIS support is not available | Marcel Holtmann | 1 | -9/+11 | |
2010-10-05 | huawei: Add support for enabling NDIS GPRS driver if supported | Marcel Holtmann | 1 | -3/+12 | |
2010-10-05 | udev: Track NDIS port of Huawei devices (if present) | Marcel Holtmann | 2 | -0/+4 | |
2010-10-01 | udev: Fix coding style | Marcel Holtmann | 1 | -2/+2 | |
2010-10-01 | udev: Fix ISI address setting | Pekka Pessi | 1 | -1/+2 | |
2010-10-01 | n900: Enable audio settings atom | Kai Vehmanen | 1 | -0/+2 | |
2010-10-01 | ifx: Remove support for OFONO_IFX_MODEL option | Marcel Holtmann | 2 | -11/+2 | |
The Infineon modem model is now auto-detected, so there is no longer any need to specify it in the udev configuration rules. | |||||
2010-10-01 | ifx: Enable audio settings atom support | Marcel Holtmann | 1 | -0/+3 | |
2010-10-01 | udev: Include "hsi" in the subsystems to watch | Marcel Holtmann | 1 | -3/+8 | |
2010-10-01 | n900: Fix link target status | Aki Niemi | 1 | -1/+1 | |
2010-10-01 | ifx: Fix crash with XGENDATA result callback | Marcel Holtmann | 1 | -1/+1 | |