Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-08-16 | Add skeleton for ZTE modem support | Marcel Holtmann | 2 | -0/+91 | |
2010-08-13 | atutil: Don't try parsing lac/ci when unregistered | Denis Kenzior | 1 | -0/+8 | |
2010-08-13 | gprs: Fix up some attach/detach logic issues | Denis Kenzior | 1 | -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-13 | nwemodem: Fix up radio-settings driver | Denis Kenzior | 1 | -13/+16 | |
2010-08-13 | hsomodem: Fix up radio-settings driver | Denis Kenzior | 1 | -13/+16 | |
2010-08-13 | stemodem: Copy if_caif.h from 2.6.36 RC | Sjur Brændeland | 1 | -42/+6 | |
2010-08-13 | build: Make distcheck pass | Sjur Brændeland | 1 | -1/+1 | |
distcheck fails due to rename of dataconnectionmanager-api.txt | |||||
2010-08-13 | voicecall: Make hangup_all work for 911 calls | Denis Kenzior | 1 | -7/+18 | |
2010-08-13 | TODO: Mention the proposed Lockdown property name | Marcel Holtmann | 1 | -0/+2 | |
2010-08-13 | TODO: Add GPS power atom task | Denis Kenzior | 1 | -0/+11 | |
2010-08-13 | TODO: Add ofono_sim_ready_notify task | Denis Kenzior | 1 | -0/+17 | |
2010-08-13 | TODO: update with hardware dependencies | Denis Kenzior | 1 | -0/+16 | |
2010-08-12 | stemodem: register should not be called from probe | Denis Kenzior | 1 | -3/+12 | |
2010-08-12 | stemodem: Use g_at_chat_clone | Denis Kenzior | 2 | -4/+7 | |
2010-08-12 | stemodem: Fix minor whitespace issue | Denis Kenzior | 1 | -1/+1 | |
2010-08-12 | nwemodem: Use g_at_chat_clone | Denis Kenzior | 1 | -1/+3 | |
2010-08-12 | mbmmodem: Use g_at_chat_clone | Denis Kenzior | 2 | -4/+8 | |
2010-08-12 | hsomodem: Use g_at_chat_clone | Denis Kenzior | 2 | -3/+7 | |
2010-08-12 | calypso: Use g_at_chat_clone | Denis Kenzior | 2 | -3/+7 | |
2010-08-12 | atmodem: Use g_at_chat_clone | Denis Kenzior | 17 | -27/+71 | |
2010-08-12 | gatchat: Add g_at_chat_clone | Denis Kenzior | 2 | -0/+21 | |
This function will clone a chat object, but will create a new group internally. | |||||
2010-08-12 | gatchat: Make GAtChat a facade for struct at_chat | Denis Kenzior | 1 | -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-12 | phonesim: Support set_online/post_online | Denis Kenzior | 1 | -6/+47 | |
2010-08-12 | modem: Be consistent when naming callback typedefs | Denis Kenzior | 2 | -5/+5 | |
2010-08-12 | doc: Describe EmergencyNumbers property | Denis Kenzior | 1 | -0/+8 | |
2010-08-12 | voicecall: Relax restriction for hangup_active | Denis Kenzior | 1 | -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-12 | voicecall: Move some stuff around | Denis Kenzior | 1 | -37/+37 | |
2010-08-12 | stedriver: Copy caif_socket.h from 2.6.36 RC | Sjur Brændeland | 1 | -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-12 | stedriver: remove unsupported CAIF socket ioctls | Sjur Brændeland | 1 | -46/+2 | |
2010-08-12 | voicecall: Don't hangup waiting calls | Denis Kenzior | 1 | -1/+8 | |
During hangup_all operation. For multiparty hangups, waiting calls are not part of the mpty call. | |||||
2010-08-12 | voicecall: Make logic bit cleaner | Denis Kenzior | 1 | -4/+4 | |
2010-08-12 | voicecall: Minor style issues | Denis Kenzior | 1 | -3/+2 | |
2010-08-12 | voicecall: Reflow the logic of voicecall_hangup | Denis Kenzior | 1 | -33/+38 | |
2010-08-12 | voicecall: Add support for function hangup_all | Sjur Brændeland | 2 | -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-12 | voicecall: Rename hangup to hangup_active | Sjur Brændeland | 6 | -7/+7 | |
2010-08-11 | doc: Update connection manager API (GPRS context) | Marcel Holtmann | 1 | -14/+30 | |
2010-08-11 | doc: Rename message manager API documentation | Marcel Holtmann | 1 | -2/+2 | |
2010-08-11 | doc: Update network registration and operator API | Marcel Holtmann | 1 | -11/+14 | |
Change the network registration API to reflect simplification in the operator selection and scanning handling for applications. | |||||
2010-08-11 | doc: update voice call API documentation | Marcel Holtmann | 2 | -16/+26 | |
Reflect required changes to simplify the voice call API usage. | |||||
2010-08-11 | Add extra debug statements to MBM STK atom driver | Marcel Holtmann | 1 | -0/+24 | |
2010-08-11 | Add a few debug statements to STK core | Marcel Holtmann | 1 | -4/+22 | |
2010-08-10 | Use permissive parser for MBM since otherwise STK causes problems | Marcel Holtmann | 1 | -1/+1 | |
2010-08-10 | Add SimToolkitAgent interface to D-Bus configuration | Marcel Holtmann | 1 | -0/+1 | |
2010-08-10 | Build CAIF plugin only when AT modem support is enabled | Marcel Holtmann | 1 | -3/+3 | |
2010-08-10 | Always built and include the modemconf plugin | Marcel Holtmann | 1 | -9/+7 | |
2010-08-10 | Fix context processing test script when no gateway is provided | Marcel Holtmann | 2 | -2/+5 | |
2010-08-10 | Fix GPRS context IP configuration issue with ISI modems | Marcel Holtmann | 1 | -2/+5 | |
2010-08-09 | Fix isimodem call forwarding. | Pekka Pessi | 1 | -3/+2 | |
2010-08-09 | Add test scripts to to lock and unlock pin | Kalle Valo | 3 | -1/+57 | |
2010-08-09 | gprs: Fix release cid in gprs_deactive_for_remove | Zhenhua Zhang | 1 | -0/+3 | |
Similiar to pri_deactive_callback, we should release the context id in gprs_deactive_for_remove() as well. |