summaryrefslogtreecommitdiffstats
path: root/drivers/atmodem/atmodem.c
AgeCommit message (Collapse)AuthorFilesLines
2009-07-29Rename ofono_modem_userdataDenis Kenzior1-4/+4
2009-07-29Make plugins use ofono_modem_get_pathDenis Kenzior1-8/+8
2009-07-29Get rid of dbus-gsm.hDenis Kenzior1-1/+2
2009-07-29Rename dbus_gsm_dict_append_arrayDenis Kenzior1-1/+1
2009-07-29Move & Rename PROPERTIES_ARRAY_SIGNATUREDenis Kenzior1-1/+2
2009-07-29Rename dbus_gsm_signal_array_property_changedDenis Kenzior1-2/+2
2009-07-29Rename dbus_gsm error functions to __ofono_errorDenis Kenzior1-5/+10
2009-07-29Move & Rename dbus_gsm_connectionDenis Kenzior1-3/+3
Move to ofono/dbus.h ofono_dbus_get_connection
2009-07-16Add CFUN=1 for the ti_calypso driverDenis Kenzior1-2/+2
2009-07-15Add extra_pdu_crlf quirk to ti_calypso driverDenis Kenzior1-0/+5
2009-07-15Remove from pending list if create failsDenis Kenzior1-0/+2
2009-06-16Re-arrange destruction orderDenis Kenzior1-1/+1
2009-06-16Export phonebook as vCard 3.0 formatYang Gu1-0/+2
2009-06-02Adding common unregister code in atmodem driverMinjun Li1-11/+15
Modem cleanup happens in two places: manager_free (ofono exit) and manager_destroy (manually removing a specific modem). Both need to unregister the entire set of registered interfaces. manager_destroy function did not unregister all interfaces. Fixed by adding a common function for both code paths.
2009-05-29Add atmodem driver implementation for SMSDenis Kenzior1-0/+2
2009-05-28Squash CallWaiting onto CallSettings interfaceDenis Kenzior1-2/+0
The CallWaiting interface had one settable attribute after the latest set of refactoring. Squash it onto the CallSettings interface where it belonged in the first place
2009-05-26Fixup the initialization / destruction orderDenis Kenzior1-2/+2
2009-05-26Add atmodem SIM-related operationsAndrzej Zaborowski1-0/+2
2009-05-20drivers/atmodem implementation for CallBarring.Andrzej Zaborowski1-0/+2
2009-05-13Fix a potential build name clashMarcel Holtmann1-0/+514