Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-12 | core: convert MMCallbackInfo modem refs to weak refs | Dan Williams | |
Full references prevented destruction of the modem object if it was unplugged or somehow removed. To fix that using full references on the modems would require that all usage of MMCallbackInfo to be aware of the validity of the modem and to ensure the callback was called whenever the modem became invalid. That, needless to say, would suck. Since any in-progress calls can't complete when the modem is invalid anyway, just have the MMCallbackInfo object return a generic error when the modem goes away and the call is still in-progress. | |||
2009-10-12 | sierra: handle non-EVDO roaming indication for older cards | Dan Williams | |
Like the AC580 | |||
2009-10-12 | sierra: add CDMA device subclass and implement registration state handling | Dan Williams | |
2009-10-12 | huawei: don't need AT prefix | Dan Williams | |
2009-10-12 | cdma: split 1x and EVDO registration states | Dan Williams | |
Like UMTS vs. GSM, EVDO and 1x are separate networks and technologies and have separate registration state. You can even be roaming on EVDO while in your home 1x network. Handle that. | |||
2009-10-12 | huawei: adjust printf-style format to fix 32-bit gcc-4.4 builds | Alexander Sack | |
2009-10-11 | huawei: remove debugging stuff | Dan Williams | |
2009-10-11 | sierra: rename MMModemSierra -> MMModemSierraGsm | Dan Williams | |
2009-10-11 | cdma: fix memory leak parsing serving system results | Dan Williams | |
2009-10-11 | huawei: add CDMA device subclass and implement registration state handling | Dan Williams | |
2009-10-11 | cdma: add signal quality update helper for subclasses | Dan Williams | |
2009-10-11 | cdma: use consistent terminology for registration | Dan Williams | |
2009-10-11 | cdma: add port accessors for subclasses | Dan Williams | |
2009-10-11 | mm-test: fix cdma registration state parsing | Dan Williams | |
2009-10-11 | huawei: rename MMModemHuawei -> MMModemHuaweiGsm | Dan Williams | |
2009-10-11 | cdma: use secondary port more aggressively where one exists | Dan Williams | |
Like on the Huawei EC121 and EC168C (Reliance India). | |||
2009-10-09 | cdma: implement generic registration state handling | Dan Williams | |
2009-10-08 | cdma: better CSS response parsing | Dan Williams | |
2009-10-06 | gsm: strip command response bits from mfg/model/revision responses | Dan Williams | |
2009-10-06 | hso: fix disable | Dan Williams | |
2009-10-06 | gsm: add cell access technology reporting to Scan() | Dan Williams | |
2009-10-05 | Merge commit 'origin/master' into enable-split | Dan Williams | |
2009-10-02 | bluetooth: handle rfcomm device moves | Dan Williams | |
rfcomm devices seem to be created as 'virtual' devices first, without any parents, then moved to the right place in the device tree. So handle moves too; if the modem was already found in the 'add' phase it'll be ignored in the move phase. | |||
2009-10-02 | bluetooth: physical device is a bit higher up the tree | Dan Williams | |
2009-10-02 | bluetooth: recognize rfcomm devices | Dan Williams | |
Two hacks here: 1) rfcomm ports don't have an easily accessible driver name, so we just match the parent's subsystem to 'bluetooth' and use that 2) libgudev doesn't seem be be able to get the rfcomm device's device file, which would normally be /dev/rfcommX. Oh well, we don't use the device file yet anyway | |||
2009-09-23 | core: split generic modem enable/disable operations | Dan Williams | |
2009-09-23 | generic: match CONNECT even if we get PPP spew | Dan Williams | |
Found by Eugene Crosser <crosser@average.org> | |||
2009-09-22 | nokia: don't use CFUN at all (lp430576) | Eugene Crosser | |
CFUN=0 actually powers off the phone; CFUN=1 isn't really supported on some phones either. So just don't use CFUN at all. | |||
2009-09-21 | mbm: more permissive ESTKSMENU regexp | Alexander Sack | |
2009-09-19 | mbm: handle *EMWI unsolicited responses | Torgny Johansson | |
2009-09-19 | mbm: fix up +PACSP0 unsolicited response matching | Torgny Johansson | |
2009-09-09 | serial: use connected notifier only when needed | Dan Williams | |
It's only relevant when the port is open anyway, and marking the port disconnected in nm_serial_port_close(), which used to be called from the finalize() function, would trigger the notifier when stuff was already cleaned up. So move the nm_serial_port_close() call to dispose() and remove the connected notifier before we clean the port up. | |||
2009-09-08 | serial: mark port disconnected on close | Dan Williams | |
Otherwise it could still be connected when the port was opened again, and subsequent calls for stuff could fail. | |||
2009-09-08 | core: don't allow concurrent flashes on the same device | Dan Williams | |
Previously, a few operations (like disable) could trigger a modem flash in parallel with another flash. That's wrong, don't allow that. At the same time, add in finer-grained error checking on serial port speed operations, and fix a GSM generic bug that would send the POWER_UP string on disable. | |||
2009-09-08 | test: allow up to 60 seconds for Scan to complete | Dan Williams | |
2009-09-09 | udev: handle removal of parent usb devices | Noel J. Bergman | |
fix device removal event handling to remove modems if the associated parent usb device is removed | |||
2009-09-04 | patches: rename directory to avoid conflicts with .deb build mechanism | Dan Williams | |
2009-08-31 | cdma: handle older AT+CSS response format | Dan Williams | |
2009-08-31 | test: don't bail out on errors parsing CDMA serving system results | Dan Williams | |
2009-08-31 | test: make mm-test executable again | Dan Williams | |
2009-08-26 | core: fix uninitialized variable | Bryan Duff | |
2009-08-21 | mbm: parse and ignore unsolicited *ESTKSMENU message - lp:416418 | Alexander Sack | |
2009-08-20 | gsm: handle "net" device removal properly in release_port | Alexander Sack | |
2009-08-20 | mbm: add more USB IDs | Torgny Johansson | |
2009-08-19 | moto-c: claim Motorola C380 too (bgo #591978) | Dan Williams | |
2009-08-17 | gsm: update for D-Bus interface specification changes | Dan Williams | |
Specifically, SupportedModes, SupportedBands, and SMS completeness changes. | |||
2009-08-17 | test: obscure IMSI/IMEI/ESN by default | Dan Williams | |
Pass --private to see these values if required. | |||
2009-08-06 | license: use GPLv2 as top level COPYING for now to reflect the license ↵ | Alexander Sack | |
actually used by source files | |||
2009-08-06 | license: add license header to all files and set copyright based on git log | Alexander Sack | |
2009-08-05 | gsm: harmonize band/mode enums | Dan Williams | |
Use the same enum for set/get of band and mode, as for exposing the device's capabilities. |