Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |