aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* crespo: bump buffer size if incoming data to 0x50000; highest data size seen ↵Simon Busch2012-02-231-1/+1
| | | | is 0x40008
* Define DEBUG when compiling with debugging enabledSimon Busch2012-02-231-1/+1
|
* Correct disp icon info structure for IPC-V4 devicesPaulK2012-02-223-4/+67
|
* Removed unwanted diff filePaulK2012-02-011-77/+0
|
* Added NET_MODE_SEL headers, fixed NET_PLMN_SEL structure and related functionPaulK2012-02-014-18/+120
| | | | | | 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
* Revert "rfs.c: return NULL in case of error"PaulK2012-02-011-1/+1
| | | | This reverts commit b93b917a70a6c85bfa2bd3789989b90b2e530abf.
* rfs.c: return NULL in case of errorPaulK2012-02-011-1/+1
|
* Fixed coding style: space after if, for, while, etcPaulK2012-02-014-70/+70
|
* RFS NV item handling methods are now sending the io confirmation message ↵Simon Busch2012-02-213-23/+12
| | | | directly
* Update license header of the vapi description fileSimon Busch2012-02-201-10/+9
|
* Import two methods from samsung-ril to deal with rfs read/write nv item ↵Simon Busch2012-02-203-1/+89
| | | | message types
* Cleanup indentation in rfs.cSimon Busch2012-02-171-276/+276
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Correct COPYING file to contain the GPLv3 license instead of LGPLv2.1Simon Busch2012-02-151-488/+658
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* net: fix styling/naming/coding issuesSimon Busch2012-02-063-6/+6
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* net: add structure to set network PLMN selection modeSimon Busch2012-02-063-4/+48
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Remove h1 relevant source files for now from MakefileSimon Busch2012-02-051-8/+2
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* h1: several fixes and adjustments to compile againSimon Busch2012-02-041-4/+4
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Update Makefile to distribute all necessary headers files and compile h1 ↵Simon Busch2012-02-042-0/+21
| | | | | | device support Signed-off-by: Simon Busch <morphis@gravedo.de>
* Fixed H1 device and devices-related fixesPaulK2012-02-033-6/+20
|
* Adjust for recent changes to device creation structureSimon Busch2012-02-036-61/+1
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Merge remote-tracking branch 'origin/paulk/rework-device-specific' into ↵Simon Busch2012-02-038-40/+152
|\ | | | | | | | | | | | | | | | | morphis/rework-device-specific Conflicts: include/radio.h samsung-ipc/ipc.c samsung-ipc/ipc_private.h
| * Modified ipc devices handling to use a table and permit explicit device namePaulK2012-02-0311-121/+165
| |
| * Register aries handlers on library initializationSimon Busch2012-01-302-3/+5
| | | | | | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
| * Add aries device for compilation and register it's handlers on startupSimon Busch2012-01-303-5/+12
| | | | | | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
| * Add DEVICE_IPC_v4 define to cflags variable of pkgconfig fileSimon Busch2012-01-301-1/+1
| | | | | | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
| * Rework IPC client creation to detect device automatically on startupSimon Busch2012-01-304-31/+93
| | | | | | | | 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-307-58/+104
| | | | | | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* | Register aries handlers on library initializationSimon Busch2012-02-032-3/+6
| | | | | | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* | Add aries device for compilation and register it's handlers on startupSimon Busch2012-02-033-5/+12
| | | | | | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* | Add DEVICE_IPC_v4 define to cflags variable of pkgconfig fileSimon Busch2012-02-031-1/+1
| | | | | | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* | Rework IPC client creation to detect device automatically on startupSimon Busch2012-02-034-31/+93
| | | | | | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* | We don't ship headers files for the H1 device with autotools versionSimon Busch2012-02-031-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-02-037-58/+104
| | | | | | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* | vapi: fix several binding problemsSimon Busch2012-02-031-6/+10
|/ | | | 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>
* vapi: use gint16 instead of gint8 for PhoneState enumSimon Busch2012-01-301-1/+1
| | | | 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-285-27/+12
| | | | 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
|
* Added support for aries devices (galaxy s, galaxy tab, perhaps more)PaulK2012-01-289-1106/+1313
| | | | Thanks to Igor Almeida for contributing to bootstrap code and for his help with galaxy s!
* Switched crespo headers to ipc-v4 as these are shared between multiple devicesPaulK2012-01-2811-42/+60
|
* Cosmetics on ipc.cPaulK2012-01-281-28/+20
|
* vapi: make string parameters nullableSimon Busch2012-01-271-1/+1
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Bump required openssl version 1.0.0eSimon Busch2012-01-271-1/+1
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* gprs: adjust setup method so we can deactivate a gprs context nowSimon Busch2012-01-273-9/+16
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* modemctrl: add command to bootstrap modem onlySimon Busch2012-01-271-0/+4
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Revert "Switch version from 0.1.0 to 1"Simon Busch2012-01-261-1/+1
| | | | This reverts commit 33d6751f451190418ba945aee6faff526d6f738d.
* Merge branch 'morphis/forward'Simon Busch2012-01-263-6/+197
|\