Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-06-29 | stk: Remove deprecated structure | Philippe Nunes | 1 | -8/+0 | |
2011-06-27 | udev: Tweak detection rules for HP HS2330 cards | Denis Kenzior | 1 | -0/+4 | |
2011-06-27 | udev: changed linktop device strings | Amit Mendapara | 1 | -2/+2 | |
2011-06-27 | linktop: reimplemented with minimum features | Amit Mendapara | 1 | -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-27 | mbm: Use decode_error from atutil | Denis Kenzior | 1 | -4/+3 | |
2011-06-21 | voicecall: add ATD> support for HFP emulator | Frédéric Danis | 1 | -3/+28 | |
2011-06-21 | message-waiting: API to retrieve voicemail number | Frédéric Danis | 2 | -0/+11 | |
2011-06-20 | emulator: fix local HFP AG features | Frédéric Danis | 1 | -2/+5 | |
2011-06-20 | hfpmodem: remove previous HFP defines | Frédéric Danis | 1 | -19/+0 | |
2011-06-20 | hfp_hf: update to use new HFP enums | Frédéric Danis | 1 | -6/+6 | |
2011-06-20 | include: add HFP features types for HF and AG | Frédéric Danis | 1 | -0/+24 | |
2011-06-19 | hfp_ag: fix SDP record | Frédéric Danis | 1 | -1/+1 | |
HFP AG supports 3 way calls | |||||
2011-06-16 | voicecall: add +BLDN support for HFP emulator | Frédéric Danis | 1 | -0/+34 | |
2011-06-16 | voicecall: add ATD support for HFP emulator | Frédéric Danis | 1 | -19/+146 | |
2011-06-16 | call-settings: fix typo | Nicolas Bertrand | 1 | -1/+1 | |
2011-06-17 | u8500: Use new UICC SIM driver | Aki Niemi | 1 | -1/+1 | |
2011-06-17 | build: Add UICC driver to build | Aki Niemi | 1 | -1/+2 | |
2011-06-17 | isimodem: Add baseline for UICC driver | Aki Niemi | 4 | -0/+503 | |
2011-06-17 | isimodem: Add missing codepoints and debugs | Aki Niemi | 2 | -0/+32 | |
2011-06-17 | isimodem: Fix style in UICC definitions | Aki Niemi | 1 | -16/+20 | |
2011-06-15 | emulator: fix request tests | Frédéric Danis | 1 | -2/+2 | |
2011-06-15 | Release 0.50 | Marcel Holtmann | 2 | -1/+8 | |
2011-06-14 | udev: add initial Telit support | Bernhard Guillon | 2 | -0/+57 | |
2011-06-14 | isimodem: Improper handling of missed call | Arun Ravindran | 1 | -4/+28 | |
2011-06-12 | mbmmodem: Fix not setting IPv4 Gateway | Denis Kenzior | 1 | -0/+1 | |
2011-06-12 | cdma-voicecall: Fix for crash when unregistering atom | Dara Spieker-Doyle | 1 | -0/+14 | |
2011-06-08 | telit: Use more generic error decoding | Denis Kenzior | 1 | -4/+3 | |
2011-06-08 | telit: Make sure to clean up the source | Denis Kenzior | 1 | -1/+12 | |
2011-06-08 | telit: Update copyright | Denis Kenzior | 1 | -1/+1 | |
2011-06-08 | plugins: Add initial telit UC864-G support | Bernhard Guillon | 2 | -0/+382 | |
2011-06-06 | ifxmodem: Remove unneeded code | Denis Kenzior | 1 | -7/+0 | |
2011-06-06 | ifxmodem: Fix minor style issue | Denis Kenzior | 1 | -1/+2 | |
2011-06-06 | ifxmodem: emergency number list support | Jeevaka Badrappan | 1 | -0/+95 | |
2011-06-06 | AUTHORS: Mention Bernhard's contributions | Denis Kenzior | 1 | -0/+1 | |
2011-06-06 | network-registration.c: add telit support | Bernhard Guillon | 1 | -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-06 | atmodem/vendor.h: add OFONO_VENDOR_TELIT | Bernhard Guillon | 1 | -0/+1 | |
2011-06-06 | test: Add modem argument to initiate-ussd | Bertrand Aygon | 1 | -3/+9 | |
2011-06-06 | test: Add modem argument to cancel-ussd | Bertrand Aygon | 1 | -1/+4 | |
2011-06-06 | test: Add modem argument to test-ussd | Bertrand Aygon | 1 | -4/+12 | |
2011-06-06 | bluetooth: Remove usage of ofono.h | Denis Kenzior | 1 | -1/+3 | |
2011-06-05 | cdma-smsutil: Fix uninitialized var on gcc >= 4.5 | Denis Kenzior | 1 | -1/+1 | |
2011-06-05 | TODO: Set owner on ACFC and PFC PPP options | Guillaume Zajac | 1 | -0/+2 | |
2011-06-02 | huawei: NDIS port doesn't depend on modem port | Caiwen Zhang | 1 | -4/+3 | |
When creating the NDIS gprs context, do not check the existence of the modem port. | |||||
2011-06-02 | huawei: Minor tweaks to debug messages | Denis Kenzior | 1 | -2/+4 | |
2011-06-02 | huawei: reopen once if open device failed | Caiwen Zhang | 1 | -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-02 | sim: Make sure only PINs can be sent to EnterPin | Denis Kenzior | 1 | -0/+3 | |
2011-06-02 | gprs: Unify logic inside registration_status_cb | Denis Kenzior | 1 | -11/+12 | |
And delay reseting the ATTACHING flag until we had a chance to query the CGREG status. | |||||
2011-06-03 | tools: Use mobile-broadband-provider-info database location if present | Marcel Holtmann | 1 | -3/+5 | |
2011-06-03 | build: Check for mobile-broadband-provider-info database | Marcel Holtmann | 1 | -1/+9 | |
2011-06-01 | emulator: Don't try to release in case of error | Denis Kenzior | 1 | -2/+4 | |