aboutsummaryrefslogtreecommitdiff
path: root/src/mm-plugin.c
AgeCommit message (Expand)Author
2013-02-21plugin: avoid using uninitialized variableAleksander Morgado
2013-02-20plugin: plug memleakAleksander Morgado
2013-02-20plugin: plug memleaksAleksander Morgado
2013-02-20plugin: plug memleaksAleksander Morgado
2013-01-18core: add 'hotplugged' flag to indicate if modem is newly plugged inBen Chan
2012-12-27plugin: avoid QMI-managed net ports when compiling without QMI supportAleksander Morgado
2012-12-27plugin: re-run subsystems filter before grabbing the portsAleksander Morgado
2012-10-30plugin-manager,plugin: run pre-probing filters earlyAleksander Morgado
2012-10-30plugin: avoid unneeded vendor/product AT probing if already passed USB ID filterAleksander Morgado
2012-10-30plugin-manager,plugin: improve loggingAleksander Morgado
2012-09-04plugin: defer task if supports check tells us to retryAleksander Morgado
2012-08-31plugin: let plugins decide if they want echo removal during AT probingAleksander Morgado
2012-08-29core: handle the 'usb'->'usbmisc' subsystem rename in the kernelAleksander Morgado
2012-08-29port-probe: launch QMI probing on cdc-wdm portsAleksander Morgado
2012-08-29core: allow grabbing QMI portsAleksander Morgado
2012-08-24api,introspection: report list of drivers, not just oneAleksander Morgado
2012-08-20plugin: new filters for forbidden product IDs/stringsAleksander Morgado
2012-08-20plugin: fix icera filters when using the allowed product string filterAleksander Morgado
2012-08-20plugin: don't apply product ID filters if no vendor ID was retrievedAleksander Morgado
2012-08-06plugin: check if the current probe is the one with AT support before assuming...Aleksander Morgado
2012-08-06plugin: let plugins request Icera support checks and Icera based filtersAleksander Morgado
2012-08-06plugin: abort probing when the port has been released from the deviceAleksander Morgado
2012-08-06port-probe: let us peek the `MMDevice' owning the probe from the probe itselfAleksander Morgado
2012-08-06plugin: if no grab_port() method given, use the default oneAleksander Morgado
2012-08-06device,plugin: let the `MMPlugin' API know about `MMDevice'Aleksander Morgado
2012-08-06plugin: new method to compare pluginsAleksander Morgado
2012-08-06plugin: remove obsolete commentAleksander Morgado
2012-08-06plugin: new `MM_PLUGIN_CUSTOM_INIT' propertyAleksander Morgado
2012-08-06plugin: new `MM_PLUGIN_FORBIDDEN_DRIVERS' propertyAleksander Morgado
2012-08-06plugin: renamed `custom-init' property to `custom-at-probe'Aleksander Morgado
2012-08-06plugin: setup a `priv' opaque pointer for the internal dataAleksander Morgado
2012-08-06plugin: no need to have our own `GUdevClient'Aleksander Morgado
2012-08-06plugin: no need to take care of probing tasks ourselvesAleksander Morgado
2012-08-06plugin: don't provide an additional method to cancel the probingAleksander Morgado
2012-08-06plugin: don't use internal task list to cancel AT probing in other probesAleksander Morgado
2012-08-06port-probe-cache: removed, no longer neededAleksander Morgado
2012-08-06device: get vendor/product IDsAleksander Morgado
2012-08-06plugin: simplify interface by passing around the device and/or port objectsAleksander Morgado
2012-08-06device: keep a list of port probes instead of just portsAleksander Morgado
2012-08-06core: merge `MMPluginBase' and `MMPlugin'Aleksander Morgado
2012-08-06core: compile all ports before creating the modem objectAleksander Morgado
2012-03-15core: start using MMBroadbandModem objectsAleksander Morgado
2012-03-15plugin-base: don't report numeric support level in the [0-100] rangeAleksander Morgado
2012-03-15plugin-base: rename 'cancel_supports_port' to 'supports_port_cancel'Aleksander Morgado
2012-03-15plugin-base: rewrite port supports check as fully asynchronousAleksander Morgado
2011-06-06plugin base: let plugins decide if they should be sorted lastAleksander Morgado
2010-03-30core: find the existing modem for a port in the managerDan Williams
2010-03-30core: move physical device checking into the managerDan Williams
2009-08-06license: add license header to all files and set copyright based on git logAlexander Sack
2009-06-28asynchronous and deferred port detectionDan Williams