Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-08-16 | stemodem: Remove useless NULL checks before g_free | Marcel Holtmann | 1 | -6/+3 | |
2010-08-12 | stemodem: Use g_at_chat_clone | Denis Kenzior | 1 | -1/+3 | |
2010-08-12 | stemodem: Fix minor whitespace issue | Denis Kenzior | 1 | -1/+1 | |
2010-08-12 | stedriver: remove unsupported CAIF socket ioctls | Sjur Brændeland | 1 | -46/+2 | |
2010-02-08 | Refactor: Remove atutil dump_response | Denis Kenzior | 1 | -10/+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 | -12/+12 | |
2010-02-05 | Fix: Send *EIAAUW after CGDCONT for STE and MBM | Denis Kenzior | 1 | -9/+14 | |
Otherwise the EIAAUW might fail. | |||||
2010-02-05 | Fix: Use snprintf instead of sprintf in stemodem | Denis Kenzior | 1 | -5/+6 | |
2010-01-28 | Fix: Update copyright notice for 2010 | Denis Kenzior | 1 | -1/+1 | |
2010-01-27 | Fix: Remove username/password elements | Denis Kenzior | 1 | -14/+10 | |
The reason for this is twofold. First the current code actually leaks memory since it uses g_strdup on username/password and never frees it anywhere. Second the username/password command can just be sent inside activate_primary, no reason to do it in the callback. The fix removes the username / password structure members and moves the AT*EIAAUW handling to activate_primary. This is almost exactly like the username / password / context definition for MBM modems. | |||||
2010-01-27 | Style: Couple more fixes | Denis Kenzior | 1 | -3/+3 | |
2010-01-27 | Fix: Remove pointless error labels | Denis Kenzior | 1 | -17/+10 | |
2010-01-27 | Style: Various indentation and spacing issues | Denis Kenzior | 1 | -16/+23 | |
2010-01-27 | Style: No space after function name | Denis Kenzior | 1 | -4/+4 | |
2010-01-27 | Style: Use proper comment formatting | Denis Kenzior | 1 | -6/+6 | |
2010-01-27 | Style: Don't use underscore | Denis Kenzior | 1 | -14/+14 | |
2010-01-27 | Add STE modem support for GPRS PDP Contexts | Sjur Brændeland | 1 | -0/+610 | |