aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* RFS: added missing send/recv functionsPaul Kocialkowski2012-07-042-6/+96
* 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
* Add the dirty, hackish and barely working xmm6260 modem supportAlexander Tarasikov2012-07-0415-1/+2782
* GPRS port list setup function (currently with fixed values), needed for ariesPaulK2012-06-072-0/+18
* Function to check if GPRS activation/deactivation functions are availablePaulK2012-06-072-1/+15
* GPRS interface name function for crespoPaulK2012-06-072-0/+11
* GPRS activation/deactivation functions for ariesPaulK2012-06-061-0/+70
* Introducing device-specific GPRS activation/deactivation functions mechanismPaulK2012-06-063-0/+48
* 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
* tools: use ${top_builddir} rather than ${top_srcdir}Simon Busch2012-03-231-2/+2
* vapi: updates regarding binding issuesDenis 'GNUtoo' Carikli2012-03-031-2/+2
* 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
* 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
* Revert "rfs.c: return NULL in case of error"PaulK2012-02-011-1/+1
* 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 dire...Simon Busch2012-02-213-23/+12
* 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 messa...Simon Busch2012-02-203-1/+89
* Cleanup indentation in rfs.cSimon Busch2012-02-171-276/+276
* Correct COPYING file to contain the GPLv3 license instead of LGPLv2.1Simon Busch2012-02-151-488/+658
* net: fix styling/naming/coding issuesSimon Busch2012-02-063-6/+6
* net: add structure to set network PLMN selection modeSimon Busch2012-02-063-4/+48
* Remove h1 relevant source files for now from MakefileSimon Busch2012-02-051-8/+2
* h1: several fixes and adjustments to compile againSimon Busch2012-02-041-4/+4
* Update Makefile to distribute all necessary headers files and compile h1 devi...Simon Busch2012-02-042-0/+21
* Fixed H1 device and devices-related fixesPaulK2012-02-033-6/+20
* Adjust for recent changes to device creation structureSimon Busch2012-02-036-61/+1
* Merge remote-tracking branch 'origin/paulk/rework-device-specific' into morph...Simon Busch2012-02-038-40/+152
|\
| * 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