aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-03-20qcdm: fix decapsulation buffer size calculationDan Williams
2010-03-20core: let partial serial responses be consumed by the handlersDan Williams
2010-03-20qcdm: better checking of NV read/write command resultsDan Williams
2010-03-20qcdm: complete mode preference implementationDan Williams
2010-03-19qcdm: add initial roaming and mode preference bitsDan Williams
2010-03-19gsm: PIN2 doesn't block enabling eitherDan Williams
Again, only required for various dialing features we don't deal with yet.
2010-03-19gsm: use new callback info chain functions for simple statusDan Williams
2010-03-19core: have modem base class handle card informationDan Williams
2010-03-19helpers: add generic response stripping functionDan Williams
2010-03-19core: add chaining helper functions to callback infoDan Williams
Helpful when chaining a number of commands together when you want to schedule the callback info only after all of them complete.
2010-03-18core: add base location API implementationDan Williams
2010-03-18api: fix syntax errorDan Williams
2010-03-17serial: flush I/O right after openDan Williams
We don't really care about anything that came before.
2010-03-17serial: use termios instead of old terminal ioctlsMichael Biebl
Makes sure we build on Alpha, plus the right thing to do.
2010-03-17qcdm: fix command buffer initializationDan Williams
Use the right buffer size to initialize.
2010-03-16gsm: implement roaming triggersDan Williams
2010-03-16gsm: ignore SIM-PUK2 unlock requiredDan Williams
Device is functional without it; it's only required for stuff we don't do yet.
2010-03-16cdma: simplify finding the right serial port for commandsDan Williams
2010-03-16gsm: fix operator name on Option devices with UCS2 charsetDan Williams
2010-03-16gsm: turn off unsolicited messages on disableDan Williams
2010-03-16hso: add allowed mode and unsolicited response handlingDan Williams
2010-03-16option: generalize common Option/HSO mode and unsolicited response handlingDan Williams
2010-03-16gsm: only change allowed mode during Simple.Connect when neededDan Williams
2010-03-16gsm: simplify finding the right serial port for commandsDan Williams
2010-03-16core: immediately reject Sierra CnS ports during probeDan Williams
For now; until Sierra releases their CnS documentation.
2010-03-16gsm: make mm_generic_gsm_check_pin() staticDan Williams
No more external users of it.
2010-03-16huawei: simplify setting allowed modeDan Williams
2010-03-16huawei: clean up and simplify band handlingDan Williams
2010-03-16api: add UMTS 1900MHz (Class II) bandDan Williams
2010-03-16gsm: handle allowed mode during Simple.Connect()Dan Williams
2010-03-16huawei: handle unsolicited unregistered mode changeDan Williams
2010-03-15mbm: send internet account username/password in modem character setDan Williams
Apparently at least the F3507g wants the username and password in the modem's current character set, otherwise it sends the wrong thing over-the-air.
2010-03-15core: fix serial port base class callback typesDan Williams
2010-03-15core: add command helper that handles character set conversionDan Williams
2010-03-15gsm: allow subclasses to retrieve current character setDan Williams
2010-03-15api: better define Scan() command resultsDan Williams
2010-03-13core: move charset enum/string conversion to it's own fileDan Williams
2010-03-13gsm: add character set get/set supportDan Williams
2010-03-12sierra: implement GSM mode preference handlingDan Williams
2010-03-12trivial: spacing fixesDan Williams
2010-03-12zte: implement GSM mode preference handlingDan Williams
2010-03-12trivial: gitignore updatesDan Williams
2010-03-12build: another distcheck fixDan Williams
2010-03-12build: fix distcheck errorDan Williams
2010-03-12Merge remote branch 'origin/master' into qcdmDan Williams
2010-03-12cdma: make previous state tag privateDan Williams
2010-03-12Merge remote branch 'origin/master' into qcdmDan Williams
2010-03-12novatel: add CDMA plugin for signal quality parsingDan Williams
Some Novatel devices reply with the normal units to +CSQ and it doesn't look quite like the +CSQ reply is in dBm either; so use the custom Novatel command for RSSI.
2010-03-12cdma: fix Simple.GetStatus to actually workDan Williams
2010-03-12cdma: use E1 parser to ignore re-echoed commandsDan Williams
Some modems turn E1 on and off random (Huawei EC168C) and sometimes the echoed command confuses things. We have a parser just for that, so let's use it. It should be safe to use with devices that repect E0 too.