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-port-probe-at-command.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-port-probe-at-command.h')
-rw-r--r-- | src/mm-port-probe-at-command.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mm-port-probe-at-command.h b/src/mm-port-probe-at-command.h index f74cb750..94597a76 100644 --- a/src/mm-port-probe-at-command.h +++ b/src/mm-port-probe-at-command.h @@ -26,7 +26,6 @@ typedef struct { /* The response processor. The expected result depends on the * probing type: * - AT --> G_TYPE_BOOLEAN - * - Capabilities --> G_TYPE_UINT * - Vendor --> G_TYPE_STRING * - Product --> G_TYPE_STRING * When a result is given, TRUE is returned. @@ -52,7 +51,6 @@ typedef struct { /* Default commands used during probing */ const MMPortProbeAtCommand *mm_port_probe_at_command_get_probing (void); -const MMPortProbeAtCommand *mm_port_probe_at_command_get_capabilities_probing (void); const MMPortProbeAtCommand *mm_port_probe_at_command_get_vendor_probing (void); const MMPortProbeAtCommand *mm_port_probe_at_command_get_product_probing (void); |