aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* RFS: added missing send/recv functionsPaul Kocialkowski2012-07-042-6/+96
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Change i9250 and i9100 to lowercase to fix runtime detectionAlexander Tarasikov2012-07-041-2/+2
|
* Cleanup xmm6260 ipc, prepare for rfsAlexander Tarasikov2012-07-041-28/+11
|
* Fix compilation warningsAlexander Tarasikov2012-07-042-13/+20
|
* Update firmware loader to the latest version, fix makefiles forAlexander Tarasikov2012-07-0411-163/+193
| | | | maguro/galaxys2
* Add the dirty, hackish and barely working xmm6260 modem supportAlexander Tarasikov2012-07-0415-1/+2782
| | | | for galaxy nexus (tuna/maguro)
* GPRS port list setup function (currently with fixed values), needed for ariesPaulK2012-06-072-0/+18
| | | | Signed-off-by: PaulK <contact@paulk.fr>
* Function to check if GPRS activation/deactivation functions are availablePaulK2012-06-072-1/+15
| | | | Signed-off-by: PaulK <contact@paulk.fr>
* GPRS interface name function for crespoPaulK2012-06-072-0/+11
| | | | Signed-off-by: PaulK <contact@paulk.fr>
* GPRS activation/deactivation functions for ariesPaulK2012-06-061-0/+70
| | | | Signed-off-by: PaulK <contact@paulk.fr>
* Introducing device-specific GPRS activation/deactivation functions mechanismPaulK2012-06-063-0/+48
| | | | Signed-off-by: PaulK <contact@paulk.fr>
* Bump version number to 0.2.0 for next cycleSimon Busch2012-04-111-1/+1
|
* Update ChangeLog for releaseSimon Busch2012-04-111-0/+710
|
* Add gitlog-to-changelot script to repositorySimon Busch2012-03-241-0/+175
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* tools: use ${top_builddir} rather than ${top_srcdir}Simon Busch2012-03-231-2/+2
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* vapi: updates regarding binding issuesDenis 'GNUtoo' Carikli2012-03-031-2/+2
| | | | | | | | | | | | Without that fix we have: samsung-ipc-1.0.vapi:318.48-318.70: error: The type name `PhoneLockRequestMessage' could not be found res.length = (int) sizeof( PhoneLockRequestMessage ); ^^^^^^^^^^^^^^^^^^^^^^^ samsung-ipc-1.0.vapi:335.48-335.71: error: The type name `PhoneLockResponseMessage' could not be found res.length = (int) sizeof( PhoneLockResponseMessage ); ^^^^^^^^^^^^^^^^^^^^^^^^ Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* vapi: various updates regarding binding issuesSimon Busch2012-03-021-5/+32
|
* call: add pack method for dtmf burst send messageSimon Busch2012-03-022-0/+19
|
* Fixed ipc_sec_pin_status_noti change on vapiPaulK2012-02-241-1/+1
|
* Fixed modemctrl for sec header changesPaulK2012-02-241-2/+2
|
* Fixed ipc_sec_phone_lock stucturesPaulK2012-02-241-2/+6
|
* Added SIM PIN-related structures on sec headerPaulK2012-02-241-2/+17
|
* vapi: update for recent changes to network related APISimon Busch2012-02-231-6/+33
|
* Install disp.h file too for IPC v4 protocol versionSimon Busch2012-02-231-0/+1
|
* vapi: use correct types for fields in Sms.SendMessage structureSimon Busch2012-02-231-2/+2
|
* rfs: only dump RFS message content when debugging is enabledSimon Busch2012-02-231-0/+4
|
* rfs: it should be possible for the modem to write at offset zeroSimon Busch2012-02-231-3/+3
|
* 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>