From 83ffe4339579ec96ebd1b9471eb25a098d39d9f8 Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Sat, 3 Apr 2010 09:45:46 +0000 Subject: Clipv2: enable USB stack (and use correct product ID) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25449 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config/sansaclipv2.h | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'firmware/export') 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 -- cgit v1.2.3