aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Rename response types and export them together with request ones in the vapiSimon Busch2011-10-103-86/+105
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Rework API of this library to integrate better with other environments than ↵Simon Busch2011-10-1011-577/+565
| | | | | | | | | | | | | | | | | Android * send/recv is now done outside this library; the user has to provide callbacks for send and recv * it's now possible to create more than one ipc client as every ipc API method needs an object of type ipc_client (which is the context it operates in) * there are now two different client types for the crespo machine: RFS and FMT * disabled h1 client for now * removed power on/off functionality; should be done by another userland component with handling the correct sysfs nodes rather than dealing with ioctls for this. * updated vala interface description file to reflect API changes * various source code cleanups Signed-off-by: Simon Busch <morphis@gravedo.de>
* tools: modemctrl: implement bootstrap, power on/off commandsSimon Busch2011-10-081-51/+23
|
* tools: modemctrl: bootstrap the modem before using itSimon Busch2011-10-051-0/+2
|
* Add modemctrl utility to test functionality of samsung-ipcSimon Busch2011-10-034-0/+16
|
* Add openssl as dependencySimon Busch2011-10-032-0/+11
|
* Add additional method to set the file description for workSimon Busch2011-09-303-0/+10
|
* Several update regarding integration in other userland environements than ↵Simon Busch2011-09-2910-39/+193
| | | | | | | | | | android * add fd_get method to ipc_ops to retrieve the file descriptior responsible for modem requests/response * add bootstrap method to ipc_ops to separate modem bootstrap from modem opening * add first version of a vapi to be able to use samsung-ipc from vala * add missing pkg-config description file
* Use ipc ops in public API methodsSimon Busch2011-08-252-3/+36
|
* Export new API functions with library headersSimon Busch2011-08-251-0/+4
|
* Remove files which should not be hidden from .gitignoreSimon Busch2011-08-251-2/+0
|
* Name ipc code lines not visible for the public with private postfixSimon Busch2011-08-254-8/+5
|
* Implement generic interface for ipc APISimon Busch2011-08-254-37/+119
|
* Add .gitignore fileSimon Busch2011-08-251-0/+32
|
* Fix includes for new structure and add required third argument for open functionSimon Busch2011-08-243-12/+12
|
* Basic automake environment for building the librarySimon Busch2011-08-2412-0/+969
|
* Move all device specific source files into main source directorySimon Busch2011-08-247-0/+0
|
* Add missing source filesSimon Busch2011-08-247-0/+1407
|
* Move all source code into samsung-ipc directorySimon Busch2011-08-2411-1407/+0
|
* devices: add support for Nexus SPaulK2011-08-196-0/+1003
| | | | | | | | | | As for now, it features: * booting the modem * the ability to receive and send messages from/to the modem The messages received from the modem are in a known format and can be understood easilly, and it's also possible to send messages to the modem in that very same known format.
* ipc_msg_send: pass frame sequence number as mseq instead of aseqJoerie de Gram2011-08-182-4/+4
|
* test: check for null before attempting to free response data pointerJoerie de Gram2011-08-181-1/+3
|
* devices/h1: correct radio.h includeJoerie de Gram2011-08-181-1/+1
|
* devices: add support for Samsung H1Joerie de Gram2011-08-172-0/+177
|
* Massive cleanup & device specific frame handlingJoerie de Gram2011-08-1717-923/+425
| | | | | | - Introduced device specific frame handling - Removed all IPC command helper functions - General cleanup
* util: remove leftover android_rssi declarationJoerie de Gram2011-08-171-1/+1
|
* Rename library to libsamsung-ipcJoerie de Gram2011-08-1721-536/+536
|
* sec: improve PIN handlingJoerie de Gram2011-08-161-1/+24
|
* radio: add generic response group/typeJoerie de Gram2011-08-162-0/+11
|
* net: update net_registJoerie de Gram2011-08-162-5/+20
|
* add misc_me_version and misc_me_imsiJoerie de Gram2011-08-162-1/+20
|
* call: update call_list struct and definesJoerie de Gram2011-08-162-2/+6
|
* sec: add RSIM_ACCESS supportJoerie de Gram2011-08-163-0/+63
|
* net: add NET_REGISTJoerie de Gram2011-08-162-0/+6
|
* expose msm_send and add method to msm_request_infoJoerie de Gram2011-08-163-1/+4
|
* sec: update SEC_PIN_STATUS typesJoerie de Gram2011-07-281-1/+7
|
* radio: remove SEC_PIN_STATUS stub handlerJoerie de Gram2011-07-281-8/+0
|
* sec: add sim card typesJoerie de Gram2011-07-281-0/+4
|
* Cleanup, preliminary calling/sms supportJoerie de Gram2011-07-2816-202/+657
|
* radio: fix request_id typeJoerie de Gram2011-02-021-1/+1
|
* radio: add default rx callbackJoerie de Gram2011-02-021-0/+3
|
* radio: improve frame parsingJoerie de Gram2011-02-021-3/+4
|
* Initial commitJoerie de Gram2011-01-179-0/+1011