summaryrefslogtreecommitdiff
path: root/firmware/export/config/sansaclipv2.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/sansaclipv2.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/sansaclipv2.h')
-rw-r--r--firmware/export/config/sansaclipv2.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/firmware/export/config/sansaclipv2.h b/firmware/export/config/sansaclipv2.h
index 85c1276367..eb6fb6c737 100644
--- a/firmware/export/config/sansaclipv2.h
+++ b/firmware/export/config/sansaclipv2.h
@@ -167,18 +167,15 @@
167/* Type of LCD */ 167/* Type of LCD */
168#define CONFIG_LCD LCD_SSD1303 168#define CONFIG_LCD LCD_SSD1303
169 169
170#ifndef BOOTLOADER
171
172#define USB_HANDLED_BY_OF
173
174/* USB On-the-go */ 170/* USB On-the-go */
175#define CONFIG_USBOTG USBOTG_AS3525v2 171#define CONFIG_USBOTG USBOTG_AS3525v2
176 172
177/* enable these for the experimental usb stack */ 173/* enable these for the experimental usb stack */
178#define HAVE_USBSTACK 174#define HAVE_USBSTACK
175#define USB_HANDLED_BY_OF
176//#define USE_ROCKBOX_USB
179#define USB_VENDOR_ID 0x0781 177#define USB_VENDOR_ID 0x0781
180#define USB_PRODUCT_ID 0x7435 178#define USB_PRODUCT_ID 0x7435
181#endif /* BOOTLOADER */
182 179
183/* Virtual LED (icon) */ 180/* Virtual LED (icon) */
184#define CONFIG_LED LED_VIRTUAL 181#define CONFIG_LED LED_VIRTUAL