core: no need to check Capabilities during port probing

Capabilities checking is done during the Modem interface initialization.
This commit is contained in:
Aleksander Morgado
2011-11-23 11:08:33 +01:00
parent 6552393c8e
commit fa01e7a6d3
6 changed files with 4 additions and 212 deletions

View File

@@ -35,7 +35,6 @@
#define MM_PLUGIN_BASE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), MM_TYPE_PLUGIN_BASE, MMPluginBaseClass))
#define MM_PLUGIN_BASE_NAME "name"
#define MM_PLUGIN_BASE_ALLOWED_CAPABILITIES "allowed-capabilities"
#define MM_PLUGIN_BASE_ALLOWED_SUBSYSTEMS "allowed-subsystems"
#define MM_PLUGIN_BASE_ALLOWED_DRIVERS "allowed-drivers"
#define MM_PLUGIN_BASE_ALLOWED_VENDOR_IDS "allowed-vendor-ids"