summaryrefslogtreecommitdiffstats
path: root/drivers/isimodem/info.h
diff options
context:
space:
mode:
authorAki Niemi <aki.niemi@nokia.com>2010-11-30 14:48:56 +0200
committerAki Niemi <aki.niemi@nokia.com>2010-12-22 17:13:48 +0200
commitb4779411716610332d1165fb6114ffc742f627f0 (patch)
tree4b9c00d1fbaf91ff812f5a5a9aa93a447d8bc6d4 /drivers/isimodem/info.h
parent1199b3fc54871d610069f42caffb2257b2d32c39 (diff)
downloadofono-b4779411716610332d1165fb6114ffc742f627f0.tar.bz2
isimodem: Style fixes, indentation
Diffstat (limited to 'drivers/isimodem/info.h')
-rw-r--r--drivers/isimodem/info.h52
1 files changed, 26 insertions, 26 deletions
diff --git a/drivers/isimodem/info.h b/drivers/isimodem/info.h
index d190f229..336e74f6 100644
--- a/drivers/isimodem/info.h
+++ b/drivers/isimodem/info.h
@@ -26,49 +26,49 @@
extern "C" {
#endif
-#define PN_PHONE_INFO 0x1B
-#define PN_EPOC_INFO 98
-#define INFO_TIMEOUT 5
+#define PN_PHONE_INFO 0x1B
+#define PN_EPOC_INFO 98
+#define INFO_TIMEOUT 5
enum info_isi_cause {
- INFO_OK = 0x00,
- INFO_FAIL = 0x01,
- INFO_NO_NUMBER = 0x02,
- INFO_NOT_SUPPORTED = 0x03
+ INFO_OK = 0x00,
+ INFO_FAIL = 0x01,
+ INFO_NO_NUMBER = 0x02,
+ INFO_NOT_SUPPORTED = 0x03,
};
enum info_message_id {
- INFO_SERIAL_NUMBER_READ_REQ = 0x00,
- INFO_SERIAL_NUMBER_READ_RESP = 0x01,
- INFO_PP_READ_REQ = 0x02,
- INFO_PP_READ_RESP = 0x03,
- INFO_VERSION_READ_REQ = 0x07,
- INFO_VERSION_READ_RESP = 0x08,
- INFO_PRODUCT_INFO_READ_REQ = 0x15,
- INFO_PRODUCT_INFO_READ_RESP = 0x16,
- INFO_COMMON_MESSAGE = 0xF0
+ INFO_SERIAL_NUMBER_READ_REQ = 0x00,
+ INFO_SERIAL_NUMBER_READ_RESP = 0x01,
+ INFO_PP_READ_REQ = 0x02,
+ INFO_PP_READ_RESP = 0x03,
+ INFO_VERSION_READ_REQ = 0x07,
+ INFO_VERSION_READ_RESP = 0x08,
+ INFO_PRODUCT_INFO_READ_REQ = 0x15,
+ INFO_PRODUCT_INFO_READ_RESP = 0x16,
+ INFO_COMMON_MESSAGE = 0xF0,
};
enum info_subblock {
- INFO_SB_PRODUCT_INFO_NAME = 0x01,
- INFO_SB_PRODUCT_INFO_MANUFACTURER = 0x07,
- INFO_SB_SN_IMEI_PLAIN = 0x41,
- INFO_SB_SN_IMEI_SV_TO_NET = 0x43,
- INFO_SB_PP = 0x47,
- INFO_SB_MCUSW_VERSION = 0x48
+ INFO_SB_PRODUCT_INFO_NAME = 0x01,
+ INFO_SB_PRODUCT_INFO_MANUFACTURER = 0x07,
+ INFO_SB_SN_IMEI_PLAIN = 0x41,
+ INFO_SB_SN_IMEI_SV_TO_NET = 0x43,
+ INFO_SB_PP = 0x47,
+ INFO_SB_MCUSW_VERSION = 0x48,
};
enum info_product_info_type {
- INFO_PRODUCT_NAME = 0x01,
- INFO_PRODUCT_MANUFACTURER = 0x07
+ INFO_PRODUCT_NAME = 0x01,
+ INFO_PRODUCT_MANUFACTURER = 0x07,
};
enum info_serial_number_type {
- INFO_SN_IMEI_PLAIN = 0x41
+ INFO_SN_IMEI_PLAIN = 0x41,
};
enum info_version_type {
- INFO_MCUSW = 0x01
+ INFO_MCUSW = 0x01,
};
enum info_pp_feature {