summaryrefslogtreecommitdiffstats
path: root/drivers/isimodem/debug.c
diff options
context:
space:
mode:
authorAki Niemi <aki.niemi@nokia.com>2011-06-17 16:40:16 +0300
committerAki Niemi <aki.niemi@nokia.com>2011-06-17 16:44:51 +0300
commit6f6f7f39e0e3c63fb8bdb31c9e355e66bea2f240 (patch)
tree58e9ea5b42b11fb4afb43dc30d7559b50ec4ea2d /drivers/isimodem/debug.c
parentbc8423d47553ddebc8feb695191a46ea000026f7 (diff)
downloadofono-6f6f7f39e0e3c63fb8bdb31c9e355e66bea2f240.tar.bz2
isimodem: Add missing codepoints and debugs
Diffstat (limited to 'drivers/isimodem/debug.c')
-rw-r--r--drivers/isimodem/debug.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/isimodem/debug.c b/drivers/isimodem/debug.c
index f72dfe1b..2e440374 100644
--- a/drivers/isimodem/debug.c
+++ b/drivers/isimodem/debug.c
@@ -58,6 +58,7 @@ const char *pn_resource_name(int value)
_(PN_SIM);
_(PN_SECURITY);
_(PN_MTC);
+ _(PN_MODEM_MCE);
_(PN_GSS);
_(PN_GPDS);
_(PN_WRAN);
@@ -264,6 +265,7 @@ const char *uicc_message_id_name(enum uicc_message_id value)
_(UICC_PWR_CTRL_REQ);
_(UICC_PWR_CTRL_RESP);
_(UICC_PWR_CTRL_IND);
+ _(UICC_CARD_READER_IND);
}
return "UICC_<UNKNOWN>";
}