Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-02-08 | Refactor: Remove atutil dump_response | Denis Kenzior | 1 | -2/+0 | |
No longer needed now that we have nice AT command tracing using OFONO_AT_DEBUG=1 | |||||
2010-02-08 | Fix: Don't use ofono_debug directly in plugins | Denis Kenzior | 1 | -4/+4 | |
2010-02-05 | Fix: Use snprintf instead of sprintf in atmodem | Denis Kenzior | 1 | -10/+10 | |
2010-01-01 | Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2009-09-11 | Rework DECLARE_FAILURE to be a bit nicer | Denis Kenzior | 1 | -8/+2 | |
2009-09-04 | Rename at.h to atmodem.h | Denis Kenzior | 1 | -1/+1 | |
2009-09-01 | Rename generic_at drivers to atmodem | Denis Kenzior | 1 | -1/+1 | |
Be more consistent with directory naming | |||||
2009-09-01 | Make remove functions not return anything | Denis Kenzior | 1 | -2/+1 | |
2009-09-01 | change int vendor to unsigned int vendor | Denis Kenzior | 1 | -1/+1 | |
2009-09-01 | Add vendor flag to call-forwarding | Denis Kenzior | 1 | -1/+5 | |
2009-08-19 | Remove modem member from cb_data | Denis Kenzior | 1 | -2/+2 | |
2009-08-14 | Update at modem call forwarding driver | Denis Kenzior | 1 | -31/+61 | |
2009-07-29 | Rename ofono_modem_userdata | Denis Kenzior | 1 | -2/+3 | |
2009-05-26 | Create ofono_phone_number struct | Denis Kenzior | 1 | -10/+13 | |
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-21 | Make the Call Forwarding atmodem driver work | Denis Kenzior | 1 | -4/+19 | |
2009-05-10 | Add initial implementation of AT modem driver | Denis Kenzior | 1 | -0/+247 | |