summaryrefslogtreecommitdiffstats
path: root/drivers/isimodem
diff options
context:
space:
mode:
authorJessica Nilsson <jessica.j.nilsson@stericsson.com>2011-02-23 12:43:13 +0100
committerAki Niemi <aki.niemi@nokia.com>2011-02-23 15:12:59 +0200
commit70f6c91e8da13c07c5ebcba1628c74a936ef47b0 (patch)
treeb39508b2123ced8a775373bbeafcd398629d6aa8 /drivers/isimodem
parent4654f0b1451dc3fd931167c91cf82482877e20d2 (diff)
downloadofono-70f6c91e8da13c07c5ebcba1628c74a936ef47b0.tar.bz2
isimodem: added codepoints for u8500
Diffstat (limited to 'drivers/isimodem')
-rw-r--r--drivers/isimodem/debug.c1
-rw-r--r--drivers/isimodem/info.h3
2 files changed, 4 insertions, 0 deletions
diff --git a/drivers/isimodem/debug.c b/drivers/isimodem/debug.c
index c14acc23..10d0201b 100644
--- a/drivers/isimodem/debug.c
+++ b/drivers/isimodem/debug.c
@@ -481,6 +481,7 @@ const char *info_message_id_name(enum info_message_id value)
const char *info_subblock_name(enum info_subblock value)
{
switch (value) {
+ _(INFO_SB_MODEMSW_VERSION);
_(INFO_SB_PRODUCT_INFO_NAME);
_(INFO_SB_PRODUCT_INFO_MANUFACTURER);
_(INFO_SB_SN_IMEI_PLAIN);
diff --git a/drivers/isimodem/info.h b/drivers/isimodem/info.h
index bdf15964..60425bfc 100644
--- a/drivers/isimodem/info.h
+++ b/drivers/isimodem/info.h
@@ -27,6 +27,8 @@ extern "C" {
#endif
#define PN_PHONE_INFO 0x1B
+#define PN_MODEM_INFO 0xC5
+
#define PN_EPOC_INFO 98
#define INFO_TIMEOUT 5
@@ -50,6 +52,7 @@ enum info_message_id {
};
enum info_subblock {
+ INFO_SB_MODEMSW_VERSION = 0x00,
INFO_SB_PRODUCT_INFO_NAME = 0x01,
INFO_SB_PRODUCT_INFO_MANUFACTURER = 0x07,
INFO_SB_SN_IMEI_PLAIN = 0x41,