[maemo-commits] [maemo-commits] r14967 - in projects/haf/trunk/osso-app-killer: debian src

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri Dec 14 13:52:09 EET 2007
Author: kihamala
Date: 2007-12-14 13:52:01 +0200 (Fri, 14 Dec 2007)
New Revision: 14967

Modified:
   projects/haf/trunk/osso-app-killer/debian/changelog
   projects/haf/trunk/osso-app-killer/src/osso-app-killer-cud.sh
Log:
added RX-48


Modified: projects/haf/trunk/osso-app-killer/debian/changelog
===================================================================
--- projects/haf/trunk/osso-app-killer/debian/changelog	2007-12-14 10:02:25 UTC (rev 14966)
+++ projects/haf/trunk/osso-app-killer/debian/changelog	2007-12-14 11:52:01 UTC (rev 14967)
@@ -1,3 +1,9 @@
+osso-app-killer (1.19-1~unreleased) unstable; urgency=low
+
+  * Added 'RX-48' to the HW-specific part of CUD. Fixes: NB#78472
+
+ -- Kimmo Hämäläinen <kimmo.hamalainen at nokia.com>  Fri, 14 Dec 2007 13:35:02 +0200
+
 osso-app-killer (1.18-1) unstable; urgency=low
 
   * Added rotating animation for CUD when the internal card is cleared.

Modified: projects/haf/trunk/osso-app-killer/src/osso-app-killer-cud.sh
===================================================================
--- projects/haf/trunk/osso-app-killer/src/osso-app-killer-cud.sh	2007-12-14 10:02:25 UTC (rev 14966)
+++ projects/haf/trunk/osso-app-killer/src/osso-app-killer-cud.sh	2007-12-14 11:52:01 UTC (rev 14967)
@@ -61,7 +61,7 @@
   # possibly clear memory card
   if [ -x /usr/bin/osso-product-info ]; then
     HW=`/usr/bin/osso-product-info -qOSSO_PRODUCT_HARDWARE`
-    if [ "$HW" = 'RX-44' ]; then
+    if [ "$HW" = 'RX-44' -o "$HW" = 'RX-48' ]; then
       /usr/sbin/osso-clean-mmc.sh
     fi
   fi


More information about the maemo-commits mailing list