Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-08-17 | atmodem: Allow missing DCS parameter in USSD result | Marcel Holtmann | 1 | -9/+9 | |
2010-08-16 | atmodem: Add Qualcomm specific USSD quirk | Marcel Holtmann | 1 | -0/+21 | |
2010-08-16 | atmodem: Add support for storing USSD vendor quirks | Marcel Holtmann | 1 | -23/+35 | |
2010-08-16 | ussd: Use cb_data instead of custom structure | Denis Kenzior | 1 | -13/+7 | |
2010-08-16 | atmodem: Remove useless NULL checks before g_free | Marcel Holtmann | 1 | -9/+4 | |
2010-08-12 | atmodem: Use g_at_chat_clone | Denis Kenzior | 1 | -0/+5 | |
2010-02-08 | Refactor: Remove atutil dump_response | Denis Kenzior | 1 | -4/+0 | |
No longer needed now that we have nice AT command tracing using OFONO_AT_DEBUG=1 | |||||
2010-02-05 | Fix: Use snprintf instead of sprintf in atmodem | Denis Kenzior | 1 | -1/+2 | |
2010-01-01 | Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2009-12-09 | Style: Fix some remaining style issues in atmodem | Denis Kenzior | 1 | -2/+1 | |
2009-10-16 | Fix: Use proper printf format for string precision | Denis Kenzior | 1 | -1/+1 | |
2009-10-16 | Cleanup: Fixup USSD to use cbs_decode_dcs | Denis Kenzior | 1 | -18/+19 | |
Don't decode by hand, use existing function | |||||
2009-10-16 | Parse +CUSD responses. | Andrzej Zaborowski | 1 | -13/+93 | |
2009-10-16 | Fix: Free converted string after use. | Andrzej Zaborowski | 1 | -2/+8 | |
Also make sure we don't read beyond end of the string. | |||||
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/+2 | |
2009-09-01 | Add vendor flag capability to ussd | Denis Kenzior | 1 | -1/+4 | |
2009-08-19 | Remove modem member from cb_data | Denis Kenzior | 1 | -2/+2 | |
2009-08-17 | Port the USSD at driver to the new API | Denis Kenzior | 1 | -19/+42 | |
2009-07-29 | Rename ofono_modem_userdata | Denis Kenzior | 1 | -2/+3 | |
2009-05-20 | Remove yet more unused variables. | Andrzej Zaborowski | 1 | -1/+0 | |
2009-05-10 | Add initial implementation of AT modem driver | Denis Kenzior | 1 | -0/+151 | |