[maemo-commits] [maemo-commits] r18123 - in projects/haf/trunk/ke-recv: debian src

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue Apr 21 15:11:08 EEST 2009
Author: kihamala
Date: 2009-04-21 15:11:03 +0300 (Tue, 21 Apr 2009)
New Revision: 18123

Modified:
   projects/haf/trunk/ke-recv/debian/changelog
   projects/haf/trunk/ke-recv/src/events.c
Log:
fix a bug


Modified: projects/haf/trunk/ke-recv/debian/changelog
===================================================================
--- projects/haf/trunk/ke-recv/debian/changelog	2009-04-21 11:02:15 UTC (rev 18122)
+++ projects/haf/trunk/ke-recv/debian/changelog	2009-04-21 12:11:03 UTC (rev 18123)
@@ -1,3 +1,10 @@
+ke-recv (3.15-1~unreleased) unstable; urgency=low
+
+  * Fixes: NB#111920 - Do not mount volumes when the cover is closed, but wait
+    for the volume added event.
+
+ -- Kimmo Hämäläinen <kimmo.hamalainen at nokia.com>  Tue, 21 Apr 2009 10:47:56 +0300
+
 ke-recv (3.14-1) unstable; urgency=low
 
   * Added dependencies to various l10n packages whose translations are used.

Modified: projects/haf/trunk/ke-recv/src/events.c
===================================================================
--- projects/haf/trunk/ke-recv/src/events.c	2009-04-21 11:02:15 UTC (rev 18122)
+++ projects/haf/trunk/ke-recv/src/events.c	2009-04-21 12:11:03 UTC (rev 18123)
@@ -1087,6 +1087,7 @@
                             && !device_locked) {
                                 ret = usb_share_card(mmc, TRUE);
                         } else {
+#if 0 /* cannot mount here anymore after kernel changes in Fremantle */
                                 init_mmc_volumes(mmc);
                                 update_mmc_label(mmc);
                                 if (mount_volumes(mmc, TRUE)) {
@@ -1098,6 +1099,7 @@
                                         }
                                                 */
                                 }
+#endif
                         }
                         mmc->state = S_COVER_CLOSED;
                         break;


More information about the maemo-commits mailing list