aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2011-09-10 18:38:29 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-03-15 14:14:20 +0100
commita3ace206b08998e80891e783abbd2d7ca5add297 (patch)
tree8924a614dd87ce95048e82160548ef7edd89b8a8
parentfa3fa38e0db3475d6f4c0273d6855fce375d1be0 (diff)
port-probe: add comment explaining the probing process flow
-rw-r--r--src/mm-port-probe.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/mm-port-probe.c b/src/mm-port-probe.c
index 8fae68d5..55a91954 100644
--- a/src/mm-port-probe.c
+++ b/src/mm-port-probe.c
@@ -31,6 +31,18 @@
#include "libqcdm/src/errors.h"
#include "mm-qcdm-serial-port.h"
+/*
+ * Steps and flow of the Probing process:
+ * ----> AT Serial Open
+ * |----> Custom Init
+ * |----> AT?
+ * |----> Capabilities
+ * |----> Vendor
+ * |----> Product
+ * ----> QCDM Serial Open
+ * |----> QCDM?
+ */
+
G_DEFINE_TYPE (MMPortProbe, mm_port_probe, G_TYPE_OBJECT)
typedef struct {