aboutsummaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2012-08-21iridium: plug memleakAleksander Morgado
2012-08-20novatel: plugin fully portedAleksander Morgado
2012-08-20novatel: add detailed CDMA registration state checksAleksander Morgado
2012-08-20novatel: custom signal quality loading for non-3GPP modemsAleksander Morgado
2012-08-20novatel: allowed modes and access tech loading only in non-CDMA modemsAleksander Morgado
2012-08-20novatel: configure SM storage as default alwaysAleksander Morgado
2012-08-20novatel: implement custom messaging unsolicited messages enablingAleksander Morgado
2012-08-20novatel: implement current access technology loadingAleksander Morgado
2012-08-20novatel: implement allowed mode loading/settingAleksander Morgado
Settings are given with the 'AT$NWRAT' arguments as follows: 1,1: 2G allowed 2,1: 3G allowed 0,2: 2G and 3G allowed, none preferred 1,2: 2G and 3G allowed, 2G preferred 2,2: 2G and 3G allowed, 3G preferred
2012-08-20novatel: flip secondary ports to AT mode during port setupAleksander Morgado
2012-08-20novatel: new `MMBroadbandModemNovatel'Aleksander Morgado
2012-08-20novatel: start porting the Novatel pluginAleksander Morgado
2012-08-20novatel-lte: reorganize codeAleksander Morgado
Just to make it more aligned with how other plugins are structured.
2012-08-20novatel-lte: renamed the plugin to "Novatel LTE"Aleksander Morgado
This plugin only handles the E362 right now.
2012-08-20broadband-bearer,icera: fix CID matching for unsolicited IPDPACT responsesBen Chan
2012-08-20icera: fix modem_load_current_bands and modem_set_bandsBen Chan
This patch modifies MMBroadbandModemIcera as follows: - Change modem_load_current_bands to report only bands that are currently enabled - Change modem_set_bands to handle setting ANY band in a way that no forbidden bands are activated.
2012-08-17icera: add missing break statement in MMBroadbandBearerIcera set_propertyBen Chan
2012-08-09nokia: implement custom supported modes loadingAleksander Morgado
Nokia handsets report incorrect modes in AT+WS46?, so just fully skip that.
2012-08-09zte: plug memleakAleksander Morgado
The GError wasn't properly disposed. Reported by: Ben Chan <benchan@google.com>
2012-08-06zte: use +CFUN=4 for powering downAleksander Morgado
Icera-based ZTE already has the same functionality coming from the parent `MMBroadbandModemIcera' modem object.
2012-08-06zte: plugin fully portedAleksander Morgado
2012-08-06zte: setup/cleanup unsolicited messages in Icera based modemsAleksander Morgado
2012-08-06zte: use common unsolicited messages handler setup in Icera based modemsAleksander Morgado
2012-08-06zte: use common unsolicited messages handler setupAleksander Morgado
2012-08-06zte: new common code to setup unsolicited event handlersAleksander Morgado
2012-08-06zte: try +CPMS? calls after SIM unlock until SIM gets readyAleksander Morgado
2012-08-06zte: carrier-detect disabled in serial portsAleksander Morgado
2012-08-06zte: support Icera-based modemsAleksander Morgado
We request Icera support check during port probing, and we then decide which modem object to create based on the check results.
2012-08-06zte: implement access technology loadingAleksander Morgado
2012-08-06zte: implement allowed mode loading/settingAleksander Morgado
2012-08-06zte: setup ports and unsolicited message handlingAleksander Morgado
2012-08-06zte: new `MMBroadbandModemZte'Aleksander Morgado
2012-08-06zte: start porting the ZTE pluginAleksander Morgado
2012-08-06nokia: no need specific port grabbingAleksander Morgado
The udev tags for port grabbing hints are for Icera-based Nokia modems only.
2012-08-06nokia-icera: new plugin to handle Icera-based Nokia modemsAleksander Morgado
We have a whole new plugin because the whole probing process is different between the Icera and non-Icera based Nokia modems.
2012-08-06nokia: don't support Icera-based modemsAleksander Morgado
Nokia CS Internet sticks are based on Icera chipsets; the default Nokia plugin shouldn't handle them.
2012-08-06samsung: use generic power down of the Icera modemAleksander Morgado
2012-08-06icera: use +CFUN=4 for power down in all Icera modemsAleksander Morgado
2012-08-06icera: remove `MMIfaceIcera'Aleksander Morgado
2012-08-06samsung: make the modem object inherit from the `MMBroadbandModemIcera'Aleksander Morgado
2012-08-06icera: create a generic broadband bearer when no net ports availableAleksander Morgado
2012-08-06icera: allow specifying at modem/bearer level whether we want DHCP or STATICAleksander Morgado
2012-08-06icera: new `MMBroadbandModemIcera'Aleksander Morgado
We'll get rid of the `MMIfaceIcera'.
2012-08-06icera: implement dynamic band support checkingDan Williams
Turns out we can check supported bands by asking the modem what the enabled state is for the bands it says it supports, and then setting the enabled state to what it currently is. For bands the modem actually doesn't support, it'll return an error. Use that to build up the modem's actual supported band list.
2012-08-06samsung: use generic Icera band handling functionsDan Williams
2012-08-06icera: add generic band handling functionsDan Williams
2012-08-06samsung: use generic Icera unlock retries checking functionsDan Williams
2012-08-06icera: add generic unlock retries checkingDan Williams
2012-08-06samsung: add Samsung Electronics, Inc. as copyright ownersAleksander Morgado
They actually wrote the original Samsung plugin in ModemManager 0.5.
2012-08-06samsung: new `MMBroadbandBearerSamsung'Aleksander Morgado
Based on the Icera bearer, but using DHCP in the net port.