diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2011-11-23 11:08:33 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:14:24 +0100 |
commit | fa01e7a6d31c77192d631ed656bb495a1e5b9d6a (patch) | |
tree | acd1e0440a758a722fcdf057b3e13a2affd25cfb /src/mm-plugin-base.h | |
parent | 6552393c8eb90a7d0eb9b54df4e69108325881de (diff) |
core: no need to check Capabilities during port probing
Capabilities checking is done during the Modem interface initialization.
Diffstat (limited to 'src/mm-plugin-base.h')
-rw-r--r-- | src/mm-plugin-base.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mm-plugin-base.h b/src/mm-plugin-base.h index 5ab0df02..54a2a360 100644 --- a/src/mm-plugin-base.h +++ b/src/mm-plugin-base.h @@ -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" |