summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-02-02call-barring: Fix style issueAki Niemi1-1/+1
2011-02-02netreg: Fix coding style, M12Aki Niemi1-17/+14
2011-02-02call-forwarding: Remove useless curly bracketsAki Niemi1-2/+1
2011-02-02simutil: Add checks for NULLAki Niemi1-0/+9
2011-02-02audio-settings: Fix style, use tabs to indentAki Niemi1-1/+1
2011-02-02call-meter: Fix style issuesAki Niemi1-5/+6
2011-02-01isimodem: fix crash in sms driverPekka Pessi1-1/+1
2011-02-01drivers: fix misspellingsLucas De Marchi2-2/+2
2011-02-01test: fix misspellingLucas De Marchi1-1/+1
2011-02-01plugins: fix misspellingLucas De Marchi1-1/+1
2011-02-01doc: fix misspellingLucas De Marchi1-1/+1
2011-02-01TODO: fix misspellingLucas De Marchi1-1/+1
2011-02-01stemodem: use ofono_call initializerLucas De Marchi1-1/+3
2011-02-01isimodem: use ofono_call initializerLucas De Marchi1-3/+3
2011-02-01ifxmodem: use ofono_call initializerLucas De Marchi1-1/+3
2011-02-01hfpmodem: use ofono_call initializerLucas De Marchi1-1/+3
2011-02-01huaweimodem: use ofono_call initializerLucas De Marchi1-1/+3
2011-02-01calypsomodem: use ofono_call initializerLucas De Marchi1-1/+1
2011-02-01atmodem: use ofono_call initializerLucas De Marchi2-2/+6
2011-02-01common: implement initializer for ofono_callLucas De Marchi1-0/+7
2011-02-01include: define initializer for ofono_callLucas De Marchi1-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-01ste: Add support for CBS interfaceLasse Kunnasluoto1-0/+2
STE modems support standard AT commands in CBS
2011-02-01atmodem: Add pin retry count support for mbmJeevaka Badrappan1-0/+46
2011-02-01atmodem: implement standard PIN retriesRémi Denis-Courmont1-0/+48
2011-01-31stemodem: fix issue with gatchat usageJeevaka Badrappan1-2/+13
2011-01-31mbm: add radio-settings supportJeevaka Badrappan1-0/+2
2011-01-31build: Support for pkg-configRémi Denis-Courmont4-1/+18
2011-01-30btio: Fix email address in copyright headerMarcel Holtmann2-2/+2
2011-01-30btio: Get mode option for L2CAP socketsSantiago Carot-Nemesio1-0/+3
2011-01-30btio: Add L2CAP fixed channels supportClaudio Takahasi2-10/+28
Add new option BT_IO_OPT_CID to allow listen and connect using a fixed L2CAP channel for BTIO.
2011-01-29atmodem: fix memory leakJeevaka Badrappan1-0/+2
2011-01-29hfpmodem: fix memory leakJeevaka Badrappan1-0/+2
2011-01-29test: Fix disabling of delivery reportsMarcel Holtmann1-0/+4
2011-01-29atmodem: The Gobi devices don't support SMS ACK PDUs eitherMarcel Holtmann1-0/+1
2011-01-29plugins: remove NULL checkJeevaka Badrappan10-36/+4
2011-01-29cdmamodem: remove NULL checkJeevaka Badrappan2-20/+0
2011-01-29stemodem: remove NULL checkJeevaka Badrappan2-13/+0
2011-01-29mbmmodem: remove NULL checkJeevaka Badrappan2-9/+2
2011-01-29ifxmodem: remove NULL checkJeevaka Badrappan3-17/+2
2011-01-29huaweimodem: remove NULL checkJeevaka Badrappan2-12/+0
2011-01-29hsomodem: remove NULL checkJeevaka Badrappan1-7/+0
2011-01-29hfpmodem: remove NULL checkJeevaka Badrappan3-24/+0
2011-01-29calypsomodem: remove NULL checkJeevaka Badrappan2-6/+2
2011-01-29atmodem: remove NULL checkJeevaka Badrappan16-223/+9
2011-01-29atutil: use g_new0 for callback data memoryJeevaka Badrappan1-4/+1
2011-01-29simfs: Return from sim_fs_op_check_cached on errorAndrzej Zaborowski1-1/+3
2011-01-29simfs: Reset op_source in simfs_read_blockAndrzej Zaborowski1-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-29gobi: Use permissive AT syntax parserMarcel Holtmann1-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-29Release 0.40Marcel Holtmann2-1/+13
2011-01-29tc65: Move SMS support into post_sim stageMarcel Holtmann1-1/+2