Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2009-07-23 | gsm: add SupportedBands property | Dan Williams | |
2009-07-23 | sms: add additional API for multi-part SMS | Dan Williams | |
2009-07-22 | cdma: fix serving-system parsing for oddly-placed spaces | Dan Williams | |
Sierra 580 returns "+CSS: 0, Z , 0" when not associated. Handle that. | |||
2009-07-17 | cdma: handle devices that don't prefix CSS result with +CSS: | Dan Williams | |
Like the Sanyo SCP-3800 (Sprint Katana LX). Make up your freakin' mind people, either prefix *all* responses with the command stem, or don't. But just pick one dammit. | |||
2009-07-15 | zte: fix udev rules | Dan Williams | |
2009-07-14 | mbm: fix brand of some 'mbm' devices in udev rules | Dan Williams | |
Should be just Ericsson, not Sony-Ericsson. The MD300 is SE though. | |||
2009-07-10 | mbm: add more USB IDs | Dan Williams | |
2009-07-09 | build: sane automake options | Dan Williams | |
2009-07-07 | build: make distcheck actually work | Dan Williams | |
2009-07-07 | cdma: fix 32-bit compile issues | Dan Williams | |
2009-07-07 | remove old pre-udev bits | Dan Williams | |
2009-07-06 | serial: rework 'connected' logic | Dan Williams | |
So many modems just don't implement carrier detect that it makes the previous 'connected' logic useless, so base it off connect/disconnect and fix up a few places that didn't check connect status before trying to send commands. Also ensure the serial port is unlocked for PPP to use when connected. | |||
2009-07-02 | zte: fix port tagging rules to actually work | Dan Williams | |
2009-07-02 | plugins: allow plugins to more easily suggest port types | Dan Williams | |
ZTE modems need to use udev rules to assign port type hints, so generalize that and port all the plugins over to suggested port types in the MMModem interface's grab_port() function. | |||
2009-06-29 | gsm: fix init for modems for which ATZ does not play well with others | Dan Williams | |
2009-06-29 | Merge branch 'master' into udev | Dan Williams | |
2009-06-29 | gsm: increase COPS manual registration timeout; it just takes longer sometimes | Dan Williams | |
2009-06-29 | sierra: handle APP[x] ports being recognized before the master port | Dan Williams | |
2009-06-29 | moto-c: fix port grabbing; remove dead code | Dan Williams | |
2009-06-29 | sierra: ensure port is valid before doing stuff to it | Dan Williams | |
2009-06-29 | plugin-base: better Huawei detection; don't drop BUSlink response | Dan Williams | |
2009-06-29 | errors: fix typo | Dan Williams | |
2009-06-29 | plugin-base: don't scribble on memory when looking up cached capabilities | Dan Williams | |
2009-06-29 | manager: do modem creation from an idle handler | Dan Williams | |
It helps make the supports/grab callchain less crappy to look at in gdb by ensuring that the supports chain unwinds before the grab happens, and also ensures that we use the right subsys/name variables rather than depending on ones the plugin provided to supports_callback, that may go be freed by the plugin somewhere in grab_port(). | |||
2009-06-29 | generic: remove unused code | Dan Williams | |
2009-06-29 | serial-port: shut valgrind up | Dan Williams | |