aboutsummaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2009-11-04mbm: add USB IDs for C3607wTorgny Johansson
2009-10-30gobi: don't override generic init commandsDan Williams
The default ones seem to work just fine.
2009-10-26core: use G_DEFINE_TYPE_* instead of rolling our ownDan Williams
Use the macro; save some trees.
2009-10-16hso: handle OWANCALL response betterJeroen Elebaut
2009-10-15mbm: use generic get_signal_quality implementation rather than our own CIND ↵Alexander Sack
based one
2009-10-15mbm: implement AT*ENAP pollingAlexander Sack
2009-10-15mbm: flip order in which we send enap/e2nap to modem to make f3507g happierAlexander Sack
2009-10-15mbm: send ENAP=0 on init to set modem back to sane state and ignore CIND errorsAlexander Sack
2009-10-14mbm: fix disable after 3b19a85727458821f5df20153f8c04bc7717ba30Dan Williams
C & P error in enable/disable split.
2009-10-13nokia: fix class property overrides to stop modemmanager from sending ↵Alexander Sack
AT+CFUN (lp:450256)
2009-10-12sierra: handle non-EVDO roaming indication for older cardsDan Williams
Like the AC580
2009-10-12sierra: add CDMA device subclass and implement registration state handlingDan Williams
2009-10-12huawei: don't need AT prefixDan Williams
2009-10-12cdma: split 1x and EVDO registration statesDan 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-12huawei: adjust printf-style format to fix 32-bit gcc-4.4 buildsAlexander Sack
2009-10-11huawei: remove debugging stuffDan Williams
2009-10-11sierra: rename MMModemSierra -> MMModemSierraGsmDan Williams
2009-10-11huawei: add CDMA device subclass and implement registration state handlingDan Williams
2009-10-11huawei: rename MMModemHuawei -> MMModemHuaweiGsmDan Williams
2009-10-06hso: fix disableDan Williams
2009-10-05Merge commit 'origin/master' into enable-splitDan Williams
2009-10-02bluetooth: recognize rfcomm devicesDan 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-23core: split generic modem enable/disable operationsDan Williams
2009-09-22nokia: 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-21mbm: more permissive ESTKSMENU regexpAlexander Sack
2009-09-19mbm: handle *EMWI unsolicited responsesTorgny Johansson
2009-09-19mbm: fix up +PACSP0 unsolicited response matchingTorgny Johansson
2009-09-08core: don't allow concurrent flashes on the same deviceDan 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-08-21mbm: parse and ignore unsolicited *ESTKSMENU message - lp:416418Alexander Sack
2009-08-20mbm: add more USB IDsTorgny Johansson
2009-08-19moto-c: claim Motorola C380 too (bgo #591978)Dan Williams
2009-08-06license: add license header to all files and set copyright based on git logAlexander Sack
2009-08-05gsm: harmonize band/mode enumsDan Williams
Use the same enum for set/get of band and mode, as for exposing the device's capabilities.
2009-07-15zte: fix udev rulesDan Williams
2009-07-14mbm: fix brand of some 'mbm' devices in udev rulesDan Williams
Should be just Ericsson, not Sony-Ericsson. The MD300 is SE though.
2009-07-10mbm: add more USB IDsDan Williams
2009-07-06serial: rework 'connected' logicDan 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-02zte: fix port tagging rules to actually workDan Williams
2009-07-02plugins: allow plugins to more easily suggest port typesDan 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-29sierra: handle APP[x] ports being recognized before the master portDan Williams
2009-06-29moto-c: fix port grabbing; remove dead codeDan Williams
2009-06-29sierra: ensure port is valid before doing stuff to itDan Williams
2009-06-29generic: remove unused codeDan Williams
2009-06-29Merge commit 'origin/master' into udevDan Williams
2009-06-29mbm: remove dead codeDan Williams
2009-06-29mbm: fix +CIND quality parsingTorgny Johansson
Broken by Dan with ef0a604dc2fb6c6fe3e9231a8ee85890c6ef6e85
2009-06-29mbm: port to udev and new plugin APIDan Williams
2009-06-29hso: always mark netdev as supportedDan Williams
2009-06-29hso: fix grab of netdev portDan Williams
2009-06-29Merge commit 'origin/master' into udevDan Williams