summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/isimodem/debug.c4
-rw-r--r--drivers/isimodem/info.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/drivers/isimodem/debug.c b/drivers/isimodem/debug.c
index b48dd95a..bcc6544b 100644
--- a/drivers/isimodem/debug.c
+++ b/drivers/isimodem/debug.c
@@ -47,6 +47,8 @@ const char *pn_resource_name(int value)
_(PN_NETWORK);
_(PN_MODEM_NETWORK);
_(PN_PHONE_INFO);
+ _(PN_MODEM_INFO);
+ _(PN_EPOC_INFO);
_(PN_SS);
_(PN_CALL);
_(PN_SMS);
@@ -1326,6 +1328,8 @@ static const char *res_to_name(uint8_t res, uint8_t id)
case PN_NETWORK:
return net_message_id_name(id);
case PN_PHONE_INFO:
+ case PN_MODEM_INFO:
+ case PN_EPOC_INFO:
return info_message_id_name(id);
case PN_SS:
return ss_message_id_name(id);
diff --git a/drivers/isimodem/info.h b/drivers/isimodem/info.h
index 60425bfc..e6d143c7 100644
--- a/drivers/isimodem/info.h
+++ b/drivers/isimodem/info.h
@@ -29,7 +29,7 @@ extern "C" {
#define PN_PHONE_INFO 0x1B
#define PN_MODEM_INFO 0xC5
-#define PN_EPOC_INFO 98
+#define PN_EPOC_INFO 0x62
#define INFO_TIMEOUT 5
enum info_isi_cause {