summaryrefslogtreecommitdiff
path: root/libqcdm
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2012-01-10 19:01:40 -0600
committerDan Williams <dcbw@redhat.com>2012-01-10 19:01:40 -0600
commite98f2ebf4095708aa52d69a5a067f6cec9042d6d (patch)
tree3f69982c6ae5d8a4a2095455141c022b81ffb0b2 /libqcdm
parentd085e6c46741832bd6edc167077664d821c0a489 (diff)
qcdm: clarify some subsystems
Diffstat (limited to 'libqcdm')
-rw-r--r--libqcdm/src/dm-commands.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/libqcdm/src/dm-commands.h b/libqcdm/src/dm-commands.h
index 7592d125..e533b644 100644
--- a/libqcdm/src/dm-commands.h
+++ b/libqcdm/src/dm-commands.h
@@ -117,10 +117,15 @@ enum {
* the original DM commands.
*/
enum {
+ DIAG_SUBSYS_WCDMA = 4,
DIAG_SUBSYS_HDR = 5, /* High Data Rate (ie, EVDO) */
+ DIAG_SUBSYS_GSM = 8,
+ DIAG_SUBSYS_UMTS = 9,
+ DIAG_SUBSYS_OS = 12,
DIAG_SUBSYS_GPS = 13,
- DIAG_SUBSYS_SMS = 14,
+ DIAG_SUBSYS_SMS = 14, /* Wireless Messaging Service */
DIAG_SUBSYS_CM = 15, /* Call manager */
+ DIAG_SUBSYS_FS = 19, /* File System (EFS2) */
DIAG_SUBSYS_NW_CONTROL_6500 = 50, /* for Novatel Wireless MSM6500-based devices */
DIAG_SUBSYS_ZTE = 101, /* for ZTE EVDO devices */
DIAG_SUBSYS_NW_CONTROL_6800 = 250 /* for Novatel Wireless MSM6800-based devices */