Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-04 | mbm: add USB IDs for C3607w | Torgny Johansson | |
2009-10-30 | gobi: don't override generic init commands | Dan Williams | |
The default ones seem to work just fine. | |||
2009-10-26 | core: use G_DEFINE_TYPE_* instead of rolling our own | Dan Williams | |
Use the macro; save some trees. | |||
2009-10-16 | hso: handle OWANCALL response better | Jeroen Elebaut | |
2009-10-15 | mbm: use generic get_signal_quality implementation rather than our own CIND ↵ | Alexander Sack | |
based one | |||
2009-10-15 | mbm: implement AT*ENAP polling | Alexander Sack | |
2009-10-15 | mbm: flip order in which we send enap/e2nap to modem to make f3507g happier | Alexander Sack | |
2009-10-15 | mbm: send ENAP=0 on init to set modem back to sane state and ignore CIND errors | Alexander Sack | |
2009-10-14 | mbm: fix disable after 3b19a85727458821f5df20153f8c04bc7717ba30 | Dan Williams | |
C & P error in enable/disable split. | |||
2009-10-13 | nokia: fix class property overrides to stop modemmanager from sending ↵ | Alexander Sack | |
AT+CFUN (lp:450256) | |||
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 | huawei: add CDMA device subclass and implement registration state handling | Dan Williams | |
2009-10-11 | huawei: rename MMModemHuawei -> MMModemHuaweiGsm | Dan Williams | |
2009-10-06 | hso: fix disable | Dan Williams | |
2009-10-05 | Merge commit 'origin/master' into enable-split | 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-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-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-08-21 | mbm: parse and ignore unsolicited *ESTKSMENU message - lp:416418 | 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-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-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-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 | 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 | generic: remove unused code | Dan Williams | |
2009-06-29 | Merge commit 'origin/master' into udev | Dan Williams | |
2009-06-29 | mbm: remove dead code | Dan Williams | |
2009-06-29 | mbm: fix +CIND quality parsing | Torgny Johansson | |
Broken by Dan with ef0a604dc2fb6c6fe3e9231a8ee85890c6ef6e85 | |||
2009-06-29 | mbm: port to udev and new plugin API | Dan Williams | |
2009-06-29 | hso: always mark netdev as supported | Dan Williams | |
2009-06-29 | hso: fix grab of netdev port | Dan Williams | |
2009-06-29 | Merge commit 'origin/master' into udev | Dan Williams | |