diff options
author | Michael Sevakis <jethead71@rockbox.org> | 2011-01-15 08:19:30 +0000 |
---|---|---|
committer | Michael Sevakis <jethead71@rockbox.org> | 2011-01-15 08:19:30 +0000 |
commit | 3a1127785b9f29e526b2ab845efe0a313699c459 (patch) | |
tree | c16f2071dcdd1f1388b0216643a8f4a979023b9f /firmware/export/config/gogearsa9200.h | |
parent | 53db95417dc919a50e55b6f6b1f9852e1bdf8816 (diff) | |
download | rockbox-3a1127785b9f29e526b2ab845efe0a313699c459.tar.gz rockbox-3a1127785b9f29e526b2ab845efe0a313699c459.tar.bz2 rockbox-3a1127785b9f29e526b2ab845efe0a313699c459.zip |
Bootloader USB mode for PP502x. Enable only on GoGear SA9200 for the time being. Add HAVE_BOOTLOADER_USB_MODE to config if BOOTLOADER is defined to enable it. Clean up some kernel stuff a little to support it. Mess up a bunch of other stuff (hopefully not too badly).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29053 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config/gogearsa9200.h')
-rw-r--r-- | firmware/export/config/gogearsa9200.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/firmware/export/config/gogearsa9200.h b/firmware/export/config/gogearsa9200.h index 2d777f1977..23561e1b08 100644 --- a/firmware/export/config/gogearsa9200.h +++ b/firmware/export/config/gogearsa9200.h @@ -172,10 +172,9 @@ #define USB_VENDOR_ID 0x0471 #define USB_PRODUCT_ID 0x014f #define HAVE_USB_HID_MOUSE - -/* WARNING! Enable Rockbox USB mass storage. */ -#ifndef BOOTLOADER -#define USE_ROCKBOX_USB +#ifdef BOOTLOADER +/* enable bootloader USB mode - ONLY define when also BOOTLOADER */ +#define HAVE_BOOTLOADER_USB_MODE #endif /* Define this if you have adjustable CPU frequency */ |