Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rework IPC client creation to detect device automatically on startup | Simon Busch | 2012-02-03 | 4 | -31/+93 |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | ||||
* | We don't ship headers files for the H1 device with autotools version | Simon Busch | 2012-02-03 | 1 | -9/+0 |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | ||||
* | Rework device specific code so we can build one library for all devices now | Simon Busch | 2012-02-03 | 7 | -58/+104 |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | ||||
* | vapi: fix several binding problems | Simon Busch | 2012-02-03 | 1 | -6/+10 |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | ||||
* | Add structure definition for IPC_NET_MODE_SEL message | Simon Busch | 2012-01-30 | 1 | -0/+4 |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | ||||
* | vapi: use gint16 instead of gint8 for PhoneState enum | Simon Busch | 2012-01-30 | 1 | -1/+1 |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | ||||
* | Fixed ss.h header installation with autotools | PaulK | 2012-01-28 | 1 | -0/+1 |
| | |||||
* | Adjust to get everything compiling with autotools again | Simon Busch | 2012-01-28 | 5 | -27/+12 |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | ||||
* | Added USSD defines and actions | PaulK | 2012-01-28 | 2 | -12/+54 |
| | |||||
* | Added a GPRS error code and a missing function prototype | PaulK | 2012-01-28 | 1 | -0/+2 |
| | |||||
* | Added support for aries devices (galaxy s, galaxy tab, perhaps more) | PaulK | 2012-01-28 | 9 | -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 devices | PaulK | 2012-01-28 | 11 | -42/+60 |
| | |||||
* | Cosmetics on ipc.c | PaulK | 2012-01-28 | 1 | -28/+20 |
| | |||||
* | vapi: make string parameters nullable | Simon Busch | 2012-01-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | ||||
* | Bump required openssl version 1.0.0e | Simon Busch | 2012-01-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | ||||
* | gprs: adjust setup method so we can deactivate a gprs context now | Simon Busch | 2012-01-27 | 3 | -9/+16 |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | ||||
* | modemctrl: add command to bootstrap modem only | Simon Busch | 2012-01-27 | 1 | -0/+4 |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | ||||
* | Revert "Switch version from 0.1.0 to 1" | Simon Busch | 2012-01-26 | 1 | -1/+1 |
| | | | | This reverts commit 33d6751f451190418ba945aee6faff526d6f738d. | ||||
* | Merge branch 'morphis/forward' | Simon Busch | 2012-01-26 | 3 | -6/+197 |
|\ | |||||
| * | tools: forward: use modem_io structure to determine size of data we read | Simon Busch | 2012-01-24 | 1 | -1/+9 |
| | | | | | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | ||||
| * | tools: add first and untested version of a simple forward utility | Simon Busch | 2012-01-24 | 3 | -6/+189 |
| | | | | | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | ||||
* | | Switch version from 0.1.0 to 1 | Simon Busch | 2012-01-25 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | ||||
* | | Drop GITV from configure script; it's not needed | Simon Busch | 2012-01-25 | 1 | -7/+1 |
|/ | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | ||||
* | Modified handlers with common handlers data and device-specific functions | PaulK | 2012-01-14 | 6 | -18/+239 |
| | |||||
* | Fixed tests on various handlers-related functions | PaulK | 2012-01-08 | 1 | -3/+5 |
| | |||||
* | WIP: socket stuff for galaxy s | Igor Almeida | 2012-01-07 | 1 | -16/+51 |
| | | | | Change-Id: Ib5abdcfa65fbab43c064ca20d2eda97759f4067b | ||||
* | Start adding support for Samsung Galaxy S | Igor Almeida | 2012-01-07 | 6 | -0/+1115 |
| | | | | | | | | | | | Mostly copy/paste from crespo code, with minor additions. This is still incomplete, galaxysmtd_ipc.c has crespo_* functions which have not yet been touched. In tests, bootstrap code worked fine and FMT read loop entered cleanly after nv_data was sent. Change-Id: Id8908ffe3f3c58889f81fc4ab281ec024cecd5fa | ||||
* | Fixed SND define that prevented in-call volume change to work | PaulK | 2012-01-03 | 1 | -1/+1 |
| | |||||
* | Fixed Makefile.am for rfs.h | PaulK | 2011-12-31 | 1 | -0/+1 |
| | |||||
* | Removed remaining crespo_nv_data files | PaulK | 2011-12-31 | 2 | -397/+0 |
| | |||||
* | Moved nv_data functions and headers to rfs.c/rfs.h, plus some fixes | PaulK | 2011-12-31 | 6 | -14/+653 |
| | |||||
* | Added missing stdio.h on gen.c | PaulK | 2011-12-30 | 1 | -0/+1 |
| | |||||
* | Updated ipc_command_to_str and replaced sms.h tabs by spaces | PaulK | 2011-12-30 | 2 | -118/+127 |
| | |||||
* | Set negative rc for errors, plus cosmetics | PaulK | 2011-12-30 | 3 | -23/+17 |
| | |||||
* | Finished crespo RFS implementation and code cleanup | PaulK | 2011-12-30 | 3 | -37/+68 |
| | |||||
* | Added accuracy to crespo's struct ipc_gen_phone_res and added check function | PaulK | 2011-12-30 | 6 | -3/+48 |
| | |||||
* | Added RFS headers and RECV function for crespo | PaulK | 2011-12-25 | 6 | -24/+124 |
| | |||||
* | Removed non-existant functions prototypes. | PaulK | 2011-12-22 | 1 | -3/+0 |
| | |||||
* | vapi: correct binding of enumeration values | Simon Busch | 2011-12-19 | 1 | -5/+5 |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | ||||
* | vapi: bind new sound API for chaging audio volume | Simon Busch | 2011-12-15 | 1 | -0/+42 |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | ||||
* | Install missing header files snd.h and device/h1/sms.h too | Simon Busch | 2011-12-15 | 1 | -0/+2 |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | ||||
* | Use correct indentation | Simon Busch | 2011-12-15 | 1 | -2/+1 |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | ||||
* | Added SND defines and structures | PaulK | 2011-12-10 | 2 | -8/+52 |
| | |||||
* | Added DTMF support and corrected call structure | PaulK | 2011-12-07 | 3 | -4/+19 |
| | |||||
* | vapi: some minor corrections to support vala-0.14 | Simon Busch | 2011-11-25 | 1 | -1/+12 |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | ||||
* | vapi: some minor changes and implement method to retrieve single plmn entries | Simon Busch | 2011-11-23 | 1 | -5/+15 |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | ||||
* | Update .gitignore file | Simon Busch | 2011-11-23 | 1 | -0/+1 |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | ||||
* | vapi: bind SMS structures and methods | Simon Busch | 2011-11-23 | 4 | -0/+148 |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | ||||
* | vapi: bind additional misc functionality to retrieve serial number from baseband | Simon Busch | 2011-11-23 | 1 | -0/+16 |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | ||||
* | Added IPC_MISC_ME_SN types (it's not only for IMEI) and corrected structure | PaulK | 2011-11-22 | 2 | -2/+7 |
| |