Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-20 | plugin: new filters for forbidden product IDs/strings | Aleksander Morgado | |
Plugins may specify that specific vendor & product IDs or strings are not supported. This is useful when plugins need to specify that they support all devices of a given vendor except for some specific ones. | |||
2012-08-06 | plugin: let plugins request Icera support checks and Icera based filters | Aleksander Morgado | |
2012-08-06 | plugin: new `MM_PLUGIN_CUSTOM_INIT' property | Aleksander Morgado | |
We let plugins execute some custom initialization in the ports, specified by a `MMAsyncMethod'. | |||
2012-08-06 | plugin: new `MM_PLUGIN_FORBIDDEN_DRIVERS' property | Aleksander Morgado | |
It allows plugins to specify whether they cannot support ports handled by specific drivers. | |||
2012-08-06 | plugin: renamed `custom-init' property to `custom-at-probe' | Aleksander Morgado | |
The `custom-at-probe' property is just to modify the way we check for AT port support. | |||
2012-08-06 | core: merge `MMPluginBase' and `MMPlugin' | Aleksander Morgado | |
There's no real point in maintaining a separate `MMPlugin' interface, as all the plugins will inherit from `MMPluginBase', so just merge them and simplify everything. | |||
2012-03-30 | docs: document MM_PLUGIN_BASE_ALLOWED_SINGLE_AT | Aleksander Morgado | |
2012-03-16 | docs: new section about plugin-specific modems | Aleksander Morgado | |
2012-03-16 | docs: document Modem probing and global state machine | Aleksander Morgado | |
2012-03-16 | docs: fix path of images | Aleksander Morgado | |
PNGs are copied over to the HTML directory, so they will always be available in the same directory as the final HTML files. | |||
2012-03-16 | docs: set `ModemManager' as module name instead of `mm' | Aleksander Morgado | |