Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tools: use ${top_builddir} rather than ${top_srcdir} | Simon Busch | 2012-03-23 | 1 | -2/+2 |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | ||||
* | Fixed modemctrl for sec header changes | PaulK | 2012-02-24 | 1 | -2/+2 |
| | |||||
* | Adjust for recent changes to device creation structure | Simon Busch | 2012-02-03 | 1 | -2/+0 |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | ||||
* | Rework IPC client creation to detect device automatically on startup | Simon Busch | 2012-02-03 | 1 | -24/+25 |
| | | | | 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 | 1 | -28/+45 |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | ||||
* | Adjust to get everything compiling with autotools again | Simon Busch | 2012-01-28 | 1 | -7/+1 |
| | | | | 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> | ||||
* | 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 | 2 | -6/+188 |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | ||||
* | Modified handlers with common handlers data and device-specific functions | PaulK | 2012-01-14 | 1 | -1/+3 |
| | |||||
* | Set negative rc for errors, plus cosmetics | PaulK | 2011-12-30 | 1 | -2/+2 |
| | |||||
* | Rewritten modemctrl to provide an usable test binary | PaulK | 2011-11-07 | 1 | -130/+256 |
| | |||||
* | Fixed Makefile.am on tools/ (added defines while building) | PaulK | 2011-11-01 | 1 | -1/+9 |
| | |||||
* | Implemented minimal ipc upper-layer in modemctrl, with auto call functions | PaulK | 2011-10-31 | 1 | -40/+300 |
| | |||||
* | Comment some not compiling code in modemctrl tool | Simon Busch | 2011-10-30 | 1 | -0/+3 |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | ||||
* | Fix several places in code for latest infrastructure changes | Simon Busch | 2011-10-29 | 1 | -3/+2 |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | ||||
* | split devices, require compile-time device selection | Joerie de Gram | 2011-10-28 | 1 | -3/+3 |
| | |||||
* | added handlers support and default handlers for crespo. | PaulK | 2011-10-28 | 1 | -6/+125 |
| | |||||
* | Rework API of this library to integrate better with other environments than ↵ | Simon Busch | 2011-10-10 | 1 | -31/+22 |
| | | | | | | | | | | | | | | | | | 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 | 2 | -0/+103 |