summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-08-16Add skeleton for ZTE modem supportMarcel Holtmann2-0/+91
2010-08-13atutil: Don't try parsing lac/ci when unregisteredDenis Kenzior1-0/+8
2010-08-13gprs: Fix up some attach/detach logic issuesDenis Kenzior1-10/+23
Parts of it are related to Meego bug 5193, namely that we don't properly signal the Attached status when powering down. Another part of the fix is that we automatically detach in case our conditions are not fulfilled if the modem attaches automatically (e.g. Auto-Attach is enabled)
2010-08-13nwemodem: Fix up radio-settings driverDenis Kenzior1-13/+16
2010-08-13hsomodem: Fix up radio-settings driverDenis Kenzior1-13/+16
2010-08-13stemodem: Copy if_caif.h from 2.6.36 RCSjur Brændeland1-42/+6
2010-08-13build: Make distcheck passSjur Brændeland1-1/+1
distcheck fails due to rename of dataconnectionmanager-api.txt
2010-08-13voicecall: Make hangup_all work for 911 callsDenis Kenzior1-7/+18
2010-08-13TODO: Mention the proposed Lockdown property nameMarcel Holtmann1-0/+2
2010-08-13TODO: Add GPS power atom taskDenis Kenzior1-0/+11
2010-08-13TODO: Add ofono_sim_ready_notify taskDenis Kenzior1-0/+17
2010-08-13TODO: update with hardware dependenciesDenis Kenzior1-0/+16
2010-08-12stemodem: register should not be called from probeDenis Kenzior1-3/+12
2010-08-12stemodem: Use g_at_chat_cloneDenis Kenzior2-4/+7
2010-08-12stemodem: Fix minor whitespace issueDenis Kenzior1-1/+1
2010-08-12nwemodem: Use g_at_chat_cloneDenis Kenzior1-1/+3
2010-08-12mbmmodem: Use g_at_chat_cloneDenis Kenzior2-4/+8
2010-08-12hsomodem: Use g_at_chat_cloneDenis Kenzior2-3/+7
2010-08-12calypso: Use g_at_chat_cloneDenis Kenzior2-3/+7
2010-08-12atmodem: Use g_at_chat_cloneDenis Kenzior17-27/+71
2010-08-12gatchat: Add g_at_chat_cloneDenis Kenzior2-0/+21
This function will clone a chat object, but will create a new group internally.
2010-08-12gatchat: Make GAtChat a facade for struct at_chatDenis Kenzior1-228/+401
Each GAtChat object is now simply a representation of a set of outstanding commands and registered unsolicited notification handlers. This makes it easy to cancel entire groups, e.g. by canceling the GAtChat object itself rather than forcing the user into tracking all relevant g_at_chat_register and g_at_chat_send ids.
2010-08-12phonesim: Support set_online/post_onlineDenis Kenzior1-6/+47
2010-08-12modem: Be consistent when naming callback typedefsDenis Kenzior2-5/+5
2010-08-12doc: Describe EmergencyNumbers propertyDenis Kenzior1-0/+8
2010-08-12voicecall: Relax restriction for hangup_activeDenis Kenzior1-1/+2
If hangup_active is present, then a single active call in a 3-way situation is hung up using hangup_active.
2010-08-12voicecall: Move some stuff aroundDenis Kenzior1-37/+37
2010-08-12stedriver: Copy caif_socket.h from 2.6.36 RCSjur Brændeland1-84/+123
Copied include/linux/caif/caif_socket.h and added AF_CAIF, PF_CAIF and SOL_CAIF definitions found in linux/include/socket.h.
2010-08-12stedriver: remove unsupported CAIF socket ioctlsSjur Brændeland1-46/+2
2010-08-12voicecall: Don't hangup waiting callsDenis Kenzior1-1/+8
During hangup_all operation. For multiparty hangups, waiting calls are not part of the mpty call.
2010-08-12voicecall: Make logic bit cleanerDenis Kenzior1-4/+4
2010-08-12voicecall: Minor style issuesDenis Kenzior1-3/+2
2010-08-12voicecall: Reflow the logic of voicecall_hangupDenis Kenzior1-33/+38
2010-08-12voicecall: Add support for function hangup_allSjur Brændeland2-13/+45
This patch fixes problem for modems that cannot terminate DIALING/ALERTING calls with CHUP=1X. The main change is that voicecall driver's hangup function is split into the functions hangup_all and hangup_active. Changes: - In cases where hangup previously was used, hangup_all is used if implemented otherwise hangup_active is used. - Call in state DIALING/ALERTING is released with hangup_active if implemented. - manager_hangup_all will simply call hangup_all if implemented. - manager_hangup_all will release calls in state ALERTING/DIALING/INCOMING using hangup_active otherwise release_specific.
2010-08-12voicecall: Rename hangup to hangup_activeSjur Brændeland6-7/+7
2010-08-11doc: Update connection manager API (GPRS context)Marcel Holtmann1-14/+30
2010-08-11doc: Rename message manager API documentationMarcel Holtmann1-2/+2
2010-08-11doc: Update network registration and operator APIMarcel Holtmann1-11/+14
Change the network registration API to reflect simplification in the operator selection and scanning handling for applications.
2010-08-11doc: update voice call API documentationMarcel Holtmann2-16/+26
Reflect required changes to simplify the voice call API usage.
2010-08-11Add extra debug statements to MBM STK atom driverMarcel Holtmann1-0/+24
2010-08-11Add a few debug statements to STK coreMarcel Holtmann1-4/+22
2010-08-10Use permissive parser for MBM since otherwise STK causes problemsMarcel Holtmann1-1/+1
2010-08-10Add SimToolkitAgent interface to D-Bus configurationMarcel Holtmann1-0/+1
2010-08-10Build CAIF plugin only when AT modem support is enabledMarcel Holtmann1-3/+3
2010-08-10Always built and include the modemconf pluginMarcel Holtmann1-9/+7
2010-08-10Fix context processing test script when no gateway is providedMarcel Holtmann2-2/+5
2010-08-10Fix GPRS context IP configuration issue with ISI modemsMarcel Holtmann1-2/+5
2010-08-09Fix isimodem call forwarding.Pekka Pessi1-3/+2
2010-08-09Add test scripts to to lock and unlock pinKalle Valo3-1/+57
2010-08-09gprs: Fix release cid in gprs_deactive_for_removeZhenhua Zhang1-0/+3
Similiar to pri_deactive_callback, we should release the context id in gprs_deactive_for_remove() as well.