aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* sec: rename ipc_sec_pin_status_response structureSimon Busch2012-08-291-1/+1
|
* sec: rename IPC_SEC_PIN_STATUS to IPC_SEC_SIM_STATUSSimon Busch2012-08-291-1/+1
|
* sec: refactor type naming to be clean and not misleadingSimon Busch2012-08-291-51/+78
|
* Merge remote-tracking branch 'astarasikov/merge-24-aug'Simon Busch2012-08-272-0/+28
|\ | | | | | | | | Conflicts: include/Makefile.am
| * Merge tag 'tuna-stc-jb-v1' into morphis-masterAlexander Tarasikov2012-08-242-0/+28
| |\ | | | | | | | | | | | | Conflicts: samsung-ipc/device/maguro/maguro_loader.c
| | * Make wakelocks not crespo-specific and add for xmm6260Alexander Tarasikov2012-07-262-0/+28
| | |
* | | Add another method to free space used by a response messageSimon Busch2012-08-241-0/+1
| | |
* | | Add cmd field to ipc_message_info structure which will be prefilledSimon Busch2012-08-241-0/+1
| | |
* | | Add identifiable named header file which should be the only one used by clientsSimon Busch2012-08-242-0/+29
|/ /
* | rfs: fix warnings about ignored return results from std. library functionsSimon Busch2012-08-091-2/+2
| |
* | First round of fixing unnecessary warningsSimon Busch2012-08-081-2/+2
| |
* | Prefix method correctly with ipc_client_Simon Busch2012-08-081-3/+5
| |
* | GPRS: Get interface name given the connection ID (cid)Paul Kocialkowski2012-07-081-1/+1
| | | | | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* | GPRS: added and completed structures, defines and reworked functions accordinglyPaul Kocialkowski2012-07-081-24/+49
| | | | | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* | Call: Added a few call end causesPaul Kocialkowski2012-07-061-0/+4
|/ | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Unified debug messages on send/recv with ipc_util functionsPaul Kocialkowski2012-07-051-0/+4
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Removed deprecated util filesPaul Kocialkowski2012-07-053-31/+0
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Reworked nv_data handling in nv_data_specs, moved some functions to gprs_specsPaul Kocialkowski2012-07-041-4/+13
| | | | | | | | | | | | | | nv_data: * Reworked device-specific nv_data passthrough functions * Moved default values in rfs.h * Added more specific infos (size, chunk size, secret) * Applied to xmm6260 device gprs: * Moved non-io-related gprs handlers to gprs_specs * Applied to crespo, aries and xmm6260 devices Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* GPRS: New capabilities structure and related handlerPaul Kocialkowski2012-07-041-0/+6
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* RFS: Exported nv_data path functionsPaul Kocialkowski2012-07-041-0/+5
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* GPRS port list setup function (currently with fixed values), needed for ariesPaulK2012-06-071-0/+6
| | | | Signed-off-by: PaulK <contact@paulk.fr>
* Function to check if GPRS activation/deactivation functions are availablePaulK2012-06-071-0/+1
| | | | Signed-off-by: PaulK <contact@paulk.fr>
* Introducing device-specific GPRS activation/deactivation functions mechanismPaulK2012-06-061-0/+3
| | | | Signed-off-by: PaulK <contact@paulk.fr>
* call: add pack method for dtmf burst send messageSimon Busch2012-03-021-0/+1
|
* Fixed ipc_sec_phone_lock stucturesPaulK2012-02-241-2/+6
|
* Added SIM PIN-related structures on sec headerPaulK2012-02-241-2/+17
|
* Install disp.h file too for IPC v4 protocol versionSimon Busch2012-02-231-0/+1
|
* Correct disp icon info structure for IPC-V4 devicesPaulK2012-02-223-4/+67
|
* Added NET_MODE_SEL headers, fixed NET_PLMN_SEL structure and related functionPaulK2012-02-012-9/+16
| | | | | | Also: * renamed IPC_NET_PLMN_SEL_MODE to IPC_NET_PLMN_SEL_... * switched plmn from unsigned to signed char array as it's a string
* RFS NV item handling methods are now sending the io confirmation message ↵Simon Busch2012-02-211-2/+2
| | | | directly
* Import two methods from samsung-ril to deal with rfs read/write nv item ↵Simon Busch2012-02-201-0/+3
| | | | message types
* net: fix styling/naming/coding issuesSimon Busch2012-02-061-2/+2
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* net: add structure to set network PLMN selection modeSimon Busch2012-02-061-2/+10
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Update Makefile to distribute all necessary headers files and compile h1 ↵Simon Busch2012-02-041-0/+9
| | | | | | device support Signed-off-by: Simon Busch <morphis@gravedo.de>
* Modified ipc devices handling to use a table and permit explicit device namePaulK2012-02-031-10/+0
|
* Add aries device for compilation and register it's handlers on startupSimon Busch2012-01-301-1/+2
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Rework IPC client creation to detect device automatically on startupSimon Busch2012-01-301-2/+6
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* We don't ship headers files for the H1 device with autotools versionSimon Busch2012-01-301-9/+0
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Rework device specific code so we can build one library for all devices nowSimon Busch2012-01-301-3/+7
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Add structure definition for IPC_NET_MODE_SEL messageSimon Busch2012-01-301-0/+4
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Fixed ss.h header installation with autotoolsPaulK2012-01-281-0/+1
|
* Adjust to get everything compiling with autotools againSimon Busch2012-01-282-7/+8
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Added USSD defines and actionsPaulK2012-01-282-12/+54
|
* Added a GPRS error code and a missing function prototypePaulK2012-01-281-0/+2
|
* Switched crespo headers to ipc-v4 as these are shared between multiple devicesPaulK2012-01-2810-20/+20
|
* gprs: adjust setup method so we can deactivate a gprs context nowSimon Busch2012-01-271-1/+1
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Modified handlers with common handlers data and device-specific functionsPaulK2012-01-141-2/+7
|
* Fixed SND define that prevented in-call volume change to workPaulK2012-01-031-1/+1
|
* Fixed Makefile.am for rfs.hPaulK2011-12-311-0/+1
|
* Moved nv_data functions and headers to rfs.c/rfs.h, plus some fixesPaulK2011-12-311-0/+17
|