summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-06-21bluetooth: add PropertyChanged watchGustavo F. Padovan1-1/+75
This one is a bit diferent from the hfp.c one, so a separated patch for it.
2010-06-21bluetooth: add watches for service and adaptersGustavo F. Padovan1-0/+78
Exactly the same code from hfp.c
2010-06-21bluetooth: add device_properties_cb() and has_uuid()Gustavo F. Padovan1-2/+69
2010-06-21bluetooth: Move functions from hfp.c to bluetooth.cGustavo F. Padovan1-0/+122
The part that call device_properties_cb is commented to permit this patch compile. device_properties_cb() will be changed, so it will have separated patch.
2010-06-21storage: whitespace issueDenis Kenzior1-1/+1
2010-06-21smsutil: Fix up some comment styleDenis Kenzior1-18/+36
2010-06-21test-common: Avoid accessing an unitialised variable.Andrzej Zaborowski1-1/+1
Fixes a segfault, reported by valrgind as: [...] ==6300== Use of uninitialised value of size 4 ==6300== at 0x8048B4D: test_invalid (test-common.c:81)
2010-06-21stkutil: Remove obsolete comment.Andrzej Zaborowski1-3/+0
2010-06-21atmodem: Support CDS indicators for MBMDenis Kenzior1-7/+9
MBM does not advertise support for CNMA, yet only supports CDS style notifications which do not need to be acknowledged.
2010-06-21sms: Only emit property if value actually differsDenis Kenzior1-3/+4
2010-06-21test: Fix the no-argument caseDenis Kenzior1-0/+1
2010-06-21unit: Add unit tests for status report assemblyDenis Kenzior1-0/+46
2010-06-21smsutil: Take ton_npi into account in sr assemblyDenis Kenzior1-14/+7
2010-06-21smsutil: More code cleanupDenis Kenzior1-47/+54
- Change the flow of the code a bit, in the case that all fragments have been sent and an udelivered sr arrives, we can simply remove the node and signal undelivered up - We ignore temporary and temporary final status reports
2010-06-21smsutil: Make code flow easier to understandDenis Kenzior1-52/+53
2010-06-21smsutil: multiline comments to preferred styleDenis Kenzior1-3/+7
2010-06-21smsutil: Minor code style & indentation fixesDenis Kenzior1-10/+9
2010-06-21sms: Fixup minor style issues with status reportsDenis Kenzior1-15/+7
2010-06-21sms: Status report notifyPasi Miettinen1-1/+70
2010-06-21smsutil: memcpy is preferable to struct assignmentDenis Kenzior1-1/+1
2010-06-21smsutil: Streamline flow of sr add_fragmentDenis Kenzior1-22/+7
2010-06-21Fix: Make distcheck passDenis Kenzior1-2/+0
No need to include history.h anyway
2010-06-21history: Make example_history use Delivery ReportsDenis Kenzior1-2/+8
2010-06-21history: API change for status report notifyPasi Miettinen1-0/+2
2010-06-21smsutil: Status report assemblyPasi Miettinen2-0/+214
2010-06-21Mention Arun's contributionsDenis Kenzior1-0/+1
2010-06-21Enabling PDP Context support in atmodem.Arun Ravindran1-0/+9
2010-06-21TODO: PPP server support ownerZhenhua Zhang1-0/+1
2010-06-21ppp: Fix leak in pppcp_send_protocol_rejectZhenhua Zhang1-0/+2
Free the reject pppcp packet after ppp_transmit.
2010-06-21Refactor ussd parserYang Gu1-29/+6
2010-06-19Add test script for scanning networksMarcel Holtmann2-1/+42
2010-06-18atmodem: Use a switch/case in sim.cDenis Kenzior1-2/+8
2010-06-18mbm: Use MBM vendor quirk of the sim driver.Andrzej Zaborowski1-1/+2
2010-06-18atmodem: Add PIN entry quirk for mbm.Andrzej Zaborowski1-1/+45
Wait for *EPEV unsolicited response after PIN entered, otherwise the next AT+CPIN? query still returns the old value for a fraction of a second and ofono gets stuck until the next PIN entry attempt.
2010-06-18mbm: Register stk driver post sim.Andrzej Zaborowski1-1/+2
2010-06-18mbmmodem: Allow no response data for envelope.Andrzej Zaborowski1-7/+5
Partially reverts http://git.kernel.org/?p=network/ofono/ofono.git;a=commitdiff;h=f98c6dc91702c0d14c0afa2a4e32102d3105568d
2010-06-18test-stkutil: Add a More Time response builder testAndrzej Zaborowski1-0/+24
2010-06-18stkutil: Add More Time terminal response builderAndrzej Zaborowski2-0/+2
2010-06-18stkutil: USSD max len is 160Denis Kenzior1-1/+1
2010-06-18stk: Add parser for timing advance objectsYang Gu3-13/+41
2010-06-18teststk: Add test for send ussd parserYang Gu1-0/+1319
2010-06-18smsutil: Add a decoder for ussd pdusYang Gu2-0/+46
2010-06-18stk: Add parser for send ussd commandsYang Gu2-0/+70
2010-06-18huawei: Import Huawei rulesFlorian Steinel1-1/+298
From 10-Huawei-Datacard.rules (Linux Driver 4.08.01.108.tar.gz)
2010-06-18gathdlc: Don't crash if unreffed in callbackDenis Kenzior1-1/+18
2010-06-17gsmdial: Unref ppp when we get disconnectedZhenhua Zhang1-0/+5
2010-06-17test-server: Fix GIOChannel leak in create_ttyZhenhua Zhang1-4/+2
Remove client_io and unref server_io after creating GAtServer.
2010-06-17gatserver: Check for disconnection when resumingZhenhua Zhang1-0/+5
If the internal GAtIO is no longer valid, treat it as if our channel was disconnected.
2010-06-17gatserver: Suspend/resume GAtServer with GAtIOZhenhua Zhang2-150/+114
Support g_at_server_suspend and g_at_server_resume operation by using GAtIO to handle IO related function.
2010-06-17hfp: Use bluetooth_parse_propertiesDenis Kenzior1-91/+11
Instead of the local version