[maemo-commits] [maemo-commits] r15145 - projects/connectivity/bluez-utils-debian/trunk

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Feb 6 15:35:40 EET 2008
Author: jh
Date: 2008-02-06 15:35:40 +0200 (Wed, 06 Feb 2008)
New Revision: 15145

Modified:
   projects/connectivity/bluez-utils-debian/trunk/bluez-utils.init
   projects/connectivity/bluez-utils-debian/trunk/changelog
Log:
Call SetMode("off") during first boot on RX-48 HW

Modified: projects/connectivity/bluez-utils-debian/trunk/bluez-utils.init
===================================================================
--- projects/connectivity/bluez-utils-debian/trunk/bluez-utils.init	2008-02-06 12:21:12 UTC (rev 15144)
+++ projects/connectivity/bluez-utils-debian/trunk/bluez-utils.init	2008-02-06 13:35:40 UTC (rev 15145)
@@ -31,6 +31,10 @@
 				sed -i -e 's/^Autostart=true/Autostart=false/' /etc/bluetooth/audio.service
 				dbus-send --dest=org.bluez --system --print-reply $AUDIO_PATH org.bluez.Service.Stop 2> /dev/null
 			fi
+
+			if [ "$HW" = "RX-48" ]; then
+				dbus-send --dest=org.bluez --system /org/bluez/hci0 org.bluez.Adapter.SetMode string:off 2> /dev/null
+			fi
 		fi
 	else
 	    echo -n "Starting $DESC:"

Modified: projects/connectivity/bluez-utils-debian/trunk/changelog
===================================================================
--- projects/connectivity/bluez-utils-debian/trunk/changelog	2008-02-06 12:21:12 UTC (rev 15144)
+++ projects/connectivity/bluez-utils-debian/trunk/changelog	2008-02-06 13:35:40 UTC (rev 15145)
@@ -1,3 +1,9 @@
+bluez-utils (3.25-0osso3) unstable; urgency=low
+
+  * Call SetMode("off") during first boot on RX-48 HW. Fixes: NB#80148 
+
+ -- Johan Hedberg <johan.hedberg at nokia.com>  Wed,  6 Feb 2008 09:42:54 +0000
+
 bluez-utils (3.25-0osso2) unstable; urgency=low
 
   * Remove optional thumb compiling as it conflicts with the recent SBC arm


More information about the maemo-commits mailing list