Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-06-01 | Forgot this for SMS driver | Denis Kenzior | 1 | -0/+167 | |
2009-05-29 | Add atmodem driver implementation for SMS | Denis Kenzior | 2 | -0/+5 | |
2009-05-29 | Do not use empty prefixes | Denis Kenzior | 1 | -8/+5 | |
2009-05-28 | Remove unused function | Denis Kenzior | 1 | -8/+0 | |
2009-05-28 | Free voicecalls when exiting | Denis Kenzior | 1 | -0/+3 | |
2009-05-28 | Squash CallWaiting onto CallSettings interface | Denis Kenzior | 4 | -164/+106 | |
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-28 | Simplify CallWaiting plugin interface | Denis Kenzior | 1 | -32/+10 | |
The use of a struct with status & cls seemed pointless when only a single integer can work just as well. Also the Fax & Data attributes have been squished. oFono does not yet support those call types. | |||||
2009-05-26 | Add plus sign for ATD when dialing international | Denis Kenzior | 1 | -1/+4 | |
2009-05-26 | Ignore cls for call barring queries | Denis Kenzior | 1 | -3/+0 | |
2009-05-26 | Cleanup SimManager interface | Denis Kenzior | 1 | -8/+22 | |
Future-Proof own numbers support. For now we only report voice numbers Rename attributes to be a bit better | |||||
2009-05-26 | Fixup the initialization / destruction order | Denis Kenzior | 1 | -2/+2 | |
2009-05-26 | Create ofono_phone_number struct | Denis Kenzior | 3 | -64/+60 | |
Creates a new structure in driver.h called ofono_phone_number. This is meant to replace const char *number, int number_type arguments everywhere. Fix up all existing code to use this structure instead. | |||||
2009-05-26 | Add atmodem SIM-related operations | Andrzej Zaborowski | 3 | -0/+330 | |
2009-05-21 | Make the Call Forwarding atmodem driver work | Denis Kenzior | 1 | -4/+19 | |
2009-05-20 | Remove yet more unused variables. | Andrzej Zaborowski | 3 | -5/+0 | |
2009-05-20 | Add class parameter to the query function for CB | Denis Kenzior | 1 | -4/+9 | |
2009-05-20 | Fix some minor style issues | Denis Kenzior | 1 | -4/+4 | |
2009-05-20 | Minor build system fix | Denis Kenzior | 1 | -0/+4 | |
2009-05-20 | drivers/atmodem implementation for CallBarring. | Andrzej Zaborowski | 3 | -0/+167 | |
2009-05-13 | Fix a potential build name clash | Marcel Holtmann | 1 | -0/+0 | |
2009-05-12 | Replace "aofono_" back with "atd_". | Andrzej Zaborowski | 1 | -5/+5 | |
2009-05-12 | Implement AT plugin hooks for +CSSN API. | Andrzej Zaborowski | 1 | -0/+73 | |
2009-05-10 | Add initial implementation of AT modem driver | Denis Kenzior | 11 | -3/+3806 | |
2009-05-10 | Add skeleton for AT modem driver plugin | Marcel Holtmann | 1 | -0/+43 | |