r1440 - in trunk/oe/packages/gsm: . files

mickey at sita.openmoko.org mickey at sita.openmoko.org
Tue Mar 20 15:57:19 CET 2007


Author: mickey
Date: 2007-03-20 15:57:18 +0100 (Tue, 20 Mar 2007)
New Revision: 1440

Modified:
   trunk/oe/packages/gsm/files/gsmd
   trunk/oe/packages/gsm/libgsmd_svn.bb
Log:
oe/gsm: add (temporary demo) hack to gsmd start script setting alsa handset mode


Modified: trunk/oe/packages/gsm/files/gsmd
===================================================================
--- trunk/oe/packages/gsm/files/gsmd	2007-03-20 14:54:23 UTC (rev 1439)
+++ trunk/oe/packages/gsm/files/gsmd	2007-03-20 14:57:18 UTC (rev 1440)
@@ -21,7 +21,10 @@
 start() {
 	# FIXME add check whether GSM_POW is set at all, otherwise don't try to power on
 	# FIXME remove Neo1973 specifics here and catch up with OE upstream, once we're stable
+	echo -n "Setting Neo1973 temporary demo specifics..."
 	dmesg -n1
+	alsactl -f /etc/alsa/gsmhandset.state restore 0
+	echo "done"
 	# Power on GSM device
 	if [ -e "${GSM_POW}" ]
 	then

Modified: trunk/oe/packages/gsm/libgsmd_svn.bb
===================================================================
--- trunk/oe/packages/gsm/libgsmd_svn.bb	2007-03-20 14:54:23 UTC (rev 1439)
+++ trunk/oe/packages/gsm/libgsmd_svn.bb	2007-03-20 14:57:18 UTC (rev 1440)
@@ -4,7 +4,7 @@
 SECTION = "libs/gsm"
 PROVIDES += "gsmd"
 PV = "0.0+svn${SRCDATE}"
-PR = "r7"
+PR = "r8"
 
 SRC_URI = "svn://svn.openmoko.org/trunk/src/target;module=gsm;proto=http \
            file://gsmd"





More information about the commitlog mailing list