summaryrefslogtreecommitdiff
path: root/firmware/export/config/sansae200v2.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/sansae200v2.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/sansae200v2.h')
-rw-r--r--firmware/export/config/sansae200v2.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/firmware/export/config/sansae200v2.h b/firmware/export/config/sansae200v2.h
index 5694f0b9e2..dd235ee1a8 100644
--- a/firmware/export/config/sansae200v2.h
+++ b/firmware/export/config/sansae200v2.h
@@ -182,20 +182,16 @@
182#define HAVE_HOTSWAP 182#define HAVE_HOTSWAP
183#endif 183#endif
184 184
185#ifndef BOOTLOADER
186
187#define USB_HANDLED_BY_OF
188
189/* USB On-the-go */ 185/* USB On-the-go */
190#define CONFIG_USBOTG USBOTG_AS3525 186#define CONFIG_USBOTG USBOTG_AS3525
191 187
192/* enable these for the experimental usb stack */ 188/* enable these for the experimental usb stack */
193#define HAVE_USBSTACK 189#define HAVE_USBSTACK
190#define USB_HANDLED_BY_OF
191//#define USE_ROCKBOX_USB
194#define USB_VENDOR_ID 0x0781 192#define USB_VENDOR_ID 0x0781
195#define USB_PRODUCT_ID 0x7423 193#define USB_PRODUCT_ID 0x7423
196 194
197#endif /* !BOOTLOADER */
198
199/* Define this if you have adjustable CPU frequency */ 195/* Define this if you have adjustable CPU frequency */
200#define HAVE_ADJUSTABLE_CPU_FREQ 196#define HAVE_ADJUSTABLE_CPU_FREQ
201 197