Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Rename response types and export them together with request ones in the vapi | Simon Busch | 2011-10-10 | 3 | -86/+105 | |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | |||||
* | Rework API of this library to integrate better with other environments than ↵ | Simon Busch | 2011-10-10 | 11 | -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 commands | Simon Busch | 2011-10-08 | 1 | -51/+23 | |
| | ||||||
* | tools: modemctrl: bootstrap the modem before using it | Simon Busch | 2011-10-05 | 1 | -0/+2 | |
| | ||||||
* | Add modemctrl utility to test functionality of samsung-ipc | Simon Busch | 2011-10-03 | 4 | -0/+16 | |
| | ||||||
* | Add openssl as dependency | Simon Busch | 2011-10-03 | 2 | -0/+11 | |
| | ||||||
* | Add additional method to set the file description for work | Simon Busch | 2011-09-30 | 3 | -0/+10 | |
| | ||||||
* | Several update regarding integration in other userland environements than ↵ | Simon Busch | 2011-09-29 | 10 | -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 methods | Simon Busch | 2011-08-25 | 2 | -3/+36 | |
| | ||||||
* | Export new API functions with library headers | Simon Busch | 2011-08-25 | 1 | -0/+4 | |
| | ||||||
* | Remove files which should not be hidden from .gitignore | Simon Busch | 2011-08-25 | 1 | -2/+0 | |
| | ||||||
* | Name ipc code lines not visible for the public with private postfix | Simon Busch | 2011-08-25 | 4 | -8/+5 | |
| | ||||||
* | Implement generic interface for ipc API | Simon Busch | 2011-08-25 | 4 | -37/+119 | |
| | ||||||
* | Add .gitignore file | Simon Busch | 2011-08-25 | 1 | -0/+32 | |
| | ||||||
* | Fix includes for new structure and add required third argument for open function | Simon Busch | 2011-08-24 | 3 | -12/+12 | |
| | ||||||
* | Basic automake environment for building the library | Simon Busch | 2011-08-24 | 12 | -0/+969 | |
| | ||||||
* | Move all device specific source files into main source directory | Simon Busch | 2011-08-24 | 7 | -0/+0 | |
| | ||||||
* | Add missing source files | Simon Busch | 2011-08-24 | 7 | -0/+1407 | |
| | ||||||
* | Move all source code into samsung-ipc directory | Simon Busch | 2011-08-24 | 11 | -1407/+0 | |
| | ||||||
* | devices: add support for Nexus S | PaulK | 2011-08-19 | 6 | -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 aseq | Joerie de Gram | 2011-08-18 | 2 | -4/+4 | |
| | ||||||
* | test: check for null before attempting to free response data pointer | Joerie de Gram | 2011-08-18 | 1 | -1/+3 | |
| | ||||||
* | devices/h1: correct radio.h include | Joerie de Gram | 2011-08-18 | 1 | -1/+1 | |
| | ||||||
* | devices: add support for Samsung H1 | Joerie de Gram | 2011-08-17 | 2 | -0/+177 | |
| | ||||||
* | Massive cleanup & device specific frame handling | Joerie de Gram | 2011-08-17 | 17 | -923/+425 | |
| | | | | | | - Introduced device specific frame handling - Removed all IPC command helper functions - General cleanup | |||||
* | util: remove leftover android_rssi declaration | Joerie de Gram | 2011-08-17 | 1 | -1/+1 | |
| | ||||||
* | Rename library to libsamsung-ipc | Joerie de Gram | 2011-08-17 | 21 | -536/+536 | |
| | ||||||
* | sec: improve PIN handling | Joerie de Gram | 2011-08-16 | 1 | -1/+24 | |
| | ||||||
* | radio: add generic response group/type | Joerie de Gram | 2011-08-16 | 2 | -0/+11 | |
| | ||||||
* | net: update net_regist | Joerie de Gram | 2011-08-16 | 2 | -5/+20 | |
| | ||||||
* | add misc_me_version and misc_me_imsi | Joerie de Gram | 2011-08-16 | 2 | -1/+20 | |
| | ||||||
* | call: update call_list struct and defines | Joerie de Gram | 2011-08-16 | 2 | -2/+6 | |
| | ||||||
* | sec: add RSIM_ACCESS support | Joerie de Gram | 2011-08-16 | 3 | -0/+63 | |
| | ||||||
* | net: add NET_REGIST | Joerie de Gram | 2011-08-16 | 2 | -0/+6 | |
| | ||||||
* | expose msm_send and add method to msm_request_info | Joerie de Gram | 2011-08-16 | 3 | -1/+4 | |
| | ||||||
* | sec: update SEC_PIN_STATUS types | Joerie de Gram | 2011-07-28 | 1 | -1/+7 | |
| | ||||||
* | radio: remove SEC_PIN_STATUS stub handler | Joerie de Gram | 2011-07-28 | 1 | -8/+0 | |
| | ||||||
* | sec: add sim card types | Joerie de Gram | 2011-07-28 | 1 | -0/+4 | |
| | ||||||
* | Cleanup, preliminary calling/sms support | Joerie de Gram | 2011-07-28 | 16 | -202/+657 | |
| | ||||||
* | radio: fix request_id type | Joerie de Gram | 2011-02-02 | 1 | -1/+1 | |
| | ||||||
* | radio: add default rx callback | Joerie de Gram | 2011-02-02 | 1 | -0/+3 | |
| | ||||||
* | radio: improve frame parsing | Joerie de Gram | 2011-02-02 | 1 | -3/+4 | |
| | ||||||
* | Initial commit | Joerie de Gram | 2011-01-17 | 9 | -0/+1011 | |