Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-09-10 | Add atmodem cell broadcast driver | Denis Kenzior | 1 | -0/+2 | |
2009-09-04 | Rename at.h to atmodem.h | Denis Kenzior | 1 | -1/+1 | |
2009-09-04 | Break common at utilities to atutils.c/.h | Denis Kenzior | 1 | -27/+2 | |
2009-08-24 | Convert to fully non-recursive build system | Marcel Holtmann | 1 | -0/+1 | |
2009-08-21 | Remove org.ofono.at.Manager | Denis Kenzior | 1 | -313/+0 | |
2009-08-21 | Remove unused function | Denis Kenzior | 1 | -6/+0 | |
2009-08-20 | Rename ofono_modem_*_userdata | Denis Kenzior | 1 | -1/+1 | |
Rename ofono_modem_get_userdata to ofono_modem_get_data Rename ofono_modem_set_userdata to ofono_modem_set_data For consistency with other drivers | |||||
2009-08-20 | Fix implicit declaration of ofono_netreg_create | Denis Kenzior | 1 | -0/+1 | |
2009-08-20 | Update the AT modem driver to the new devinfo api | Denis Kenzior | 1 | -170/+5 | |
2009-08-19 | Update the AT modem voicecall driver for new API | Denis Kenzior | 1 | -2/+4 | |
2009-08-19 | Update netreg AT modem driver to the new API | Denis Kenzior | 1 | -2/+3 | |
2009-08-19 | Port AT modem driver to the new MWI api | Denis Kenzior | 1 | -0/+15 | |
2009-08-19 | Remove unneeded function call | Denis Kenzior | 1 | -1/+0 | |
2009-08-19 | Update SIM AT driver to the new API | Denis Kenzior | 1 | -2/+3 | |
2009-08-19 | Port SMS AT modem driver to the new API | Denis Kenzior | 1 | -2/+3 | |
2009-08-17 | Port the USSD at driver to the new API | Denis Kenzior | 1 | -2/+3 | |
2009-08-14 | Update the AT modem SSN driver to the new API | Denis Kenzior | 1 | -0/+3 | |
2009-08-14 | Update the at phonebook driver to the new API | Denis Kenzior | 1 | -1/+3 | |
2009-08-14 | Update at call settings driver to new API | Denis Kenzior | 1 | -2/+3 | |
2009-08-14 | Update the at call meter driver for new API | Denis Kenzior | 1 | -2/+3 | |
2009-08-14 | Update at modem call forwarding driver | Denis Kenzior | 1 | -2/+3 | |
2009-08-14 | Update at modem call-barring driver to the new API | Denis Kenzior | 1 | -2/+5 | |
2009-08-06 | Update AT modem plugin to use GAtChat logging | Denis Kenzior | 1 | -0/+9 | |
Enabled if OFONO_AT_DEBUG environment variable is set | |||||
2009-08-06 | Fixup atmodem.c for gatchat changes | Denis Kenzior | 1 | -7/+6 | |
2009-07-29 | Remove all uses of modem.h | Denis Kenzior | 1 | -1/+1 | |
2009-07-29 | Rename ofono_modem_userdata | Denis Kenzior | 1 | -4/+4 | |
2009-07-29 | Make plugins use ofono_modem_get_path | Denis Kenzior | 1 | -8/+8 | |
2009-07-29 | Get rid of dbus-gsm.h | Denis Kenzior | 1 | -1/+2 | |
2009-07-29 | Rename dbus_gsm_dict_append_array | Denis Kenzior | 1 | -1/+1 | |
2009-07-29 | Move & Rename PROPERTIES_ARRAY_SIGNATURE | Denis Kenzior | 1 | -1/+2 | |
2009-07-29 | Rename dbus_gsm_signal_array_property_changed | Denis Kenzior | 1 | -2/+2 | |
2009-07-29 | Rename dbus_gsm error functions to __ofono_error | Denis Kenzior | 1 | -5/+10 | |
2009-07-29 | Move & Rename dbus_gsm_connection | Denis Kenzior | 1 | -3/+3 | |
Move to ofono/dbus.h ofono_dbus_get_connection | |||||
2009-07-16 | Add CFUN=1 for the ti_calypso driver | Denis Kenzior | 1 | -2/+2 | |
2009-07-15 | Add extra_pdu_crlf quirk to ti_calypso driver | Denis Kenzior | 1 | -0/+5 | |
2009-07-15 | Remove from pending list if create fails | Denis Kenzior | 1 | -0/+2 | |
2009-06-16 | Re-arrange destruction order | Denis Kenzior | 1 | -1/+1 | |
2009-06-16 | Export phonebook as vCard 3.0 format | Yang Gu | 1 | -0/+2 | |
2009-06-02 | Adding common unregister code in atmodem driver | Minjun Li | 1 | -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-29 | Add atmodem driver implementation for SMS | Denis Kenzior | 1 | -0/+2 | |
2009-05-28 | Squash CallWaiting onto CallSettings interface | Denis Kenzior | 1 | -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-26 | Fixup the initialization / destruction order | Denis Kenzior | 1 | -2/+2 | |
2009-05-26 | Add atmodem SIM-related operations | Andrzej Zaborowski | 1 | -0/+2 | |
2009-05-20 | drivers/atmodem implementation for CallBarring. | Andrzej Zaborowski | 1 | -0/+2 | |
2009-05-13 | Fix a potential build name clash | Marcel Holtmann | 1 | -0/+514 | |