[maemo-commits] [maemo-commits] r19342 - in projects/haf/tags/ke-recv/3.19-10: debian src

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri Sep 11 16:06:25 EEST 2009
Author: kihamala
Date: 2009-09-11 16:06:22 +0300 (Fri, 11 Sep 2009)
New Revision: 19342

Modified:
   projects/haf/tags/ke-recv/3.19-10/debian/changelog
   projects/haf/tags/ke-recv/3.19-10/src/osso-mmc-umount.sh
Log:
sleep hack


Modified: projects/haf/tags/ke-recv/3.19-10/debian/changelog
===================================================================
--- projects/haf/tags/ke-recv/3.19-10/debian/changelog	2009-09-11 12:59:35 UTC (rev 19341)
+++ projects/haf/tags/ke-recv/3.19-10/debian/changelog	2009-09-11 13:06:22 UTC (rev 19342)
@@ -1,3 +1,10 @@
+ke-recv (3.19-10) unstable; urgency=low
+
+  * Fixes: NB#137197 - Not able to enable Mass storage when no other
+    applications are running
+
+ -- Kimmo Hämäläinen <kimmo.hamalainen at nokia.com>  Fri, 11 Sep 2009 15:59:16 +0300
+
 ke-recv (3.19-9) unstable; urgency=low
 
   * Add usb_phonet_mode flag file for fixing NB#134836.

Modified: projects/haf/tags/ke-recv/3.19-10/src/osso-mmc-umount.sh
===================================================================
--- projects/haf/tags/ke-recv/3.19-10/src/osso-mmc-umount.sh	2009-09-11 12:59:35 UTC (rev 19341)
+++ projects/haf/tags/ke-recv/3.19-10/src/osso-mmc-umount.sh	2009-09-11 13:06:22 UTC (rev 19342)
@@ -45,6 +45,11 @@
     fi
   elif [ $RC != 0 ]; then
     # old-fashioned unmounting if mmc-unmount failed
+
+    # give processes (such as hildon-thumbnailer) some time to close files
+    # after the GVFS pre-unmount signal
+    sleep 1
+
     umount $MP 2> /dev/null
     RC=$?
     if [ $RC != 0 -a -x /usr/bin/lsof ]; then

More information about the maemo-commits mailing list