Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-08-16 | atmodem: Add support for storing USSD vendor quirks | Marcel Holtmann | 1 | -23/+35 | |
2010-08-16 | TODO: Owner of Status report task | Petteri Tikander | 1 | -1/+1 | |
2010-08-16 | calypsomodem: Remove useless NULL checks before g_free | Marcel Holtmann | 1 | -2/+1 | |
2010-08-16 | stemodem: Remove useless NULL checks before g_free | Marcel Holtmann | 2 | -14/+7 | |
2010-08-16 | mbmmodem: Remove useless NULL checks before g_free | Marcel Holtmann | 1 | -6/+3 | |
2010-08-16 | hsomodem: Remove useless NULL checks before g_free | Marcel Holtmann | 1 | -6/+3 | |
2010-08-16 | hfpmodem: Remove useless NULL checks before g_free | Marcel Holtmann | 3 | -16/+8 | |
2010-08-16 | ussd: Use cb_data instead of custom structure | Denis Kenzior | 1 | -13/+7 | |
2010-08-16 | atmodem: Remove useless NULL checks before g_free | Marcel Holtmann | 15 | -132/+65 | |
2010-08-16 | gatchat: Skip string contents in extract_line | Denis Kenzior | 1 | -2/+7 | |
2010-08-16 | gatchat: Handle embedded \r and \n in responses | Denis Kenzior | 1 | -1/+17 | |
2010-08-16 | Add another test script for USSD transactions | Marcel Holtmann | 3 | -2/+67 | |
2010-08-16 | gatutil: Handle non-printable characters | Denis Kenzior | 1 | -1/+1 | |
Signed arithmetic and shifts do not work well... | |||||
2010-08-16 | ussd: Be extra pedantic trying to Cancel | Denis Kenzior | 1 | -0/+7 | |
If we initiated a Respond() transaction, but have not returned from the callback. Or if we already called Cancel and it hasn't returned yet. | |||||
2010-08-16 | doc: update USSD api for possible errors | Denis Kenzior | 1 | -0/+6 | |
2010-08-16 | ussd: Properly handle cancellations | Denis Kenzior | 1 | -13/+15 | |
2010-08-16 | dbus: Add Canceled error | Denis Kenzior | 2 | -0/+7 | |
2010-08-16 | Add simple test script to cancel USSD transactions | Marcel Holtmann | 2 | -1/+20 | |
2010-08-16 | zte: Add support for sms, cbs, ussd and phonebook atoms | Marcel Holtmann | 1 | -1/+13 | |
2010-08-16 | zte: Add initial support for devinfo, sim and netreg atoms | Marcel Holtmann | 1 | -2/+156 | |
2010-08-16 | netreg: Add quirk for ZTE modem without CIND support | Marcel Holtmann | 2 | -0/+4 | |
2010-08-16 | Fix typo in Huawei port detection | Marcel Holtmann | 1 | -1/+1 | |
2010-08-16 | Add udev detection support for ZTE modems | Marcel Holtmann | 2 | -5/+72 | |
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 | |