Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-06-21 | bluetooth: add PropertyChanged watch | Gustavo F. Padovan | 1 | -1/+75 | |
This one is a bit diferent from the hfp.c one, so a separated patch for it. | |||||
2010-06-21 | bluetooth: add watches for service and adapters | Gustavo F. Padovan | 1 | -0/+78 | |
Exactly the same code from hfp.c | |||||
2010-06-21 | bluetooth: add device_properties_cb() and has_uuid() | Gustavo F. Padovan | 1 | -2/+69 | |
2010-06-21 | bluetooth: Move functions from hfp.c to bluetooth.c | Gustavo F. Padovan | 1 | -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-21 | storage: whitespace issue | Denis Kenzior | 1 | -1/+1 | |
2010-06-21 | smsutil: Fix up some comment style | Denis Kenzior | 1 | -18/+36 | |
2010-06-21 | test-common: Avoid accessing an unitialised variable. | Andrzej Zaborowski | 1 | -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-21 | stkutil: Remove obsolete comment. | Andrzej Zaborowski | 1 | -3/+0 | |
2010-06-21 | atmodem: Support CDS indicators for MBM | Denis Kenzior | 1 | -7/+9 | |
MBM does not advertise support for CNMA, yet only supports CDS style notifications which do not need to be acknowledged. | |||||
2010-06-21 | sms: Only emit property if value actually differs | Denis Kenzior | 1 | -3/+4 | |
2010-06-21 | test: Fix the no-argument case | Denis Kenzior | 1 | -0/+1 | |
2010-06-21 | unit: Add unit tests for status report assembly | Denis Kenzior | 1 | -0/+46 | |
2010-06-21 | smsutil: Take ton_npi into account in sr assembly | Denis Kenzior | 1 | -14/+7 | |
2010-06-21 | smsutil: More code cleanup | Denis Kenzior | 1 | -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-21 | smsutil: Make code flow easier to understand | Denis Kenzior | 1 | -52/+53 | |
2010-06-21 | smsutil: multiline comments to preferred style | Denis Kenzior | 1 | -3/+7 | |
2010-06-21 | smsutil: Minor code style & indentation fixes | Denis Kenzior | 1 | -10/+9 | |
2010-06-21 | sms: Fixup minor style issues with status reports | Denis Kenzior | 1 | -15/+7 | |
2010-06-21 | sms: Status report notify | Pasi Miettinen | 1 | -1/+70 | |
2010-06-21 | smsutil: memcpy is preferable to struct assignment | Denis Kenzior | 1 | -1/+1 | |
2010-06-21 | smsutil: Streamline flow of sr add_fragment | Denis Kenzior | 1 | -22/+7 | |
2010-06-21 | Fix: Make distcheck pass | Denis Kenzior | 1 | -2/+0 | |
No need to include history.h anyway | |||||
2010-06-21 | history: Make example_history use Delivery Reports | Denis Kenzior | 1 | -2/+8 | |
2010-06-21 | history: API change for status report notify | Pasi Miettinen | 1 | -0/+2 | |
2010-06-21 | smsutil: Status report assembly | Pasi Miettinen | 2 | -0/+214 | |
2010-06-21 | Mention Arun's contributions | Denis Kenzior | 1 | -0/+1 | |
2010-06-21 | Enabling PDP Context support in atmodem. | Arun Ravindran | 1 | -0/+9 | |
2010-06-21 | TODO: PPP server support owner | Zhenhua Zhang | 1 | -0/+1 | |
2010-06-21 | ppp: Fix leak in pppcp_send_protocol_reject | Zhenhua Zhang | 1 | -0/+2 | |
Free the reject pppcp packet after ppp_transmit. | |||||
2010-06-21 | Refactor ussd parser | Yang Gu | 1 | -29/+6 | |
2010-06-19 | Add test script for scanning networks | Marcel Holtmann | 2 | -1/+42 | |
2010-06-18 | atmodem: Use a switch/case in sim.c | Denis Kenzior | 1 | -2/+8 | |
2010-06-18 | mbm: Use MBM vendor quirk of the sim driver. | Andrzej Zaborowski | 1 | -1/+2 | |
2010-06-18 | atmodem: Add PIN entry quirk for mbm. | Andrzej Zaborowski | 1 | -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-18 | mbm: Register stk driver post sim. | Andrzej Zaborowski | 1 | -1/+2 | |
2010-06-18 | mbmmodem: Allow no response data for envelope. | Andrzej Zaborowski | 1 | -7/+5 | |
Partially reverts http://git.kernel.org/?p=network/ofono/ofono.git;a=commitdiff;h=f98c6dc91702c0d14c0afa2a4e32102d3105568d | |||||
2010-06-18 | test-stkutil: Add a More Time response builder test | Andrzej Zaborowski | 1 | -0/+24 | |
2010-06-18 | stkutil: Add More Time terminal response builder | Andrzej Zaborowski | 2 | -0/+2 | |
2010-06-18 | stkutil: USSD max len is 160 | Denis Kenzior | 1 | -1/+1 | |
2010-06-18 | stk: Add parser for timing advance objects | Yang Gu | 3 | -13/+41 | |
2010-06-18 | teststk: Add test for send ussd parser | Yang Gu | 1 | -0/+1319 | |
2010-06-18 | smsutil: Add a decoder for ussd pdus | Yang Gu | 2 | -0/+46 | |
2010-06-18 | stk: Add parser for send ussd commands | Yang Gu | 2 | -0/+70 | |
2010-06-18 | huawei: Import Huawei rules | Florian Steinel | 1 | -1/+298 | |
From 10-Huawei-Datacard.rules (Linux Driver 4.08.01.108.tar.gz) | |||||
2010-06-18 | gathdlc: Don't crash if unreffed in callback | Denis Kenzior | 1 | -1/+18 | |
2010-06-17 | gsmdial: Unref ppp when we get disconnected | Zhenhua Zhang | 1 | -0/+5 | |
2010-06-17 | test-server: Fix GIOChannel leak in create_tty | Zhenhua Zhang | 1 | -4/+2 | |
Remove client_io and unref server_io after creating GAtServer. | |||||
2010-06-17 | gatserver: Check for disconnection when resuming | Zhenhua Zhang | 1 | -0/+5 | |
If the internal GAtIO is no longer valid, treat it as if our channel was disconnected. | |||||
2010-06-17 | gatserver: Suspend/resume GAtServer with GAtIO | Zhenhua Zhang | 2 | -150/+114 | |
Support g_at_server_suspend and g_at_server_resume operation by using GAtIO to handle IO related function. | |||||
2010-06-17 | hfp: Use bluetooth_parse_properties | Denis Kenzior | 1 | -91/+11 | |
Instead of the local version |