Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-18 | speedup: enable online/offline support | Bertrand Aygon | 1 | -0/+113 | |
Add speedup_set_online. Add a polling mechanism since most speedup dongles failed in couple of AT commands following the CFUN=1 when they are offline. Cleanup online polling in case modem is removed during online process. | |||||
2012-04-17 | speedup: Use speedup specific driver for ussd | Nicolas Bertrand | 1 | -3/+2 | |
2012-04-16 | speedup: No need to parse error | Denis Kenzior | 1 | -2/+0 | |
2012-04-16 | speedup: Remove ussd atom in case we fail to init | Denis Kenzior | 1 | -0/+1 | |
2012-04-16 | atmodem: Remove ussd atom in case we fail to init | Denis Kenzior | 1 | -0/+1 | |
2012-04-16 | Makefile: Add speedup modem target | Nicolas Bertrand | 1 | -0/+6 | |
2012-04-16 | speedup: Add speedup driver to handle USSD | Nicolas Bertrand | 3 | -0/+298 | |
2012-04-16 | gdbus: Remove unneeded NEED_DBUS_WATCH_GET_UNIX_FD check | Marcel Holtmann | 1 | -4/+0 | |
2012-04-16 | build: Require D-Bus 1.4 or later | Marcel Holtmann | 1 | -15/+2 | |
2012-04-12 | modem: Add missing empty line | Marcel Holtmann | 1 | -0/+1 | |
2012-04-11 | AUTHORS: Mention Michael's contributions | Denis Kenzior | 1 | -0/+1 | |
2012-04-11 | hfpmodem: use full CLCC handling in dialing case | Michael Brudevold | 1 | -67/+1 | |
A call that moves from the dialing to active state before the +CLCC response will not properly be added as a voicecall. This is because the dialing callback was using simplified handling and only looked for calls in the dialing or alerting state. AT sequence that exhibited the failure (AG device was an iPhone accessing visual voicemail): > +CIND: ("service",(0-1)),("call",(0-1)),("callsetup",(0-3)), ("battchg",(0-5)),("signal",(0-5)),("roam",(0-1)),("callheld",(0-2)) ... > +CIEV: 3,2 < AT+CLCC > +CIEV: 2,1 > +CIEV: 3,0 > +CLCC: 1,0,0,0,0,"**21153**",129,"Voicemail" | |||||
2012-04-06 | sms: Add ZTE quirk for CDS notifications | Philippe Nunes | 1 | -9/+28 | |
2012-04-06 | Add udev rules for SpeedUp U3501 | Bertrand Aygon | 1 | -0/+4 | |
2012-04-06 | icera: Add skeleton for Icera modem plugin | Marcel Holtmann | 2 | -0/+120 | |
2012-04-06 | udev: Add detection support for Icera based devices | Marcel Holtmann | 1 | -0/+39 | |
2012-04-05 | gdbus: Use destroy callback for service watch | Anderson Lizardo | 1 | -1/+1 | |
Even though service watches accepted a "destroy" callback, they were being ignored. This fix properly pass them along so they are called when the watch is removed. | |||||
2012-04-05 | gdbus: Fix white space coding style issue | Syam Sidhardhan | 1 | -1/+1 | |
- corrected the space before '{' | |||||
2012-04-04 | update Gustavo's email address | Gustavo Padovan | 1 | -1/+1 | |
The old one is not valid anymore | |||||
2012-03-26 | zte: Add support for radio settings | Bertrand Aygon | 1 | -0/+3 | |
2012-03-26 | nwmodem: Remove atom if driver fails to init | Denis Kenzior | 1 | -1/+3 | |
2012-03-26 | ifxmodem: Remove atom if driver fails to init | Denis Kenzior | 1 | -1/+3 | |
2012-03-26 | hsomodem: Remove atom if driver fails to init | Denis Kenzior | 1 | -1/+3 | |
2012-03-26 | ztemodem: Remove atom if driver fails to init | Denis Kenzior | 1 | -1/+3 | |
2012-03-26 | ztemodem: Fix compile error | Denis Kenzior | 1 | -1/+1 | |
drivers/ztemodem/radio-settings.c:129: error: ‘value’ may be used uninitialized in this function | |||||
2012-03-26 | ztemodem: Add radio settings support | Bertrand Aygon | 4 | -1/+220 | |
2012-03-26 | Add ZTE modem driver | Bertrand Aygon | 3 | -0/+73 | |
2012-03-24 | huaweimodem: Fix AT^DDSETEX=2 timing for voice calls | Jarkko Lehtoranta | 1 | -3/+9 | |
Voice output serial port is enabled on some Huawei models (e.g. E169) without problems, but for example on E173u-2 it is never enabled during an incoming call. There might also be other Huawei models having the same issue. I traced the issue down to "^DDSETEX" AT command, which is used to notify the device to start streaming audio. It seems that Ofono sends this command too early on incoming calls. The command should always be sent *after* the dial "D" or answer "A" command. The patch fixes this behavior and afterwards voice will also work on E173u-2. | |||||
2012-03-23 | sim: Don't use sprintf unnecessarily | Denis Kenzior | 1 | -5/+8 | |
Using sprintf for a single quote is quite wasteful | |||||
2012-03-23 | sim: Fix up various coding style violations | Denis Kenzior | 1 | -23/+24 | |
2012-03-23 | sim: Use quoted string with AT+CRSM data parameter | Nicolas Bertrand | 1 | -86/+41 | |
Fix issue with some modems preventing to update elementary files (speedup, ZTE, huawei, MBM) | |||||
2012-03-21 | swmodem: Add support for IPv6 and IPv4v6 contexts | Marcel Holtmann | 1 | -5/+18 | |
2012-03-21 | udev: Only detect Sierra Wireless devices with DirectIP | Marcel Holtmann | 1 | -1/+1 | |
2012-03-21 | sierra: Add support for DirectIP connections | Marcel Holtmann | 1 | -2/+9 | |
2012-03-21 | swmodem: Add Sierra Wireless DirectIP support | Marcel Holtmann | 4 | -1/+256 | |
2012-03-21 | swmodem: Add Sierra Wireless modem driver | Marcel Holtmann | 3 | -0/+73 | |
2012-03-21 | build: Require glib 2.28 | Denis Kenzior | 1 | -2/+2 | |
2012-03-20 | voicecall: Force callheld update after calls swap | Frédéric Danis | 1 | -4/+72 | |
In HFP spec, a callheld indicator update should be sent after swapping calls, even if it stays to 1 (AG has both active and held calls). | |||||
2012-03-20 | emulator: Force indicator event implementation | Frédéric Danis | 2 | -0/+26 | |
2012-03-19 | isimodem: Remove includes of <glib/gtypes.h> | Marcel Holtmann | 2 | -3/+0 | |
2012-03-19 | gisi: Remove includes of <glib/gtypes.h> | Marcel Holtmann | 3 | -3/+1 | |
2012-03-19 | call-forwarding: Inline get_query_next_cf_cond() | Oleg Zhurakivskyy | 1 | -1/+1 | |
2012-03-19 | call-forwarding: Remove cf_list_clear() | Oleg Zhurakivskyy | 1 | -12/+2 | |
Use g_slist_free_full() instead. | |||||
2012-03-13 | voicecall: Improve transitions check | Frédéric Danis | 1 | -12/+17 | |
Indicators should not be updated if: - multiple separate calls are active at same time - a conf call and a call are active at same time - multiple separate calls are held at same time - a conf call and a call are held at same time - a conf call has call in active and held state | |||||
2012-03-13 | sim900: Add ussd and voice call support | Renat Zaripov | 1 | -0/+3 | |
2012-03-07 | voicecall: Don't set indicators during transitions | Denis Kenzior | 1 | -0/+13 | |
2012-03-07 | emulator: fix notify_ring | Frédéric Danis | 1 | -7/+0 | |
notify_ring should not use information from waiting call | |||||
2012-03-06 | voicecall: Fix strange GTA04 modem CLCC behavior | Denis Kenzior | 1 | -0/+16 | |
2012-03-01 | Release 1.5 | Marcel Holtmann | 2 | -1/+9 | |
2012-02-27 | sim900: Use SIMCOM quirk for SMS atom | Renat Zaripov | 1 | -1/+2 | |