Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-08-20 | stemodem: Fix whitespace damage in radio settings driver | Marcel Holtmann | 1 | -3/+3 | |
2010-08-17 | stemodem: Add Radio Settings to STE Modem | Sjur Brændeland | 3 | -0/+234 | |
2010-08-16 | stemodem: Remove useless NULL checks before g_free | Marcel Holtmann | 2 | -14/+7 | |
2010-08-13 | stemodem: Copy if_caif.h from 2.6.36 RC | Sjur Brændeland | 1 | -42/+6 | |
2010-08-12 | stemodem: register should not be called from probe | Denis Kenzior | 1 | -3/+12 | |
2010-08-12 | stemodem: Use g_at_chat_clone | Denis Kenzior | 2 | -4/+7 | |
2010-08-12 | stemodem: Fix minor whitespace issue | Denis Kenzior | 1 | -1/+1 | |
2010-08-12 | stedriver: Copy caif_socket.h from 2.6.36 RC | Sjur Brændeland | 1 | -84/+123 | |
Copied include/linux/caif/caif_socket.h and added AF_CAIF, PF_CAIF and SOL_CAIF definitions found in linux/include/socket.h. | |||||
2010-08-12 | stedriver: remove unsupported CAIF socket ioctls | Sjur Brændeland | 1 | -46/+2 | |
2010-08-12 | voicecall: Rename hangup to hangup_active | Sjur Brændeland | 1 | -1/+1 | |
2010-02-08 | Refactor: Remove atutil dump_response | Denis Kenzior | 2 | -17/+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 | 2 | -10/+11 | |
2010-01-28 | Fix: Update copyright notice for 2010 | Denis Kenzior | 4 | -4/+4 | |
2010-01-28 | Style: Various whitespace issues | Denis Kenzior | 1 | -9/+14 | |
2010-01-28 | Style: Put voicecall before gprs | Denis Kenzior | 1 | -2/+2 | |
2010-01-28 | Add STE voice call support. | Sjur Brændeland | 3 | -0/+601 | |
2010-01-28 | The AF_CAIF constant is more like to be 37 than 28 | Marcel Holtmann | 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 | 3 | -0/+617 | |
2010-01-25 | Remove unused declarations | Marcel Holtmann | 2 | -8/+0 | |
2010-01-25 | Add CAIF header files in drivers/stemodem/ | Sjur Brændeland | 2 | -0/+241 | |
These should go away when CAIF is part of Linux kernel. | |||||
2010-01-25 | Add STE modem driver definition | Sjur Brændeland | 2 | -0/+79 | |