From 743ede5407a6e8b8baeb9c5b10cfc80d428ae847 Mon Sep 17 00:00:00 2001 From: Simon Busch Date: Sun, 9 Oct 2011 18:43:28 +0200 Subject: Rework API of this library to integrate better with other environments than 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 --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index d50ccca..f87616a 100644 --- a/.gitignore +++ b/.gitignore @@ -27,4 +27,4 @@ stamp-h1 *.pc build core - +modemctrl -- cgit v1.1