summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-07-25udev: Fix interfaces numbers for Nokia data cardsMarcel Holtmann1-2/+2
2011-07-25udev: Replace bInterfaceNumber with ID_USB_INTERFACE_NUMMarcel Holtmann1-10/+3
2011-07-25novatel: Use AT&C0 to disable data carrier detectMarcel Holtmann1-96/+44
When the DCD is disabled the modem does not hangup anymore after the data connection. This allows for simpler connection handling and it allows to remove all TTY hangup work-arounds.
2011-07-25test: Increase the context activation timeoutMarcel Holtmann1-1/+1
2011-07-25huaweimodem: Remove the broken NDIS port handlingMarcel Holtmann1-50/+0
2011-07-25udev: Remove broken Huawei support for NDIS portMarcel Holtmann2-4/+0
2011-07-25huawei: Remove leftover from HasVoice flagMarcel Holtmann1-3/+0
2011-07-25huawei: Remove broken handling for NDIS supportMarcel Holtmann1-26/+11
2011-07-24huawei: Check supported offline mode and fix error behaviorMarcel Holtmann1-23/+76
2011-07-24udev: Remove voice setting flag from Huawei donglesMarcel Holtmann2-11/+2
2011-07-24udev: Use ID_USB_INTERFACE_NUM instead of OFONO_IFACE_NUMMarcel Holtmann1-250/+248
2011-07-24cdma-connman: fix the set_property Activate replyBertrand Aygon1-1/+1
2011-07-24cdmamodem: check for TUN/TAP devices in ConnMan atom.Bertrand Aygon1-0/+9
2011-07-24mbm: Set baud rate to 115200 for TTY speedMarcel Holtmann1-1/+11
The Ericsson F5521gw is a bit picky with its TTY speed. All previous cards do not need this setting, but this one does. To make things a bit simpler, just set all Ericsson cards to a baud rate of 115200.
2011-07-24mbm: Use AT&C0 to disable data carrier detectMarcel Holtmann1-83/+15
When the DCD is disabled the modem does not hangup anymore after the data connection. This only affected the PPP connection used for MMS context setups, but without the quirk the handling of MMS contexts is a lot cleaner as well.
2011-07-24huawei: Set slave channel for NW DEACT notificationsMarcel Holtmann1-0/+2
2011-07-24atmodem: Add support for NW DEACT notifications on slave channelMarcel Holtmann1-0/+40
2011-07-24huawei: Use AT&C0 to disable data carrier detectMarcel Holtmann1-111/+25
When the DCD is disabled the modem does not hangup anymore after the data connection. So all workarounds due to TTY hangup can be removed.
2011-07-24ifx: Fix race condition when online/offline operation failsMarcel Holtmann1-7/+6
2011-07-24udev: Add support for Huawei E398 modemsMarcel Holtmann1-0/+3
2011-07-24udev: Add detection support for Samsung LTE donglesMarcel Holtmann2-0/+40
2011-07-23udev: add support for Huawei CDMA dongles.Bertrand Aygon1-0/+2
2011-07-22mbm: Use at_util's cpin polling implementationDenis Kenzior1-43/+20
2011-07-22atmodem: Implement generic CPIN pollingDenis Kenzior2-0/+110
2011-07-22network: handle hfp operator change correctlyDenis Kenzior1-1/+2
2011-07-22cdmamodem: send AT+GCAP to check devinfo.Bertrand Aygon1-4/+6
2011-07-22udev: Fix whitespace damageMarcel Holtmann1-2/+2
2011-07-22udev: add support for SpeedUp CDMA dongles.Bertrand Aygon1-0/+2
2011-07-21voicecall: remove usage of em_atd_numberFrédéric Danis1-10/+9
as emulator atom can only run with a 'ready' SIM, use saved number instead of em_atd_number
2011-07-21hfp_ag: Minor style tweaksDenis Kenzior1-7/+6
2011-07-21hfp_ag: start server on sim 'ready' stateFrédéric Danis1-14/+55
update HFP AG server to start only when a modem has its SIM atom in 'ready' state and has voice call capability
2011-07-21cdma-connman: Update to the new driver APIGuillaume Zajac1-0/+9
2011-07-21cdma-connman: emit PropertyChanged signalDenis Kenzior1-2/+20
When Username / Password are changed, we should emit the PropertyChanged signal
2011-07-21cdma-connman: Add Username and Password propertiesGuillaume Zajac1-1/+47
2011-07-21cdma-connman: Add user/pass to driver activateGuillaume Zajac1-0/+5
Add username and password fields to cdma-connman's activate method.
2011-07-21TODO: add HFP 1.6 AG tasksFrédéric Danis1-0/+14
2011-07-21phonesim: Implement 'local' hfp driverDenis Kenzior1-22/+166
2011-07-21hfp_hf: Reorganize common code into hfpmodemDenis Kenzior9-282/+411
2011-07-21speedupcdma: Create skeleton for Speed Up CDMA modem supportGuillaume Zajac2-0/+213
2011-07-20ofono.rules: Add rules for Tata ZTE MF 631Bertrand Aygon1-0/+3
2011-07-20hfpmodem: Minor whitespace fixDenis Kenzior1-1/+1
2011-07-20doc: add username and password for CDMA PPP authentication.Bertrand Aygon1-0/+10
2011-07-19voicecall: Free settings when sim gets locked outDenis Kenzior1-1/+2
2011-07-19sim: Support SIM_STATE_LOCKED_OUTDenis Kenzior2-4/+7
2011-07-19include: Introduce a new SIM_LOCKED_OUT stateDenis Kenzior1-0/+1
This is the same as SIM_INSERTED state, except we have already queried the always-readable EFs
2011-07-19sim: Break out state notification into own methodDenis Kenzior1-19/+15
2011-07-19voicecall: close settings when SIM is removedFrédéric Danis1-0/+3
This also fixes the case where +BLDN uses an invalid number when the SIM is removed.
2011-07-19voicecall: fix callheld indicator for PTSFrédéric Danis1-0/+20
Fix PTS test TP/TWC/BV-03-I [Call Waiting- Hold Active/Retrieve Waiting Call or Held]. PTS test fails after receiving intermediate update of callheld indicator with value 0 (no held call) before it receives update to value 1 (active and held calls). This is due to the non-atomic update of calls status after call swap (moving first call to active state before moving second one to hold state). HFP 1.5 spec specifies that an update of callheld indicator to 1 should be sent after AT+CHLD=2 command. As oFono emulator sends +CIEV only if the indicator value changes, we need to use an intermediate state for callheld indicator (2, all calls on hold). So, in case of multiple active calls, or an active call with an active mutiparty call, force update of callheld indicator to 2.
2011-07-18ofono.rules: Add rules for Reliance ZTE MF 688Bertrand Aygon1-0/+3
2011-07-17Release 0.52Marcel Holtmann2-1/+7