summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2010-04-03 09:45:46 +0000
committerRafaël Carré <rafael.carre@gmail.com>2010-04-03 09:45:46 +0000
commit83ffe4339579ec96ebd1b9471eb25a098d39d9f8 (patch)
treeb62478a51be2ad7493d9ba6e3079624697e783c0 /firmware
parent40849cbeb02ad2557b0e26948f3c0d0a7c1f1453 (diff)
downloadrockbox-83ffe4339579ec96ebd1b9471eb25a098d39d9f8.tar.gz
rockbox-83ffe4339579ec96ebd1b9471eb25a098d39d9f8.zip
Clipv2: enable USB stack (and use correct product ID)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25449 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/config/sansaclipv2.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/firmware/export/config/sansaclipv2.h b/firmware/export/config/sansaclipv2.h
index 30f53dd58e..8ac90ddcde 100644
--- a/firmware/export/config/sansaclipv2.h
+++ b/firmware/export/config/sansaclipv2.h
@@ -166,20 +166,15 @@
166 166
167#define USB_HANDLED_BY_OF 167#define USB_HANDLED_BY_OF
168 168
169#if 0 /* disabled since there is no USB driver */
170
171/* USB On-the-go */ 169/* USB On-the-go */
172#define CONFIG_USBOTG USBOTG_ARC 170#define CONFIG_USBOTG USBOTG_AS3525
173 171
174/* enable these for the experimental usb stack */ 172/* enable these for the experimental usb stack */
175#define HAVE_USBSTACK 173#define HAVE_USBSTACK
176#define USB_VENDOR_ID 0x0781 174#define USB_VENDOR_ID 0x0781
177#define USB_PRODUCT_ID 0x7433 175#define USB_PRODUCT_ID 0x7435
178#endif /* BOOTLOADER */ 176#endif /* BOOTLOADER */
179 177
180#endif
181
182
183/* Virtual LED (icon) */ 178/* Virtual LED (icon) */
184#define CONFIG_LED LED_VIRTUAL 179#define CONFIG_LED LED_VIRTUAL
185 180