Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-10-01 | build: Rename smart_messaging.c to smart-messaging.c | Marcel Holtmann | 2 | -1/+1 | |
2010-10-01 | build: Move example plugins to its own directory | Marcel Holtmann | 3 | -4/+7 | |
2010-10-01 | ifxmodem: Notify about audio settings mode | Marcel Holtmann | 1 | -0/+7 | |
2010-10-01 | audio: Add helper to get modem information from audio settings | Marcel Holtmann | 2 | -0/+7 | |
2010-10-01 | audio: Add support for notifying about audio mode | Marcel Holtmann | 2 | -0/+27 | |
2010-10-01 | audio: Update audio settings API for active notification | Marcel Holtmann | 4 | -7/+7 | |
2010-10-01 | doc: Update audio settings API | Marcel Holtmann | 1 | -1/+8 | |
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 | isimodem: Report GPRS detach | Aki Niemi | 1 | -3/+2 | |
2010-09-30 | isimodem: Fix signal strength reporting | Aki Niemi | 1 | -0/+10 | |
ISI modems send the signal strength indication before registration status changes, which causes the core to ignore initial signal strength values. | |||||
2010-09-30 | Remove usbpbmodem plugin | Aki Niemi | 1 | -3/+0 | |
2010-09-30 | gisi: Remove route adding API | Aki Niemi | 3 | -84/+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 | 4 | -0/+1451 | |
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 | isimodem: remove generic modem driver parts | Pekka Pessi | 1 | -401/+0 | |
The isimodem driver is now part of isigen (just like atmodem and atgen). | |||||
2010-09-30 | isigen: generic modem driver plugin for ISI | Pekka Pessi | 2 | -0/+457 | |
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 | tools: Start tracking audio interface | Marcel Holtmann | 1 | -0/+49 | |
2010-09-30 | doc: Add audio settings API description | Marcel Holtmann | 2 | -1/+28 | |
2010-09-30 | ifxmodem: Remove setting of XPROGRESS notifications | Marcel Holtmann | 1 | -2/+2 | |
The XPROGRESS notifcations are now handled inside an Infineon specific audio settings driver. So no need to do that in the the voice call driver as well. | |||||
2010-09-30 | ifxmodem: Add support for audio settings | Marcel Holtmann | 4 | -0/+155 | |
2010-09-30 | huawei: Add support for specific audio settings | Marcel Holtmann | 1 | -1/+5 | |
2010-09-29 | huawei: Remove pointless vendor quirk | Marcel Holtmann | 1 | -2/+1 | |
2010-09-29 | huaweimodem: Add support for audio settings interface | Marcel Holtmann | 4 | -0/+136 | |
2010-09-29 | core: Add support for audio settings interface | Marcel Holtmann | 5 | -4/+288 | |
2010-09-29 | huaweimodem: Add missing empty line | Marcel Holtmann | 1 | -0/+1 | |
2010-09-29 | ifx: Request firmware details on modem init | Marcel Holtmann | 1 | -0/+4 | |
The firmware details can be requested via AT+XGENDATA. So do this at modem init to have these in the logs. Currently nothing is done with this data, but eventually it can be used for modem specific settings like the audio configuration. | |||||
2010-09-29 | atmodem: Update IFX specific SIM ready checking | Marcel Holtmann | 1 | -2/+6 | |
It seems that the XSIM notification doesn't really send SIM ready status. It sends ready to attach instead: > AT+CPIN="0000"\r < \r\nOK\r\n < \r\n+XLOCK: "PN",5,0,"PU",5,0,"PP",5,0,"PC",5,0,"PS",5,0\r\n < \r\n+XSIM: 7\r\n So either SIM ready or ready to attach is received more to the post_sim state. | |||||
2010-09-29 | Sort enable configure option before the disable ones | Marcel Holtmann | 1 | -10/+10 | |
2010-09-29 | gatsyntax: Fix responses starting with a quote | Denis Kenzior | 1 | -0/+2 | |
2010-09-29 | huawei: Add release_specific to voicecall | Denis Kenzior | 1 | -0/+9 | |
2010-09-28 | smart_messaging: Add basic skeleton implementation | Denis Kenzior | 1 | -0/+114 | |
2010-09-28 | smart_messaging: Add skeleton plugin | Denis Kenzior | 2 | -0/+52 | |
2010-09-28 | modem: Add modemwatch watchlist functions | Denis Kenzior | 3 | -0/+62 | |
Used for registering to modem added & removed notifications | |||||
2010-09-28 | ofono: Don't go over 80 characters per line | Denis Kenzior | 1 | -3/+6 | |
2010-09-28 | ssn: The id is unsigned | Denis Kenzior | 2 | -4/+4 | |
2010-09-28 | modem: Minor style fix | Denis Kenzior | 1 | -6/+8 | |
2010-09-28 | doc: Fix copy-paste error | Denis Kenzior | 1 | -1/+1 | |
2010-09-28 | build: Add the missing doc files to Makefile.am | Denis Kenzior | 1 | -2/+7 | |
2010-09-28 | doc: Clarify call-forwarding VoiceNoReplyTimeout | Denis Kenzior | 1 | -5/+9 | |
This property cannot be set if the VoiceNoReply has not been queried or set properly | |||||
2010-09-28 | build: docs for pushnotification and smartmessaging | Denis Kenzior | 1 | -1/+3 | |
2010-09-28 | doc: Add PushNotification & PushNotificationAgent | Denis Kenzior | 1 | -0/+37 | |
2010-09-28 | doc: Add Release() to SmartMessagingAgent API | Denis Kenzior | 1 | -0/+6 | |
2010-09-29 | atmodem: Remove quirk for Huawei voice call support | Marcel Holtmann | 1 | -4/+0 | |
The Huawei voice call support has its own driver now. So this quirk is no longer needed. |