summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-09-30Add udev support for ISI modemsAki Niemi4-4/+39
2010-09-30modemconf: set up isigen and n900Pekka Pessi1-8/+11
Allows basic configuration of phonet links.
2010-09-30n900: modem driver plugin for Nokia N900Pekka Pessi4-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-30isimodem: remove generic modem driver partsPekka Pessi1-401/+0
The isimodem driver is now part of isigen (just like atmodem and atgen).
2010-09-30isigen: generic modem driver plugin for ISIPekka Pessi2-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-30tools: Start tracking audio interfaceMarcel Holtmann1-0/+49
2010-09-30doc: Add audio settings API descriptionMarcel Holtmann2-1/+28
2010-09-30ifxmodem: Remove setting of XPROGRESS notificationsMarcel Holtmann1-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-30ifxmodem: Add support for audio settingsMarcel Holtmann4-0/+155
2010-09-30huawei: Add support for specific audio settingsMarcel Holtmann1-1/+5
2010-09-29huawei: Remove pointless vendor quirkMarcel Holtmann1-2/+1
2010-09-29huaweimodem: Add support for audio settings interfaceMarcel Holtmann4-0/+136
2010-09-29core: Add support for audio settings interfaceMarcel Holtmann5-4/+288
2010-09-29huaweimodem: Add missing empty lineMarcel Holtmann1-0/+1
2010-09-29ifx: Request firmware details on modem initMarcel Holtmann1-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-29atmodem: Update IFX specific SIM ready checkingMarcel Holtmann1-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-29Sort enable configure option before the disable onesMarcel Holtmann1-10/+10
2010-09-29gatsyntax: Fix responses starting with a quoteDenis Kenzior1-0/+2
2010-09-29huawei: Add release_specific to voicecallDenis Kenzior1-0/+9
2010-09-28smart_messaging: Add basic skeleton implementationDenis Kenzior1-0/+114
2010-09-28smart_messaging: Add skeleton pluginDenis Kenzior2-0/+52
2010-09-28modem: Add modemwatch watchlist functionsDenis Kenzior3-0/+62
Used for registering to modem added & removed notifications
2010-09-28ofono: Don't go over 80 characters per lineDenis Kenzior1-3/+6
2010-09-28ssn: The id is unsignedDenis Kenzior2-4/+4
2010-09-28modem: Minor style fixDenis Kenzior1-6/+8
2010-09-28doc: Fix copy-paste errorDenis Kenzior1-1/+1
2010-09-28build: Add the missing doc files to Makefile.amDenis Kenzior1-2/+7
2010-09-28doc: Clarify call-forwarding VoiceNoReplyTimeoutDenis Kenzior1-5/+9
This property cannot be set if the VoiceNoReply has not been queried or set properly
2010-09-28build: docs for pushnotification and smartmessagingDenis Kenzior1-1/+3
2010-09-28doc: Add PushNotification & PushNotificationAgentDenis Kenzior1-0/+37
2010-09-28doc: Add Release() to SmartMessagingAgent APIDenis Kenzior1-0/+6
2010-09-29atmodem: Remove quirk for Huawei voice call supportMarcel Holtmann1-4/+0
The Huawei voice call support has its own driver now. So this quirk is no longer needed.
2010-09-29test: Add script for hanging up active callMarcel Holtmann2-0/+24
2010-09-29huaweimodem: Implement hangup_active callback and not hangup_allMarcel Holtmann1-1/+1
2010-09-29ifx: Add support for audio configuration of modemMarcel Holtmann1-1/+59
For the XMM6260 Infineon modem it is possible to use different audio configuration depending on your platform. Currently the setup of FULL_DUPLEX, BURSTMODE_48KHZ and BURSTMODE_96KHZ are supported. If appropiate values for OFONO_IFX_MODEL and OFONO_IFX_AUDIO are set in the udev rules file, then the audio configuration will be changed when bringing up the modem.
2010-09-29udev: Add support for setting IFX audio configurationMarcel Holtmann1-4/+8
This adds three more extra configuration options for IFX specific hardware setups. They are OFONO_IFX_MODEL, OFONO_IFX_AUDIO and also OFONO_IFX_LOOPBACK. An example usage would be like this: ENV{OFONO_IFX_MODEL}="XMM6260", ENV{OFONO_IFX_AUDIO}="FULL_DUPLEX" The actual supported values are not defined by the IFX modem detection code. This is up to the modem plugin to change behavior if needed.
2010-09-28voicecall: Set single_call correctlyDenis Kenzior1-1/+1
2010-09-28ifx: ifx_chup should send a +CHUPDenis Kenzior1-1/+1
2010-09-28doc: Add proposed SmartMessaging APIDenis Kenzior1-0/+58
2010-09-28Release 0.30Marcel Holtmann2-1/+16
2010-09-27hso: Fix the username and password orderDenis Kenzior1-1/+1
QCPDPP apparently takes the password first, then username
2010-09-28test: Add simple script to set APN, username and passwordMarcel Holtmann2-0/+42
2010-09-27AUTHORS: Mention Frank's contributionsDenis Kenzior1-0/+1
2010-09-27sms: Fix 8bit port handlingAki Niemi1-2/+2
2010-09-27calypso: update power and reset pathFrank Gau1-2/+2
2010-09-27ifxmodem: Enable audio related progress informationMarcel Holtmann1-0/+1
This is using AT+XPROGRESS=1 to enable the audio related notifications of the modem. None of these information is currently used. This command is only present to have these details show up in the debug logs.
2010-09-27isimodem: Return success on topic set/clearAki Niemi1-3/+3
The isimodem driver accepts all topics by default.
2010-09-27isimodem: Fix CBS decodingAki Niemi1-1/+9
2010-09-27huaweimodem: Handle option parameter on call end notificationMarcel Holtmann1-4/+4
2010-09-27huawei: Use specific voice call atom driverMarcel Holtmann1-1/+1