qcdm: add support for Log Config command

This appears to be a newer version of EXT_LOGMASK that also
works with GSM/UMTS and other subsystems.
This commit is contained in:
Dan Williams
2012-01-11 14:25:23 -06:00
parent b22b2d99db
commit f3208bf3a6
7 changed files with 336 additions and 0 deletions

View File

@@ -52,6 +52,7 @@ enum {
QCDM_ERROR_NV_ERROR_INACTIVE = 17, /* NV location is not active */
QCDM_ERROR_NV_ERROR_BAD_PARAMETER = 18,
QCDM_ERROR_NV_ERROR_READ_ONLY = 19, /* NV location is read-only */
QCDM_ERROR_RESPONSE_FAILED = 20, /* command-specific failure */
};
#define qcdm_assert assert