Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | RFS: added missing send/recv functions | Paul Kocialkowski | 2012-07-04 | 2 | -6/+96 | |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | Change i9250 and i9100 to lowercase to fix runtime detection | Alexander Tarasikov | 2012-07-04 | 1 | -2/+2 | |
| | ||||||
* | Cleanup xmm6260 ipc, prepare for rfs | Alexander Tarasikov | 2012-07-04 | 1 | -28/+11 | |
| | ||||||
* | Fix compilation warnings | Alexander Tarasikov | 2012-07-04 | 2 | -13/+20 | |
| | ||||||
* | Update firmware loader to the latest version, fix makefiles for | Alexander Tarasikov | 2012-07-04 | 11 | -163/+193 | |
| | | | | maguro/galaxys2 | |||||
* | Add the dirty, hackish and barely working xmm6260 modem support | Alexander Tarasikov | 2012-07-04 | 15 | -1/+2782 | |
| | | | | for galaxy nexus (tuna/maguro) | |||||
* | GPRS port list setup function (currently with fixed values), needed for aries | PaulK | 2012-06-07 | 2 | -0/+18 | |
| | | | | Signed-off-by: PaulK <contact@paulk.fr> | |||||
* | Function to check if GPRS activation/deactivation functions are available | PaulK | 2012-06-07 | 2 | -1/+15 | |
| | | | | Signed-off-by: PaulK <contact@paulk.fr> | |||||
* | GPRS interface name function for crespo | PaulK | 2012-06-07 | 2 | -0/+11 | |
| | | | | Signed-off-by: PaulK <contact@paulk.fr> | |||||
* | GPRS activation/deactivation functions for aries | PaulK | 2012-06-06 | 1 | -0/+70 | |
| | | | | Signed-off-by: PaulK <contact@paulk.fr> | |||||
* | Introducing device-specific GPRS activation/deactivation functions mechanism | PaulK | 2012-06-06 | 3 | -0/+48 | |
| | | | | Signed-off-by: PaulK <contact@paulk.fr> | |||||
* | Bump version number to 0.2.0 for next cycle | Simon Busch | 2012-04-11 | 1 | -1/+1 | |
| | ||||||
* | Update ChangeLog for release | Simon Busch | 2012-04-11 | 1 | -0/+710 | |
| | ||||||
* | Add gitlog-to-changelot script to repository | Simon Busch | 2012-03-24 | 1 | -0/+175 | |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | |||||
* | tools: use ${top_builddir} rather than ${top_srcdir} | Simon Busch | 2012-03-23 | 1 | -2/+2 | |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | |||||
* | vapi: updates regarding binding issues | Denis 'GNUtoo' Carikli | 2012-03-03 | 1 | -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 issues | Simon Busch | 2012-03-02 | 1 | -5/+32 | |
| | ||||||
* | call: add pack method for dtmf burst send message | Simon Busch | 2012-03-02 | 2 | -0/+19 | |
| | ||||||
* | Fixed ipc_sec_pin_status_noti change on vapi | PaulK | 2012-02-24 | 1 | -1/+1 | |
| | ||||||
* | Fixed modemctrl for sec header changes | PaulK | 2012-02-24 | 1 | -2/+2 | |
| | ||||||
* | Fixed ipc_sec_phone_lock stuctures | PaulK | 2012-02-24 | 1 | -2/+6 | |
| | ||||||
* | Added SIM PIN-related structures on sec header | PaulK | 2012-02-24 | 1 | -2/+17 | |
| | ||||||
* | vapi: update for recent changes to network related API | Simon Busch | 2012-02-23 | 1 | -6/+33 | |
| | ||||||
* | Install disp.h file too for IPC v4 protocol version | Simon Busch | 2012-02-23 | 1 | -0/+1 | |
| | ||||||
* | vapi: use correct types for fields in Sms.SendMessage structure | Simon Busch | 2012-02-23 | 1 | -2/+2 | |
| | ||||||
* | rfs: only dump RFS message content when debugging is enabled | Simon Busch | 2012-02-23 | 1 | -0/+4 | |
| | ||||||
* | rfs: it should be possible for the modem to write at offset zero | Simon Busch | 2012-02-23 | 1 | -3/+3 | |
| | ||||||
* | crespo: bump buffer size if incoming data to 0x50000; highest data size seen ↵ | Simon Busch | 2012-02-23 | 1 | -1/+1 | |
| | | | | is 0x40008 | |||||
* | Define DEBUG when compiling with debugging enabled | Simon Busch | 2012-02-23 | 1 | -1/+1 | |
| | ||||||
* | Correct disp icon info structure for IPC-V4 devices | PaulK | 2012-02-22 | 3 | -4/+67 | |
| | ||||||
* | Removed unwanted diff file | PaulK | 2012-02-01 | 1 | -77/+0 | |
| | ||||||
* | Added NET_MODE_SEL headers, fixed NET_PLMN_SEL structure and related function | PaulK | 2012-02-01 | 4 | -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" | PaulK | 2012-02-01 | 1 | -1/+1 | |
| | | | | This reverts commit b93b917a70a6c85bfa2bd3789989b90b2e530abf. | |||||
* | rfs.c: return NULL in case of error | PaulK | 2012-02-01 | 1 | -1/+1 | |
| | ||||||
* | Fixed coding style: space after if, for, while, etc | PaulK | 2012-02-01 | 4 | -70/+70 | |
| | ||||||
* | RFS NV item handling methods are now sending the io confirmation message ↵ | Simon Busch | 2012-02-21 | 3 | -23/+12 | |
| | | | | directly | |||||
* | Update license header of the vapi description file | Simon Busch | 2012-02-20 | 1 | -10/+9 | |
| | ||||||
* | Import two methods from samsung-ril to deal with rfs read/write nv item ↵ | Simon Busch | 2012-02-20 | 3 | -1/+89 | |
| | | | | message types | |||||
* | Cleanup indentation in rfs.c | Simon Busch | 2012-02-17 | 1 | -276/+276 | |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | |||||
* | Correct COPYING file to contain the GPLv3 license instead of LGPLv2.1 | Simon Busch | 2012-02-15 | 1 | -488/+658 | |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | |||||
* | net: fix styling/naming/coding issues | Simon Busch | 2012-02-06 | 3 | -6/+6 | |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | |||||
* | net: add structure to set network PLMN selection mode | Simon Busch | 2012-02-06 | 3 | -4/+48 | |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | |||||
* | Remove h1 relevant source files for now from Makefile | Simon Busch | 2012-02-05 | 1 | -8/+2 | |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | |||||
* | h1: several fixes and adjustments to compile again | Simon Busch | 2012-02-04 | 1 | -4/+4 | |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | |||||
* | Update Makefile to distribute all necessary headers files and compile h1 ↵ | Simon Busch | 2012-02-04 | 2 | -0/+21 | |
| | | | | | | device support Signed-off-by: Simon Busch <morphis@gravedo.de> | |||||
* | Fixed H1 device and devices-related fixes | PaulK | 2012-02-03 | 3 | -6/+20 | |
| | ||||||
* | Adjust for recent changes to device creation structure | Simon Busch | 2012-02-03 | 6 | -61/+1 | |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | |||||
* | Merge remote-tracking branch 'origin/paulk/rework-device-specific' into ↵ | Simon Busch | 2012-02-03 | 8 | -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 name | PaulK | 2012-02-03 | 11 | -121/+165 | |
| | | ||||||
| * | Register aries handlers on library initialization | Simon Busch | 2012-01-30 | 2 | -3/+5 | |
| | | | | | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> |