libgsmd: add stub for Motorola EZX platforms, tested, but does nothing yet:
authorKoen Kooi <koen@openembedded.org>
Mon, 10 Sep 2007 11:59:04 +0000 (11:59 +0000)
committerKoen Kooi <koen@openembedded.org>
Mon, 10 Sep 2007 11:59:04 +0000 (11:59 +0000)
[13:52] koen: stefan_schmidt: I read http://wiki.openezx.org/Mux_cli
[13:52] stefan_schmidt: koen: Should be point to start with.
[13:52] stefan_schmidt: koen: I can't remember what services ends on which mux devices
[13:52] stefan_schmidt: koen: Could be tricky if you have to connect to two different ones.
[13:52] koen: yeah
[13:53] stefan_schmidt: koen: That would bring us back to the unfinished mux support in gsmd/kernel

packages/gsm/files/default
packages/gsm/libgsmd_svn.bb

index 3c164e8..95e8b13 100644 (file)
@@ -29,6 +29,10 @@ case `cpuinfo_id` in
                GSMD_OPTS="-s 460800 -F -w 1"
                GSM_DEV="/dev/ttyS0"
                ;;
+        "Motorola Ezx Platform")
+                GSMD_OPTS="-s 115200 -F"
+                GSM_DEV="/dev/mux1"
+                ;;
        *)
                # Unknown board
 
index 8044b94..c78bd40 100644 (file)
@@ -4,7 +4,7 @@ LICENSE = "GPL LGPL"
 SECTION = "libs/gsm"
 PROVIDES += "gsmd"
 PV = "0.1+svnr${SRCREV}"
-PR = "r23"
+PR = "r24"
 
 SRC_URI = "svn://svn.openmoko.org/trunk/src/target;module=gsm;proto=http \
            file://gsmd \