summaryrefslogtreecommitdiffstats
path: root/drivers/stemodem
AgeCommit message (Collapse)AuthorFilesLines
2010-01-28Add STE voice call support.Sjur Brændeland3-0/+601
2010-01-28The AF_CAIF constant is more like to be 37 than 28Marcel Holtmann1-1/+1
2010-01-27Fix: Remove username/password elementsDenis Kenzior1-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-27Style: Couple more fixesDenis Kenzior1-3/+3
2010-01-27Fix: Remove pointless error labelsDenis Kenzior1-17/+10
2010-01-27Style: Various indentation and spacing issuesDenis Kenzior1-16/+23
2010-01-27Style: No space after function nameDenis Kenzior1-4/+4
2010-01-27Style: Use proper comment formattingDenis Kenzior1-6/+6
2010-01-27Style: Don't use underscoreDenis Kenzior1-14/+14
2010-01-27Add STE modem support for GPRS PDP ContextsSjur Brændeland3-0/+617
2010-01-25Remove unused declarationsMarcel Holtmann2-8/+0
2010-01-25Add CAIF header files in drivers/stemodem/Sjur Brændeland2-0/+241
These should go away when CAIF is part of Linux kernel.
2010-01-25Add STE modem driver definitionSjur Brændeland2-0/+79