Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-01-14 | stemodem: Removed defaults in switches. | Marit Henriksen | 1 | -10/+7 | |
Coding style guidline M12. | |||||
2011-01-14 | hfpmodem: Incorrect string length in dtmf buf. | Helen Clemson | 1 | -3/+2 | |
Strlen includes a NULL character. | |||||
2011-01-14 | stemodem: Incorrect string length in dtmf buf. | Helen Clemson | 1 | -4/+2 | |
Strlen includes a NULL character. | |||||
2011-01-14 | stemodem: Fix spelling mistake in error message. | Helen Clemson | 1 | -1/+1 | |
2011-01-14 | test: add disable-call-forwarding | Jarko Poutiainen | 2 | -1/+55 | |
2011-01-14 | ifxmodem: change AT command for enabling SATK | Jeevaka Badrappan | 1 | -6/+5 | |
2011-01-14 | ifxmodem: add enable/disable ctm support | Jeevaka Badrappan | 4 | -1/+201 | |
2011-01-13 | bluetooth: Add Btio library for DUN | Zhenhua Zhang | 4 | -2/+1407 | |
Btio library is the low level socket API for BT RFCOMM connection. We share the same library among BlueZ, Obex and oFono. So make sure you synchronize to other two projects when you make changes to btio.[ch]. | |||||
2011-01-13 | nokiacdma: Add CDMA devinfo support | Dara Spieker-Doyle | 1 | -0/+2 | |
2011-01-13 | cdmamodem: Add CDMA devinfo support | Dara Spieker-Doyle | 4 | -1/+194 | |
2011-01-13 | cdmamodem: M15 Coding style fix | Dara Spieker-Doyle | 2 | -4/+4 | |
2011-01-13 | test: Add CDMA MO Call Support scripts | Dara Spieker-Doyle | 4 | -1/+73 | |
2011-01-13 | include: remove unused mpty from ofono_call | Jeevaka Badrappan | 1 | -1/+0 | |
2011-01-13 | atutil: remove unused mpty | Jeevaka Badrappan | 1 | -1/+0 | |
2011-01-13 | gps: add new interface to feature map | Rafael Ignacio Zurita | 1 | -0/+1 | |
2011-01-13 | gps: define new dbus interface | Rafael Ignacio Zurita | 1 | -0/+1 | |
2011-01-13 | atmodem: fix +COLR parsing | Rémi Denis-Courmont | 1 | -1/+28 | |
AT+COLR does not have a local presentation mode and thus it cannot be factored with the other commands. This partially reverts commit f2baa88d7577649358f1f8587e5a9b6aa730ca41. | |||||
2011-01-13 | test: show CalledLinePresentation property | Lucas De Marchi | 1 | -0/+2 | |
2011-01-12 | atutil: Break out attribute parser into atutil | Denis Kenzior | 3 | -39/+53 | |
2011-01-12 | udev: Add nokiacdma device | Dara Spieker-Doyle | 1 | -0/+15 | |
2011-01-12 | ofono-rules: Add nokiacdma device | Dara Spieker-Doyle | 1 | -0/+4 | |
2011-01-12 | nokiacdma: Minor fixes | Denis Kenzior | 1 | -2/+5 | |
2011-01-12 | nokiacdma: Add plugin and CDMA MO Call Support | Dara Spieker-Doyle | 2 | -0/+174 | |
2011-01-12 | cdmamodem: Remove unneeded assignments | Denis Kenzior | 1 | -2/+0 | |
2011-01-12 | cdmamodem: Fix up naming | Denis Kenzior | 3 | -29/+29 | |
2011-01-12 | cdmamodem: Add CDMA MO Call support | Dara Spieker-Doyle | 4 | -1/+169 | |
2011-01-12 | stk: make use of ADD_ERROR_RESULT macro | Jeevaka Badrappan | 1 | -39/+30 | |
2011-01-12 | stk: add additional info for terminal busy result | Jeevaka Badrappan | 1 | -8/+37 | |
As per the ETSI TS 102 223 specification 8.12.2, it is mandatory to provide additional information for the general result "ME currently unable to process command". | |||||
2011-01-12 | simfs: Add cache flushing functions | Andrzej Zaborowski | 2 | -17/+56 | |
2011-01-12 | test: add set-call-forwarding | Jarko Poutiainen | 2 | -1/+66 | |
2011-01-12 | TODO: Add task for main.conf | Aki Niemi | 1 | -0/+8 | |
2011-01-12 | TODO: set owner of Support HFP AG emulator task | Frederic Danis | 1 | -0/+2 | |
2011-01-12 | isimodem: fix return from call control requests | Pekka Pessi | 1 | -1/+1 | |
2011-01-12 | gatchat: M15 coding styles fixes | Jeevaka Badrappan | 4 | -8/+8 | |
2011-01-12 | unit: M15 coding style fix | Jeevaka Badrappan | 6 | -39/+39 | |
2011-01-12 | plugins: M15 coding style fix | Jeevaka Badrappan | 4 | -8/+8 | |
2011-01-12 | atmodem: M15 coding style fix | Jeevaka Badrappan | 17 | -67/+67 | |
2011-01-12 | isimodem: M15 coding style fix | Jeevaka Badrappan | 17 | -66/+66 | |
2011-01-12 | nwmodem: M15 coding style fix | Jeevaka Badrappan | 2 | -4/+4 | |
2011-01-12 | hsomodem: M15 coding style fix | Jeevaka Badrappan | 3 | -8/+8 | |
2011-01-12 | ifxmodem: M15 coding style fix | Jeevaka Badrappan | 6 | -20/+20 | |
2011-01-12 | calypsomodem: M15 coding style fix | Jeevaka Badrappan | 3 | -8/+8 | |
2011-01-12 | stemodem: M15 coding style fix | Jeevaka Badrappan | 4 | -12/+12 | |
2011-01-12 | huaweimodem: M15 coding style fix | Jeevaka Badrappan | 5 | -16/+16 | |
2011-01-12 | hfpmodem: M15 coding style fix | Jeevaka Badrappan | 4 | -12/+12 | |
2011-01-12 | mbmmodem: M15 coding style fix | Jeevaka Badrappan | 3 | -8/+8 | |
2011-01-12 | include: M15 coding style fix | Jeevaka Badrappan | 1 | -1/+1 | |
2011-01-12 | core: M15 coding style fix | Jeevaka Badrappan | 5 | -13/+13 | |
2011-01-12 | smsutil: M15 coding style fix | Jeevaka Badrappan | 2 | -2/+2 | |
2011-01-12 | TODO: Fix typos | Aki Niemi | 1 | -2/+2 | |