aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 {