summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Collapse)AuthorFilesLines
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-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-29atmodem: fix memory leakJeevaka Badrappan1-0/+2
2011-01-29hfpmodem: fix memory leakJeevaka Badrappan1-0/+2
2011-01-29atmodem: The Gobi devices don't support SMS ACK PDUs eitherMarcel Holtmann1-0/+1
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-27atmodem: Add Sierra vendor quirk for SIM file readingMarcel Holtmann1-0/+1
2011-01-27atmodem: Add vendor entry for Sierra WirelessMarcel Holtmann1-0/+1
2011-01-27isimodem: Fix race condition in SIM probeAki Niemi1-3/+1
Fix a potential race condition between HPLMN query and subscribing to SIM status indications.
2011-01-26voicecall: remove ofono_cug_optionJeevaka Badrappan7-62/+10
2011-01-26atmodem: rename parameter according to headerLucas De Marchi1-2/+2
2011-01-25isimodem: Remove unused declarationAki Niemi1-2/+0
2011-01-22atmodem: Add support for technology reporting via CNTIMarcel Holtmann1-36/+77
2011-01-22atmodem: Add support for Gobi technology change handlingMarcel Holtmann2-0/+50
2011-01-22atmodem: The Gobi devices have CI and LAC as unqouted stringsMarcel Holtmann1-0/+2
2011-01-22atmodem: Use Qualcomm Gobi quirks for SMS, CBS and USSDMarcel Holtmann3-0/+3
2011-01-22atmodem: Use switch statements for USSD vendor quirksMarcel Holtmann1-2/+10
2011-01-22atmodem: Use switch statements for CBS vendor quirksMarcel Holtmann1-1/+6
2011-01-22atmodem: Use switch statements for SMS vendor quirksMarcel Holtmann1-13/+28
2011-01-22atmodem: Add quirk for Qualcomm Gobi modemsMarcel Holtmann1-0/+1
2011-01-21isimodem: fix sending DTMFKai Vehmanen1-1/+1
isi_call_dtmf_send_resp() handles the success case incorrectly, and thus all send_tones attempts fail with bogus error codes.
2011-01-21isimodem: fix issue with user busy releaseJeevaka Badrappan1-4/+9
when the user rejects the incoming call, hangup_active will get called on the driver side whereas when the user rejects the waiting call, set_udub will get called on the driver side.
2011-01-21calypso: Fix issue with name presentation and voice callsMarcel Holtmann1-0/+2
The Calypso voice call driver uses an ofono_call object that is on the stack. It is not automatically initilized to zero and thus causes to have a name presentation that is not valid UTF-8. This in return makes D-Bus fail and disconnect from the bus. To fix this ensure that the ofono_call object is properly set to zero first before populating it with values.
2011-01-20sim-auth: Add atmodem driverAndrzej Zaborowski3-0/+168
2011-01-20atmodem: Remove deregister implementationAki Niemi1-20/+0
2011-01-20isimodem: Remove deregister implementationAki Niemi1-9/+0
2011-01-20atmodem: Always listen for bearer notificationsMarcel Holtmann1-14/+4
2011-01-20atmodem: packet switch bearer supportRémi Denis-Courmont1-0/+33
2011-01-19sim: Add a missing break statement just in caseDenis Kenzior1-0/+1
2011-01-19atmodem: add ifx support for pin retry countJeevaka Badrappan1-27/+69
2011-01-18voicecall: Be more explicit when copying structsDenis Kenzior1-1/+2
2011-01-18atmodem: add cdip to voicecallLucas De Marchi1-2/+59
2011-01-18atmodem: add cdip to call-settingsLucas De Marchi1-0/+26
2011-01-18isimodem: fix crash in gprsPekka Pessi1-0/+3
There was a crash if gprs was removed while creating context.