aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Some minor changes to get method ipc_call_outgoing_setup working correctlySimon Busch2011-11-141-1/+7
* vapi: fix naming of ipc_call_outgoging_setup methodSimon Busch2011-11-131-0/+1
* Rewritten modemctrl to provide an usable test binaryPaulK2011-11-071-130/+256
* Switched utility functions to ipc_utils (for client-side logging)PaulK2011-11-077-171/+174
* Switched crespo's nv_data functions to the client log handler instead of printfPaulK2011-11-063-51/+53
* Add missing $ for use of variable $OPENSSL_REQUIRED in configure.ac fileSimon Busch2011-11-061-1/+1
* Added per-device call.h to the include/ Makefile.amPaulK2011-11-011-0/+2
* Fixed Makefile.am on tools/ (added defines while building)PaulK2011-11-011-1/+9
* Split call headers and added some SND definesPaulK2011-11-014-8/+25
* Implemented minimal ipc upper-layer in modemctrl, with auto call functionsPaulK2011-10-312-45/+335