From 76b30e1ea976c20e7c73916a3eb4ca7566436d32 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 10 Sep 2007 11:59:04 +0000 Subject: libgsmd: add stub for Motorola EZX platforms, tested, but does nothing yet: [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 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'packages/gsm/files/default') diff --git a/packages/gsm/files/default b/packages/gsm/files/default index 3c164e8be6..95e8b139a5 100644 --- a/packages/gsm/files/default +++ b/packages/gsm/files/default @@ -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 -- cgit v1.2.3