summaryrefslogtreecommitdiff
path: root/firmware/export/config/sansac200v2.h
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2010-06-18 17:39:22 +0000
committerRafaël Carré <rafael.carre@gmail.com>2010-06-18 17:39:22 +0000
commit23387e2759d1f3043c5a2b5b4bf71995dbe322e3 (patch)
treea501bd5393357f7eb1124f21fd9f8c33961520f3 /firmware/export/config/sansac200v2.h
parentfd715fa95cc6bdd57f558cdbfc43bc768ec9645b (diff)
downloadrockbox-23387e2759d1f3043c5a2b5b4bf71995dbe322e3.tar.gz
rockbox-23387e2759d1f3043c5a2b5b4bf71995dbe322e3.zip
as3525*: enable USB stack in bootloader (but not USE_ROCKBOX_USB yet)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26927 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config/sansac200v2.h')
-rw-r--r--firmware/export/config/sansac200v2.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/firmware/export/config/sansac200v2.h b/firmware/export/config/sansac200v2.h
index f8ef590b01..0125442058 100644
--- a/firmware/export/config/sansac200v2.h
+++ b/firmware/export/config/sansac200v2.h
@@ -168,17 +168,15 @@
168#define NUM_DRIVES 2 168#define NUM_DRIVES 2
169#define HAVE_HOTSWAP 169#define HAVE_HOTSWAP
170 170
171#define USB_HANDLED_BY_OF
172
173#define CONFIG_USBOTG USBOTG_AS3525 171#define CONFIG_USBOTG USBOTG_AS3525
174 172
175/* enable these for the experimental usb stack */ 173/* enable these for the experimental usb stack */
176#define HAVE_USBSTACK 174#define HAVE_USBSTACK
175#define USB_HANDLED_BY_OF
176//#define USE_ROCKBOX_USB
177#define USB_VENDOR_ID 0x0781 177#define USB_VENDOR_ID 0x0781
178#define USB_PRODUCT_ID 0x7452 178#define USB_PRODUCT_ID 0x7452
179 179
180#endif /* BOOTLOADER */
181
182/* Define this if you have adjustable CPU frequency */ 180/* Define this if you have adjustable CPU frequency */
183#define HAVE_ADJUSTABLE_CPU_FREQ 181#define HAVE_ADJUSTABLE_CPU_FREQ
184 182