Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | 4 | -1/+331 | |
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 | 4 | -1/+169 | |
2009-05-13 | Fix a potential build name clash | Marcel Holtmann | 2 | -1/+1 | |
2009-05-13 | Add skeleton for PhoNet modem driver | Marcel Holtmann | 2 | -0/+45 | |
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 | 12 | -6/+3815 | |
2009-05-10 | Add skeleton for AT modem driver plugin | Marcel Holtmann | 2 | -0/+50 | |
2009-05-10 | Add directory for driver plugins | Marcel Holtmann | 1 | -0/+28 | |