qmi: Include persistent device configuration service

This commit is contained in:
Marcel Holtmann 2012-12-04 05:42:14 +01:00
parent 15f309742c
commit 788922cbdf
2 changed files with 3 additions and 0 deletions

View File

@ -327,6 +327,8 @@ static const char *__service_type_to_string(uint8_t type)
return "TS";
case QMI_SERVICE_TMD:
return "TMS";
case QMI_SERVICE_PDC:
return "PDC";
case QMI_SERVICE_CAT_OLD:
return "CAT";
case QMI_SERVICE_RMS:

View File

@ -42,6 +42,7 @@
#define QMI_SERVICE_EFS 21 /* Embedded file system service */
#define QMI_SERVICE_TS 23 /* Thermal sensors service */
#define QMI_SERVICE_TMD 24 /* Thermal mitigation device service */
#define QMI_SERVICE_PDC 36 /* Persistent device configuration service */
#define QMI_SERVICE_CAT_OLD 224 /* Card application toolkit service */
#define QMI_SERVICE_RMS 225 /* Remote management service */
#define QMI_SERVICE_OMA 226 /* OMA device management service */