Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-01 | ifxmodem: use ofono_call initializer | Lucas De Marchi | 1 | -1/+3 | |
2011-02-01 | hfpmodem: use ofono_call initializer | Lucas De Marchi | 1 | -1/+3 | |
2011-02-01 | huaweimodem: use ofono_call initializer | Lucas De Marchi | 1 | -1/+3 | |
2011-02-01 | calypsomodem: use ofono_call initializer | Lucas De Marchi | 1 | -1/+1 | |
2011-02-01 | atmodem: use ofono_call initializer | Lucas De Marchi | 2 | -2/+6 | |
2011-02-01 | common: implement initializer for ofono_call | Lucas De Marchi | 1 | -0/+7 | |
2011-02-01 | include: define initializer for ofono_call | Lucas De Marchi | 1 | -0/+1 | |
Some fields in struct ofono_call such as cnap_validity and clip_validity are not correctly initialized as 0 since this means they are present. If driver does not implement the necessary handlers, it might send to core an ofono_call signalling that cnap and clip are available when they are actually not. | |||||
2011-02-01 | ste: Add support for CBS interface | Lasse Kunnasluoto | 1 | -0/+2 | |
STE modems support standard AT commands in CBS | |||||
2011-02-01 | atmodem: Add pin retry count support for mbm | Jeevaka Badrappan | 1 | -0/+46 | |
2011-02-01 | atmodem: implement standard PIN retries | Rémi Denis-Courmont | 1 | -0/+48 | |
2011-01-31 | stemodem: fix issue with gatchat usage | Jeevaka Badrappan | 1 | -2/+13 | |
2011-01-31 | mbm: add radio-settings support | Jeevaka Badrappan | 1 | -0/+2 | |
2011-01-31 | build: Support for pkg-config | Rémi Denis-Courmont | 4 | -1/+18 | |
2011-01-30 | btio: Fix email address in copyright header | Marcel Holtmann | 2 | -2/+2 | |
2011-01-30 | btio: Get mode option for L2CAP sockets | Santiago Carot-Nemesio | 1 | -0/+3 | |
2011-01-30 | btio: Add L2CAP fixed channels support | Claudio Takahasi | 2 | -10/+28 | |
Add new option BT_IO_OPT_CID to allow listen and connect using a fixed L2CAP channel for BTIO. | |||||
2011-01-29 | atmodem: fix memory leak | Jeevaka Badrappan | 1 | -0/+2 | |
2011-01-29 | hfpmodem: fix memory leak | Jeevaka Badrappan | 1 | -0/+2 | |
2011-01-29 | test: Fix disabling of delivery reports | Marcel Holtmann | 1 | -0/+4 | |
2011-01-29 | atmodem: The Gobi devices don't support SMS ACK PDUs either | Marcel Holtmann | 1 | -0/+1 | |
2011-01-29 | plugins: remove NULL check | Jeevaka Badrappan | 10 | -36/+4 | |
2011-01-29 | cdmamodem: remove NULL check | Jeevaka Badrappan | 2 | -20/+0 | |
2011-01-29 | stemodem: remove NULL check | Jeevaka Badrappan | 2 | -13/+0 | |
2011-01-29 | mbmmodem: remove NULL check | Jeevaka Badrappan | 2 | -9/+2 | |
2011-01-29 | ifxmodem: remove NULL check | Jeevaka Badrappan | 3 | -17/+2 | |
2011-01-29 | huaweimodem: remove NULL check | Jeevaka Badrappan | 2 | -12/+0 | |
2011-01-29 | hsomodem: remove NULL check | Jeevaka Badrappan | 1 | -7/+0 | |
2011-01-29 | hfpmodem: remove NULL check | Jeevaka Badrappan | 3 | -24/+0 | |
2011-01-29 | calypsomodem: remove NULL check | Jeevaka Badrappan | 2 | -6/+2 | |
2011-01-29 | atmodem: remove NULL check | Jeevaka Badrappan | 16 | -223/+9 | |
2011-01-29 | atutil: use g_new0 for callback data memory | Jeevaka Badrappan | 1 | -4/+1 | |
2011-01-29 | simfs: Return from sim_fs_op_check_cached on error | Andrzej Zaborowski | 1 | -1/+3 | |
2011-01-29 | simfs: Reset op_source in simfs_read_block | Andrzej Zaborowski | 1 | -0/+2 | |
If the block is not in cache or if this is the last block of a last op in the queue, then fs->op_source might be left with the wrong value. | |||||
2011-01-29 | gobi: Use permissive AT syntax parser | Marcel Holtmann | 1 | -1/+1 | |
Trying to use the GSM V1 parser will break sending SMS. So just accept that Gobi is another device where the strict syntax parser won't work. | |||||
2011-01-29 | Release 0.40 | Marcel Holtmann | 2 | -1/+13 | |
2011-01-29 | tc65: Move SMS support into post_sim stage | Marcel Holtmann | 1 | -1/+2 | |
2011-01-29 | hso: Move SMS support into post_sim stage | Marcel Holtmann | 1 | -1/+2 | |
2011-01-29 | zte: Move SMS support into post_sim stage | Marcel Holtmann | 1 | -2/+3 | |
2011-01-29 | novatel: Move SMS support into post_sim stage | Marcel Holtmann | 1 | -3/+5 | |
2011-01-29 | huawei: Move SMS support into post_sim stage | Marcel Holtmann | 1 | -1/+2 | |
2011-01-29 | ste: Move SMS support into post_sim stage | Marcel Holtmann | 1 | -1/+2 | |
2011-01-29 | mbm: Move SMS support into post_sim stage | Marcel Holtmann | 1 | -2/+2 | |
2011-01-29 | ifx: Move SMS support into post_sim stage | Marcel Holtmann | 1 | -2/+3 | |
2011-01-29 | gobi: Move SMS support into post_sim stage | Marcel Holtmann | 1 | -1/+2 | |
2011-01-28 | TODO: Mark persist outgoing messages task as done | Denis Kenzior | 2 | -9/+5 | |
2011-01-28 | smsutil: do not allow larger file names | Lucas De Marchi | 1 | -2/+3 | |
If file name had anything in the name after addr-msgid, it would be parsed as well. This is not what we want, since there could be temporary files lying around. | |||||
2011-01-28 | test: Add test for listing messages | Denis Kenzior | 2 | -1/+32 | |
2011-01-28 | phonesim: Move sms atom to post_sim state | Denis Kenzior | 1 | -3/+4 | |
2011-01-28 | smsutil: Don't bother renaming to the same name | Denis Kenzior | 1 | -5/+12 | |
In sms_tx_queue_load, if the resulting file is the same (which is quite often the case) then don't bother trying to rename it. | |||||
2011-01-28 | smsutil: Fix corner case during tx queue loading | Denis Kenzior | 1 | -12/+12 | |
If there are extraneous files in the directory when it is being loaded, then the index used to rename the old file into the new file can get out of sync with what the core expects. |