summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-08-16atmodem: Add support for storing USSD vendor quirksMarcel Holtmann1-23/+35
2010-08-16TODO: Owner of Status report taskPetteri Tikander1-1/+1
2010-08-16calypsomodem: Remove useless NULL checks before g_freeMarcel Holtmann1-2/+1
2010-08-16stemodem: Remove useless NULL checks before g_freeMarcel Holtmann2-14/+7
2010-08-16mbmmodem: Remove useless NULL checks before g_freeMarcel Holtmann1-6/+3
2010-08-16hsomodem: Remove useless NULL checks before g_freeMarcel Holtmann1-6/+3
2010-08-16hfpmodem: Remove useless NULL checks before g_freeMarcel Holtmann3-16/+8
2010-08-16ussd: Use cb_data instead of custom structureDenis Kenzior1-13/+7
2010-08-16atmodem: Remove useless NULL checks before g_freeMarcel Holtmann15-132/+65
2010-08-16gatchat: Skip string contents in extract_lineDenis Kenzior1-2/+7
2010-08-16gatchat: Handle embedded \r and \n in responsesDenis Kenzior1-1/+17
2010-08-16Add another test script for USSD transactionsMarcel Holtmann3-2/+67
2010-08-16gatutil: Handle non-printable charactersDenis Kenzior1-1/+1
Signed arithmetic and shifts do not work well...
2010-08-16ussd: Be extra pedantic trying to CancelDenis Kenzior1-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-16doc: update USSD api for possible errorsDenis Kenzior1-0/+6
2010-08-16ussd: Properly handle cancellationsDenis Kenzior1-13/+15
2010-08-16dbus: Add Canceled errorDenis Kenzior2-0/+7
2010-08-16Add simple test script to cancel USSD transactionsMarcel Holtmann2-1/+20
2010-08-16zte: Add support for sms, cbs, ussd and phonebook atomsMarcel Holtmann1-1/+13
2010-08-16zte: Add initial support for devinfo, sim and netreg atomsMarcel Holtmann1-2/+156
2010-08-16netreg: Add quirk for ZTE modem without CIND supportMarcel Holtmann2-0/+4
2010-08-16Fix typo in Huawei port detectionMarcel Holtmann1-1/+1
2010-08-16Add udev detection support for ZTE modemsMarcel Holtmann2-5/+72
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