qcdm: clarify some subsystems

This commit is contained in:
Dan Williams
2012-01-10 19:01:40 -06:00
parent d085e6c467
commit e98f2ebf40

View File

@@ -117,10 +117,15 @@ enum {
* the original DM commands. * the original DM commands.
*/ */
enum { enum {
DIAG_SUBSYS_WCDMA = 4,
DIAG_SUBSYS_HDR = 5, /* High Data Rate (ie, EVDO) */ 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_GPS = 13,
DIAG_SUBSYS_SMS = 14, DIAG_SUBSYS_SMS = 14, /* Wireless Messaging Service */
DIAG_SUBSYS_CM = 15, /* Call manager */ 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_NW_CONTROL_6500 = 50, /* for Novatel Wireless MSM6500-based devices */
DIAG_SUBSYS_ZTE = 101, /* for ZTE EVDO devices */ DIAG_SUBSYS_ZTE = 101, /* for ZTE EVDO devices */
DIAG_SUBSYS_NW_CONTROL_6800 = 250 /* for Novatel Wireless MSM6800-based devices */ DIAG_SUBSYS_NW_CONTROL_6800 = 250 /* for Novatel Wireless MSM6800-based devices */