summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Gevaerts <frank@gevaerts.be>2008-12-21 16:30:09 +0000
committerFrank Gevaerts <frank@gevaerts.be>2008-12-21 16:30:09 +0000
commitc88cd20ab2a675a3135fbf588225b257cd651084 (patch)
tree7f71247b2fc198da91ddfc9d270b272b0c9be287
parent54c1c770cba3118a4f6c3a783eafcd8b5a3f62a1 (diff)
downloadrockbox-c88cd20ab2a675a3135fbf588225b257cd651084.tar.gz
rockbox-c88cd20ab2a675a3135fbf588225b257cd651084.zip
merge 19488 back from the 3.1 branch
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19538 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/plugins/SOURCES5
-rw-r--r--firmware/export/config-clip.h6
-rw-r--r--firmware/export/config-cowond2.h2
-rw-r--r--firmware/target/arm/as3525/ata_sd_as3525.c4
-rw-r--r--manual/getting_started/ipod_install.tex5
5 files changed, 14 insertions, 8 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index 5577d632ea..e47f149618 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -1,3 +1,4 @@
1test_codec.c
1/* plugins common to all models */ 2/* plugins common to all models */
2battery_bench.c 3battery_bench.c
3chessclock.c 4chessclock.c
@@ -152,3 +153,7 @@ superdom.c
152#endif /* m:robe 500 */ 153#endif /* m:robe 500 */
153 154
154md5sum.c 155md5sum.c
156
157#ifdef GIGABEAT_F
158gigabeat_flash.c
159#endif
diff --git a/firmware/export/config-clip.h b/firmware/export/config-clip.h
index 0a6164fbb6..40630bb75a 100644
--- a/firmware/export/config-clip.h
+++ b/firmware/export/config-clip.h
@@ -34,13 +34,13 @@
34#define HAVE_BUTTON_LIGHT 34#define HAVE_BUTTON_LIGHT
35 35
36/* define this if you have access to the quickscreen */ 36/* define this if you have access to the quickscreen */
37#define HAVE_QUICKSCREEN 37//#define HAVE_QUICKSCREEN
38 38
39/* define this if you have access to the pitchscreen */ 39/* define this if you have access to the pitchscreen */
40#define HAVE_PITCHSCREEN 40//#define HAVE_PITCHSCREEN
41 41
42/* define this if you would like tagcache to build on this target */ 42/* define this if you would like tagcache to build on this target */
43#define HAVE_TAGCACHE 43//#define HAVE_TAGCACHE
44 44
45/* LCD dimensions */ 45/* LCD dimensions */
46#define LCD_WIDTH 128 46#define LCD_WIDTH 128
diff --git a/firmware/export/config-cowond2.h b/firmware/export/config-cowond2.h
index edeb834ef7..9f825bb77b 100644
--- a/firmware/export/config-cowond2.h
+++ b/firmware/export/config-cowond2.h
@@ -8,7 +8,7 @@
8 8
9#define MODEL_NAME "Cowon D2" 9#define MODEL_NAME "Cowon D2"
10 10
11#if 0 11#if 1
12#define HAVE_USBSTACK 12#define HAVE_USBSTACK
13#define USE_ROCKBOX_USB 13#define USE_ROCKBOX_USB
14#define USB_VENDOR_ID 0x0e21 14#define USB_VENDOR_ID 0x0e21
diff --git a/firmware/target/arm/as3525/ata_sd_as3525.c b/firmware/target/arm/as3525/ata_sd_as3525.c
index f71de7fdc0..1152448f97 100644
--- a/firmware/target/arm/as3525/ata_sd_as3525.c
+++ b/firmware/target/arm/as3525/ata_sd_as3525.c
@@ -601,10 +601,10 @@ static int sd_transfer_sectors(IF_MV2(int drive,) unsigned long start,
601 601
602 if (card_info[drive].initialized <= 0) 602 if (card_info[drive].initialized <= 0)
603 { 603 {
604 sd_init_card(drive); 604 int ret = sd_init_card(drive);
605 if (!(card_info[drive].initialized)) 605 if (!(card_info[drive].initialized))
606 { 606 {
607 panicf("card not initialised"); 607 panicf("card not initialised %d",ret);
608 goto sd_transfer_error; 608 goto sd_transfer_error;
609 } 609 }
610 } 610 }
diff --git a/manual/getting_started/ipod_install.tex b/manual/getting_started/ipod_install.tex
index 06bcbe8ea4..f53263b9ab 100644
--- a/manual/getting_started/ipod_install.tex
+++ b/manual/getting_started/ipod_install.tex
@@ -1,6 +1,6 @@
1% $Id$ % 1% $Id$ %
2 2
3\opt{ipodnano}{\warn{If your Nano has a stainless steel back and plastic front 3\opt{ipodnano}{\warn{If your Nano has a stainless steel back and plastic front,
4it is a 1st generation and is compatible with Rockbox. If, on the other hand, 4it is a 1st generation and is compatible with Rockbox. If, on the other hand,
5your Nano has a one-piece aluminum body it is a 2nd generation Nano and there 5your Nano has a one-piece aluminum body it is a 2nd generation Nano and there
6is currently no Rockbox port available. Do not attempt to install the 6is currently no Rockbox port available. Do not attempt to install the
@@ -76,6 +76,7 @@ be certain that you do indeed have a supported iPod model. If you do, run
76ipodpatcher once more and try again. If you don't, then do not attempt to 76ipodpatcher once more and try again. If you don't, then do not attempt to
77install again.} 77install again.}
78 78
79
79\item Your \dap{} will now automatically reconnect itself to your Mac. 80\item Your \dap{} will now automatically reconnect itself to your Mac.
80Wait for it to connect, and then eject and unplug it in the normal way. 81Wait for it to connect, and then eject and unplug it in the normal way.
81\note{You should unplug your ipod immediately after ejecting it to 82\note{You should unplug your ipod immediately after ejecting it to
@@ -113,7 +114,7 @@ steps will assume you have saved it in your home directory.
113sufficient permission to perform raw disk access to your \dap{}.} 114sufficient permission to perform raw disk access to your \dap{}.}
114 115
115\item If all has gone well, you should see some information displayed about 116\item If all has gone well, you should see some information displayed about
116your ipod and a message asking you if you wish to install the Rockbox 117your \dap{} and a message asking you if you wish to install the Rockbox
117bootloader. Press i followed by ENTER, and ipodpatcher will now install the 118bootloader. Press i followed by ENTER, and ipodpatcher will now install the
118bootloader. After a short time you should see the message ``[INFO] Bootloader 119bootloader. After a short time you should see the message ``[INFO] Bootloader
119installed successfully.'' Press ENTER again to exit ipodpatcher. 120installed successfully.'' Press ENTER again to exit ipodpatcher.