summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-06-29stk: Remove deprecated structurePhilippe Nunes1-8/+0
2011-06-27udev: Tweak detection rules for HP HS2330 cardsDenis Kenzior1-0/+4
2011-06-27udev: changed linktop device stringsAmit Mendapara1-2/+2
2011-06-27linktop: reimplemented with minimum featuresAmit Mendapara1-71/+45
The device supports subset of ST-Ericsson AT command extensions but nither STE nor the MBM plugin works with these devices. Fixes MeeGo bug #14784
2011-06-27mbm: Use decode_error from atutilDenis Kenzior1-4/+3
2011-06-21voicecall: add ATD> support for HFP emulatorFrédéric Danis1-3/+28
2011-06-21message-waiting: API to retrieve voicemail numberFrédéric Danis2-0/+11
2011-06-20emulator: fix local HFP AG featuresFrédéric Danis1-2/+5
2011-06-20hfpmodem: remove previous HFP definesFrédéric Danis1-19/+0
2011-06-20hfp_hf: update to use new HFP enumsFrédéric Danis1-6/+6
2011-06-20include: add HFP features types for HF and AGFrédéric Danis1-0/+24
2011-06-19hfp_ag: fix SDP recordFrédéric Danis1-1/+1
HFP AG supports 3 way calls
2011-06-16voicecall: add +BLDN support for HFP emulatorFrédéric Danis1-0/+34
2011-06-16voicecall: add ATD support for HFP emulatorFrédéric Danis1-19/+146
2011-06-16call-settings: fix typoNicolas Bertrand1-1/+1
2011-06-17u8500: Use new UICC SIM driverAki Niemi1-1/+1
2011-06-17build: Add UICC driver to buildAki Niemi1-1/+2
2011-06-17isimodem: Add baseline for UICC driverAki Niemi4-0/+503
2011-06-17isimodem: Add missing codepoints and debugsAki Niemi2-0/+32
2011-06-17isimodem: Fix style in UICC definitionsAki Niemi1-16/+20
2011-06-15emulator: fix request testsFrédéric Danis1-2/+2
2011-06-15Release 0.50Marcel Holtmann2-1/+8
2011-06-14udev: add initial Telit supportBernhard Guillon2-0/+57
2011-06-14isimodem: Improper handling of missed callArun Ravindran1-4/+28
2011-06-12mbmmodem: Fix not setting IPv4 GatewayDenis Kenzior1-0/+1
2011-06-12cdma-voicecall: Fix for crash when unregistering atomDara Spieker-Doyle1-0/+14
2011-06-08telit: Use more generic error decodingDenis Kenzior1-4/+3
2011-06-08telit: Make sure to clean up the sourceDenis Kenzior1-1/+12
2011-06-08telit: Update copyrightDenis Kenzior1-1/+1
2011-06-08plugins: Add initial telit UC864-G supportBernhard Guillon2-0/+382
2011-06-06ifxmodem: Remove unneeded codeDenis Kenzior1-7/+0
2011-06-06ifxmodem: Fix minor style issueDenis Kenzior1-1/+2
2011-06-06ifxmodem: emergency number list supportJeevaka Badrappan1-0/+95
2011-06-06AUTHORS: Mention Bernhard's contributionsDenis Kenzior1-0/+1
2011-06-06network-registration.c: add telit supportBernhard Guillon1-5/+34
*add support for CIND=? tokens like ("signal",(0-7,99)) *add telit quirk for token encapsulation e.g. (("one",(0-7,99)),("two",(0-7,99)))
2011-06-06atmodem/vendor.h: add OFONO_VENDOR_TELITBernhard Guillon1-0/+1
2011-06-06test: Add modem argument to initiate-ussdBertrand Aygon1-3/+9
2011-06-06test: Add modem argument to cancel-ussdBertrand Aygon1-1/+4
2011-06-06test: Add modem argument to test-ussdBertrand Aygon1-4/+12
2011-06-06bluetooth: Remove usage of ofono.hDenis Kenzior1-1/+3
2011-06-05cdma-smsutil: Fix uninitialized var on gcc >= 4.5Denis Kenzior1-1/+1
2011-06-05TODO: Set owner on ACFC and PFC PPP optionsGuillaume Zajac1-0/+2
2011-06-02huawei: NDIS port doesn't depend on modem portCaiwen Zhang1-4/+3
When creating the NDIS gprs context, do not check the existence of the modem port.
2011-06-02huawei: Minor tweaks to debug messagesDenis Kenzior1-2/+4
2011-06-02huawei: reopen once if open device failedCaiwen Zhang1-1/+35
Sometimes when we try to open the modem (PPP) device, it may fail. If opening the tty failed, retry once one second later.
2011-06-02sim: Make sure only PINs can be sent to EnterPinDenis Kenzior1-0/+3
2011-06-02gprs: Unify logic inside registration_status_cbDenis Kenzior1-11/+12
And delay reseting the ATTACHING flag until we had a chance to query the CGREG status.
2011-06-03tools: Use mobile-broadband-provider-info database location if presentMarcel Holtmann1-3/+5
2011-06-03build: Check for mobile-broadband-provider-info databaseMarcel Holtmann1-1/+9
2011-06-01emulator: Don't try to release in case of errorDenis Kenzior1-2/+4