summaryrefslogtreecommitdiff
path: root/firmware/export/config/sansam200v4.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/sansam200v4.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/sansam200v4.h')
-rw-r--r--firmware/export/config/sansam200v4.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/firmware/export/config/sansam200v4.h b/firmware/export/config/sansam200v4.h
index 02950ad218..6c18adbe62 100644
--- a/firmware/export/config/sansam200v4.h
+++ b/firmware/export/config/sansam200v4.h
@@ -132,19 +132,15 @@
132/* Offset ( in the firmware file's header ) to the real data */ 132/* Offset ( in the firmware file's header ) to the real data */
133#define FIRMWARE_OFFSET_FILE_DATA 8 133#define FIRMWARE_OFFSET_FILE_DATA 8
134 134
135#ifndef BOOTLOADER
136
137#define USB_HANDLED_BY_OF
138
139#define CONFIG_USBOTG USBOTG_AS3525 135#define CONFIG_USBOTG USBOTG_AS3525
140 136
141/* enable these for the experimental usb stack */ 137/* enable these for the experimental usb stack */
142#define HAVE_USBSTACK 138#define HAVE_USBSTACK
139#define USB_HANDLED_BY_OF
140//#define USE_ROCKBOX_USB
143#define USB_VENDOR_ID 0x0781 141#define USB_VENDOR_ID 0x0781
144#define USB_PRODUCT_ID 0x7431 142#define USB_PRODUCT_ID 0x7431
145 143
146#endif /* BOOTLOADER */
147
148#define CONFIG_LCD LCD_SSD1815 144#define CONFIG_LCD LCD_SSD1815
149 145
150#define BOOTFILE_EXT "sansa" 146#define BOOTFILE_EXT "sansa"