aboutsummaryrefslogtreecommitdiff
path: root/plugins/mm-plugin-novatel.c
AgeCommit message (Collapse)Author
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-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-03-02Implement MMModemNovatelCdma class for Novatel CDMA devices.Tambet Ingo
Rename MMModemNovatel to MMModemNovatelGsm.
2009-02-27Handle CDMA modems in Novatel plugin.Tambet Ingo
2009-01-26Implement Novatel plugin.Tambet Ingo