[pkg-fso-commits] [SCM] GSM user space multiplexer branch, master, updated. 0.9.2.2-9-gabcbcd7

Michael 'Mickey' Lauer mickey at vanille-media.de
Tue Jan 27 18:36:31 UTC 2009


The following commit has been merged in the master branch:
commit abcbcd7cc532a8834906de3fc24c8f8fe7643cd4
Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Sat Jan 24 01:25:30 2009 +0100

    bump version number, add some docs to README, and update TODO

diff --git a/README b/README
index 4c54789..a62708e 100644
--- a/README
+++ b/README
@@ -1,15 +1,23 @@
+NOTE: This is the FSO branch of pyneo's gsm0710muxd. FSO
+branched around version 0.9.1 in order to no have to change
+dbus interfaces and power handling in ogsmd.
+
+It is planned to merge with upstream after 1.0, although
+they have slightly different goals.
+
 This is a user space multiplexer for GSM according to the
-GSM 07.10 specification. Right now it contains some hardcoded
+GSM 07.10 specification. Although it contains some hardcoded
 paths for the Openmoko Neo devices, it should work with all
 kinds of modems that understand the +CMUX operation mode.
 
 Please send patches to smartphones-standards at lists.linuxtogo.org
 
-See src/gsm0710muxd.c for how to use it.
+gsm0710muxd has dbus system bus activation support, API docs
+are at http://docs.freesmartphone.org -> org.freesmartphone.GSM.MUX
 
-Although gsm0710muxd has dbus system bus activation support, for now
-you need to start it manually because it expects the -x parameter
-(path to GSM power and reset sysfs nodes). 
+NOTE: This is the FSO branch of pyneo's gsm0710muxd. Upstream
+continued to develop gsm0710muxd elsewhere. We're planning
+to merge with upstream again at some point of time.
 
 :M:
 
diff --git a/TODO b/TODO
index 32b1b57..3ca1254 100644
--- a/TODO
+++ b/TODO
@@ -1,9 +1,10 @@
+0.9.7:
+* do not mess with power -- leave that to others
+
 0.9.8:
-* make power cycle on startup and power-off on shutdown optional
 * document or fix virtual channel behaviour (state is preserved)
 
 0.9.9:
-* Remove VC-not-getting-opened workaround and solve problem
 * Don't assume the modem is in AT mode, make seamless MUX-restart possible
 
 1.0:
@@ -17,8 +18,6 @@
 Quitting(signal), GetNumberOfChannels(i)
 * Automatic device detection and/or device plugins?
 * More support for working around different modems' problems
-* Maintain device database for maximum numbers of allowed channels
 
 1.2:
 * make dbus API support optional (./configure --disable-dbus --static-devices=4)
-
diff --git a/configure.ac b/configure.ac
index 1b9602e..81b6059 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 AC_PREREQ(2.53)
 AC_INIT()
 
-AM_INIT_AUTOMAKE(gsm0710muxd, 0.9.3)
+AM_INIT_AUTOMAKE(gsm0710muxd, 0.9.3.1)
 AM_CONFIG_HEADER(config.h)
 
 AM_MAINTAINER_MODE

-- 
GSM user space multiplexer



More information about the pkg-fso-commits mailing list