Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Maemo: Commits

r19342 - in projects/haf/tags/ke-recv/3.19-10: debian src

 

 

Maemo commits RSS feed   Index | Next | Previous | View Threaded


subversion at stage

Sep 11, 2009, 6:06 AM

Post #1 of 1 (192 views)
Permalink
r19342 - in projects/haf/tags/ke-recv/3.19-10: debian src

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> 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

_______________________________________________
maemo-commits mailing list
maemo-commits [at] maemo
https://lists.maemo.org/mailman/listinfo/maemo-commits

Maemo commits RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.