Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2010-10-01 | build: Remove no longer needed plugins/usbpnmodem.c | Marcel Holtmann | 1 | -104/+0 | |
2010-10-01 | build: Rename smart_messaging.c to smart-messaging.c | Marcel Holtmann | 1 | -0/+0 | |
2010-10-01 | build: Move example plugins to its own directory | Marcel Holtmann | 2 | -288/+0 | |
2010-10-01 | udev: Some minor coding style updates | Marcel Holtmann | 1 | -3/+3 | |
2010-10-01 | isi: Remove not needed includes for oFono headers | Marcel Holtmann | 1 | -3/+0 | |
2010-10-01 | isi: Private header files don't need circular inclusion protection | Marcel Holtmann | 1 | -13/+0 | |
2010-10-01 | plugins: Mode fixups for copyrigh headers | Marcel Holtmann | 7 | -14/+20 | |
2010-10-01 | isi: Fix up the copyright headers of modem plugins | Marcel Holtmann | 4 | -52/+52 | |
It is important that the copyright headers are consistent throughout the source code. While the copyright might be owned by different people of companies, the header itself with its license information should be identical. | |||||
2010-10-01 | ifx: Use XGENDATA for modem model detection | Marcel Holtmann | 1 | -12/+45 | |
The XGENDATA result contains various strings that also contain the modem model. Make this command mandatory for the modem bringup and after it succeeded, check for the XMM6260 string to setup specific audio settings. This makes using ENV{OFONO_IFX_MODEL}="XMM6260" obsolete, but for now it is still left as a possible option. It might be removed later. | |||||
2010-09-30 | smart_messaging: Remove interface on atom removal | Aki Niemi | 1 | -0/+3 | |
2010-09-30 | gisi: Remove route adding API | Aki Niemi | 1 | -9/+0 | |
2010-09-30 | Add udev support for ISI modems | Aki Niemi | 4 | -4/+39 | |
2010-09-30 | modemconf: set up isigen and n900 | Pekka Pessi | 1 | -8/+11 | |
Allows basic configuration of phonet links. | |||||
2010-09-30 | n900: modem driver plugin for Nokia N900 | Pekka Pessi | 3 | -0/+1448 | |
This patch adds a modem driver plugin for the Nokia N900 internal modem. It controls the modem using the appropriate GPIO lines and thus works without the Maemo userspace. This plugin can run natively on the N900 with either Maemo or Meego kernels. However, it conflicts with the Maemo userspace, for which isigen should be used instead. | |||||
2010-09-30 | isigen: generic modem driver plugin for ISI | Pekka Pessi | 1 | -0/+454 | |
The new isigen modem driver plugin replaces the generic parts in the isimodem modem driver. This plugin works with recent Nokia modems in PC suite mode over USB, as well as with the N900 modem using Maemo5 userspace. | |||||
2010-09-30 | huawei: Add support for specific audio settings | Marcel Holtmann | 1 | -1/+5 | |