aboutsummaryrefslogtreecommitdiffstats
path: root/include/device/crespo
diff options
context:
space:
mode:
authorPaulK <contact@paulk.fr>2011-11-22 11:49:10 +0100
committerPaulK <contact@paulk.fr>2011-11-22 11:49:10 +0100
commitd9c5aa0f5495aec4143be46b9ea0a1effbbedc28 (patch)
tree9f7929f3ffd158d12ec4f1f45bde85ef5a84e9c8 /include/device/crespo
parent4952a56c89be3773d06309667bc397c8a0cbc91c (diff)
downloadexternal_libsamsung-ipc-d9c5aa0f5495aec4143be46b9ea0a1effbbedc28.zip
external_libsamsung-ipc-d9c5aa0f5495aec4143be46b9ea0a1effbbedc28.tar.gz
external_libsamsung-ipc-d9c5aa0f5495aec4143be46b9ea0a1effbbedc28.tar.bz2
Added IPC_MISC_ME_SN types (it's not only for IMEI) and corrected structure
Diffstat (limited to 'include/device/crespo')
-rw-r--r--include/device/crespo/misc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/device/crespo/misc.h b/include/device/crespo/misc.h
index 9feacf2..20fb276 100644
--- a/include/device/crespo/misc.h
+++ b/include/device/crespo/misc.h
@@ -30,9 +30,9 @@ struct ipc_misc_me_version {
} __attribute__((__packed__));
struct ipc_misc_me_sn {
- unsigned char unk;
+ unsigned char type; // IPC_MISC_ME_SN_SERIAL_NUM*
unsigned char length;
- char imei[32];
+ char data[32];
} __attribute__((__packed__));
#endif