[maemo-commits] [maemo-commits] r16341 - in projects/haf/trunk/ke-recv: debian src
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Fri Oct 3 16:31:49 EEST 2008
- Previous message: [maemo-commits] r16340 - projects/haf/trunk/ke-recv/src
- Next message: [maemo-commits] r16342 - projects/haf/tags/ke-recv
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: kihamala Date: 2008-10-03 16:31:49 +0300 (Fri, 03 Oct 2008) New Revision: 16341 Modified: projects/haf/trunk/ke-recv/debian/changelog projects/haf/trunk/ke-recv/src/mmc-format.c Log: changed formatting option Modified: projects/haf/trunk/ke-recv/debian/changelog =================================================================== --- projects/haf/trunk/ke-recv/debian/changelog 2008-10-03 13:19:35 UTC (rev 16340) +++ projects/haf/trunk/ke-recv/debian/changelog 2008-10-03 13:31:49 UTC (rev 16341) @@ -1,4 +1,4 @@ -ke-recv (3.1-1~unreleased) unstable; urgency=low +ke-recv (3.1-1) unstable; urgency=low * Add noatime and nodiratime mount options. * Now that HAL is fixed, re-enable slot_name and cover detection code. @@ -7,6 +7,8 @@ * Removed unused D-Bus service file. Fixes: NB#87149 * Removed dependency to libosso-filemanager-interface. Fixes: NB#87254 * Assume that hildon-desktop is always running to allow automounting. + Fixes: NB#88468 + * Using "-R 38" for formatting. -- Kimmo Hämäläinen <kimmo.hamalainen at nokia.com> Fri, 03 Oct 2008 12:35:43 +0300 Modified: projects/haf/trunk/ke-recv/src/mmc-format.c =================================================================== --- projects/haf/trunk/ke-recv/src/mmc-format.c 2008-10-03 13:19:35 UTC (rev 16340) +++ projects/haf/trunk/ke-recv/src/mmc-format.c 2008-10-03 13:31:49 UTC (rev 16341) @@ -160,7 +160,7 @@ int fd, blk_sz, ret; char blk_sz_buf[10], mmc_dev_file_with_part[100]; const char* args[] = {MMC_FORMAT_COMMAND, NULL, "-n", NULL, - "-S", NULL, "-F", "32", NULL}; + "-S", NULL, "-F", "32", "-R", "38", NULL}; ULOG_DEBUG_F("entered");
- Previous message: [maemo-commits] r16340 - projects/haf/trunk/ke-recv/src
- Next message: [maemo-commits] r16342 - projects/haf/tags/ke-recv
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]