aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* switch to GPLv2+ as license as decided by all authors per mailSimon Busch2012-09-2128-28/+28
|
* SND: Add missing undocumented commandsPaul Kocialkowski2012-09-151-0/+5
| | | | | Change-Id: Ib84ce488e3f78c4fd0dfcfc7eb199c0d93bc034e Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* ipc: fix gprs_get_iface functionsPaul Kocialkowski2012-09-101-1/+1
| | | | | Change-Id: Idea112725ca55ea341d11055a332b1c8625e614c Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* gprs: rename member of ipc_gprs_hsdpa_status to reg_stateSimon Busch2012-09-091-1/+1
|
* ipc: refactor ipc_client_gprs_get_iface method to return iface name instead ↵Simon Busch2012-09-091-1/+1
| | | | | | | of using a parameter Allocating memory and setting a pointer to it for the user via a parameter is kind of unnecessary. It's better to return the pointer instead.
* misc: add IPC_MISC_DEBUG_LEVEL message typeSimon Busch2012-09-091-0/+1
|
* sec: add setup method for ipc_sec_change_locking_pw_set message typeSimon Busch2012-09-091-0/+3
|
* sec: rename ipc_sec_change_locking_pw to ipc_sec_change_locking_pw_setSimon Busch2012-09-091-1/+4
|
* sec: Corrected comments about data typesPaul Kocialkowski2012-09-061-2/+2
| | | | | Change-Id: Ia139f8d5cf42047c95024ebbdb296e8aed530ea9 Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* net: renaming some parts to be more reasonableSimon Busch2012-08-302-7/+12
|
* sec: add IPC_SEC_FACILITY_LOCK_TYPE_SC_UNLOCKED typeSimon Busch2012-08-291-0/+1
|
* 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>