summaryrefslogtreecommitdiff
path: root/firmware/export/config/sansaclipplus.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/sansaclipplus.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/sansaclipplus.h')
-rw-r--r--firmware/export/config/sansaclipplus.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/firmware/export/config/sansaclipplus.h b/firmware/export/config/sansaclipplus.h
index df9fad74c9..c52d803402 100644
--- a/firmware/export/config/sansaclipplus.h
+++ b/firmware/export/config/sansaclipplus.h
@@ -172,19 +172,15 @@
172/* Type of LCD */ 172/* Type of LCD */
173#define CONFIG_LCD LCD_SSD1303 173#define CONFIG_LCD LCD_SSD1303
174 174
175#ifndef BOOTLOADER
176
177#define USB_HANDLED_BY_OF
178//#define USE_ROCKBOX_USB
179
180/* USB On-the-go */ 175/* USB On-the-go */
181#define CONFIG_USBOTG USBOTG_AS3525v2 176#define CONFIG_USBOTG USBOTG_AS3525v2
182 177
183/* enable these for the experimental usb stack */ 178/* enable these for the experimental usb stack */
184#define HAVE_USBSTACK 179#define HAVE_USBSTACK
180#define USB_HANDLED_BY_OF
181//#define USE_ROCKBOX_USB
185#define USB_VENDOR_ID 0x0781 182#define USB_VENDOR_ID 0x0781
186#define USB_PRODUCT_ID 0x74d1 183#define USB_PRODUCT_ID 0x74d1
187#endif /* BOOTLOADER */
188 184
189 185
190/* Virtual LED (icon) */ 186/* Virtual LED (icon) */