diff options
author | Dan Williams <dcbw@redhat.com> | 2010-03-20 03:39:10 -0700 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2010-03-20 03:39:10 -0700 |
commit | 2e62a2e0a61d3de8ce809203c98b3890f627b9b9 (patch) | |
tree | 60c23131c8901ff19176ee21a351a3d5da226224 /src/mm-plugin-base.h | |
parent | 418ba174dc4aa1a3b34d191684cf04dbe9d45b2f (diff) |
core: probe ports for QCDM capability too
Diffstat (limited to 'src/mm-plugin-base.h')
-rw-r--r-- | src/mm-plugin-base.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mm-plugin-base.h b/src/mm-plugin-base.h index 49e68d47..555113dc 100644 --- a/src/mm-plugin-base.h +++ b/src/mm-plugin-base.h @@ -37,6 +37,7 @@ #define MM_PLUGIN_BASE_PORT_CAP_W 0x0080 /* Wireless commands */ #define MM_PLUGIN_BASE_PORT_CAP_IS856 0x0100 /* CDMA 3G EVDO rev 0 */ #define MM_PLUGIN_BASE_PORT_CAP_IS856_A 0x0200 /* CDMA 3G EVDO rev A */ +#define MM_PLUGIN_BASE_PORT_CAP_QCDM 0x0400 /* QCDM-capable port */ #define MM_TYPE_PLUGIN_BASE_SUPPORTS_TASK (mm_plugin_base_supports_task_get_type ()) #define MM_PLUGIN_BASE_SUPPORTS_TASK(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), MM_TYPE_PLUGIN_BASE_SUPPORTS_TASK, MMPluginBaseSupportsTask)) |