diff options
author | Rafaël Carré <rafael.carre@gmail.com> | 2010-04-03 09:45:46 +0000 |
---|---|---|
committer | Rafaël Carré <rafael.carre@gmail.com> | 2010-04-03 09:45:46 +0000 |
commit | 83ffe4339579ec96ebd1b9471eb25a098d39d9f8 (patch) | |
tree | b62478a51be2ad7493d9ba6e3079624697e783c0 /firmware | |
parent | 40849cbeb02ad2557b0e26948f3c0d0a7c1f1453 (diff) |
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.h | 9 |
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 @@ #define USB_HANDLED_BY_OF -#if 0 /* disabled since there is no USB driver */ - /* USB On-the-go */ -#define CONFIG_USBOTG USBOTG_ARC +#define CONFIG_USBOTG USBOTG_AS3525 /* enable these for the experimental usb stack */ #define HAVE_USBSTACK #define USB_VENDOR_ID 0x0781 -#define USB_PRODUCT_ID 0x7433 +#define USB_PRODUCT_ID 0x7435 #endif /* BOOTLOADER */ -#endif - - /* Virtual LED (icon) */ #define CONFIG_LED LED_VIRTUAL |