aboutsummaryrefslogtreecommitdiffstats
path: root/include/misc.h
Commit message (Collapse)AuthorAgeFilesLines
* misc: IPC_MISC_ME_VERSION request data and new helpersPaul Kocialkowski2014-07-041-3/+13
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Extract in helpers namingPaul Kocialkowski2014-02-111-1/+1
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Consistent coding style in helpersPaul Kocialkowski2014-02-091-1/+5
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Follow consistent coding style in headersPaul Kocialkowski2014-02-061-7/+7
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Types are not commandsPaul Kocialkowski2014-01-251-1/+1
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Good-looking copyright blocks, with the right order in copyright linesPaul Kocialkowski2014-01-251-3/+2
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* misc.h: tz, dl and dv values are explicitly signedPaul Kocialkowski2013-07-031-1/+1
| | | | | Change-Id: Ia80233a0fe7dda8c7d5f54b6a001589dbe82cd44 Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Drop support for the (incomplete) old protocol implementation used on H1.Paul Kocialkowski2013-06-251-19/+45
| | | | | | | Also refactor headers: values aligned to 16x4 spaces and other cosmetics Change-Id: I5a6f2c2471599c88c4be74591117d0ab2dfaaddf Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* misc: Timezone value can be negative, use a signed char accordinglyPaul Kocialkowski2013-02-081-1/+1
| | | | | Change-Id: I8dc9fb1412df458eda38683580764490135df45f Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Misc: Correct the value for time info messagePaul Kocialkowski2012-12-161-1/+1
| | | | | Change-Id: Ia1dd301a339c34ac443fbc1da81e8d29b1f8f2a3 Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* switch to GPLv2+ as license as decided by all authors per mailSimon Busch2012-09-211-1/+1
|
* misc: add IPC_MISC_DEBUG_LEVEL message typeSimon Busch2012-09-091-0/+1
|
* Switched crespo headers to ipc-v4 as these are shared between multiple devicesPaulK2012-01-281-2/+2
|
* Added IPC_MISC_ME_SN types (it's not only for IMEI) and corrected structurePaulK2011-11-221-0/+5
|
* Fixed struct ipc_misc_me_version for crespo (1 byte offset)PaulK2011-10-291-7/+6
|
* Add vim modeline for uniform indentationSimon Busch2011-10-291-13/+14
| | | | | | | On IRC we agreed to use vim:ts=4:sw=4:expandtab as uniform indentation style for the library. Signed-off-by: Simon Busch <morphis@gravedo.de>
* Corrected Android.mk, crespo_ipc file, some headers and helpers.PaulK2011-10-281-2/+2
|
* Updates for retrieve imsi and rsim data from response messagesSimon Busch2011-10-241-1/+3
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Add helper method to parse imsi from response dataSimon Busch2011-10-201-3/+1
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Rename library to libsamsung-ipcJoerie de Gram2011-08-171-13/+13
|
* add misc_me_version and misc_me_imsiJoerie de Gram2011-08-161-1/+10
|
* Cleanup, preliminary calling/sms supportJoerie de Gram2011-07-281-0/+40