aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Adjust to get everything compiling with autotools againSimon Busch2012-01-285-27/+12
* 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
* 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
* Bump required openssl version 1.0.0eSimon Busch2012-01-271-1/+1
* gprs: adjust setup method so we can deactivate a gprs context nowSimon Busch2012-01-273-9/+16
* modemctrl: add command to bootstrap modem onlySimon Busch2012-01-271-0/+4
* Revert "Switch version from 0.1.0 to 1"Simon Busch2012-01-261-1/+1
* Merge branch 'morphis/forward'Simon Busch2012-01-263-6/+197
|\
| * tools: forward: use modem_io structure to determine size of data we readSimon Busch2012-01-241-1/+9
| * tools: add first and untested version of a simple forward utilitySimon Busch2012-01-243-6/+189
* | Switch version from 0.1.0 to 1Simon Busch2012-01-251-1/+1
* | Drop GITV from configure script; it's not neededSimon Busch2012-01-251-7/+1
|/
* Modified handlers with common handlers data and device-specific functionsPaulK2012-01-146-18/+239
* Fixed tests on various handlers-related functionsPaulK2012-01-081-3/+5
* WIP: socket stuff for galaxy sIgor Almeida2012-01-071-16/+51
* Start adding support for Samsung Galaxy SIgor Almeida2012-01-076-0/+1115
* Fixed SND define that prevented in-call volume change to workPaulK2012-01-031-1/+1
* Fixed Makefile.am for rfs.hPaulK2011-12-311-0/+1
* Removed remaining crespo_nv_data filesPaulK2011-12-312-397/+0
* Moved nv_data functions and headers to rfs.c/rfs.h, plus some fixesPaulK2011-12-316-14/+653
* Added missing stdio.h on gen.cPaulK2011-12-301-0/+1
* Updated ipc_command_to_str and replaced sms.h tabs by spacesPaulK2011-12-302-118/+127
* Set negative rc for errors, plus cosmeticsPaulK2011-12-303-23/+17
* Finished crespo RFS implementation and code cleanupPaulK2011-12-303-37/+68
* Added accuracy to crespo's struct ipc_gen_phone_res and added check functionPaulK2011-12-306-3/+48
* Added RFS headers and RECV function for crespoPaulK2011-12-256-24/+124
* Removed non-existant functions prototypes.PaulK2011-12-221-3/+0
* vapi: correct binding of enumeration valuesSimon Busch2011-12-191-5/+5
* vapi: bind new sound API for chaging audio volumeSimon Busch2011-12-151-0/+42
* Install missing header files snd.h and device/h1/sms.h tooSimon Busch2011-12-151-0/+2
* Use correct indentationSimon Busch2011-12-151-2/+1
* Added SND defines and structuresPaulK2011-12-102-8/+52
* Added DTMF support and corrected call structurePaulK2011-12-073-4/+19
* vapi: some minor corrections to support vala-0.14Simon Busch2011-11-251-1/+12
* vapi: some minor changes and implement method to retrieve single plmn entriesSimon Busch2011-11-231-5/+15
* Update .gitignore fileSimon Busch2011-11-231-0/+1
* vapi: bind SMS structures and methodsSimon Busch2011-11-234-0/+148
* vapi: bind additional misc functionality to retrieve serial number from basebandSimon Busch2011-11-231-0/+16
* Added IPC_MISC_ME_SN types (it's not only for IMEI) and corrected structurePaulK2011-11-222-2/+7
* Corrected wake_lock in crespoPaulK2011-11-211-7/+9
* misc: add misc_me_sn structJoerie de Gram2011-11-212-0/+11
* Corrected/splitted NET/SMS/PWR headers for crespo and added french PLMN dataPaulK2011-11-216-16/+100
* vapi: add missing sound message typesSimon Busch2011-11-201-0/+5
* Split ipc_call_list_entry message structure for h1 and crespo deviceSimon Busch2011-11-183-10/+22
* Add state values as defines for ipc_call_list_entry messageSimon Busch2011-11-182-2/+20
* Fix missing iteration in method ipc_call_list_response_get_entry with num = 0Simon Busch2011-11-151-1/+1