diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2011-09-10 18:38:29 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:14:20 +0100 |
commit | a3ace206b08998e80891e783abbd2d7ca5add297 (patch) | |
tree | 8924a614dd87ce95048e82160548ef7edd89b8a8 /src | |
parent | fa3fa38e0db3475d6f4c0273d6855fce375d1be0 (diff) |
port-probe: add comment explaining the probing process flow
Diffstat (limited to 'src')
-rw-r--r-- | src/mm-port-probe.c | 12 |
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 { |