aboutsummaryrefslogtreecommitdiff
path: root/plugins/mm-plugin-huawei.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-10-11huawei: add CDMA device subclass and implement registration state handlingDan Williams
2009-10-11huawei: rename MMModemHuawei -> MMModemHuaweiGsmDan 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-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-06-20plugins: implement mm_plugin_base_get_device_ids()Dan Williams
We'll need it in more than one place, so make it generic.
2009-06-20udev: modem port refactor; convert 'hso' to udevDan Williams
Create a base MMPort class to handle both tty and net ports generically, and move plugins over to that. Also port the 'hso' plugin to udev.
2009-06-19huawei: convert to udev and new APIDan Williams
2009-05-25Turn off carrier detection for all Huawei modems.Tambet Ingo
Find the monitoring device for Huawei modems by usb interface number.
2009-01-13Implement DCD disabling for serial base class.Tambet Ingo
Turn DCD detection off for certain Huawei modems that don't report it correctly.
2008-09-17Get the monitoring device from HAL.Tambet Ingo
2008-07-31Initial commit.Tambet Ingo