aboutsummaryrefslogtreecommitdiff
path: root/plugins/mm-modem-nokia.c
AgeCommit message (Collapse)Author
2009-10-26core: use G_DEFINE_TYPE_* instead of rolling our ownDan Williams
Use the macro; save some trees.
2009-10-13nokia: fix class property overrides to stop modemmanager from sending ↵Alexander Sack
AT+CFUN (lp:450256)
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-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-28asynchronous and deferred port detectionDan Williams
Allow plugins to perform asynchronous port detection, and to defer port detection until later. This moves the prober bits into MMPluginBase so that all plugins can take adavantage of it only when needed; the probing is not done at udev time. Furthermore, plugins like Novatel can flip the secondary ports over the AT mode through deferred detection, by deferring the secondary ports until the main port has been detected and AT$NWDMAT has been sent. This commit also finishes the port of the rest of the plugins (except mbm) over to the new port detection methods and plugin API.
2009-04-02Implement Nokia plugin.Tambet Ingo