From c1780af9fcc6b7751b267e4e9577bbb2424a1169 Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Mon, 6 Jul 2009 13:54:51 +0000 Subject: Samsa AMS: start of an USB driver (nothing working atm) Work based on AMD 5536 linux driver and AMD Geode CS5536 datasheet Rockbox still doesn't reboot on USB insert git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21689 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-c200v2.h | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'firmware/export/config-c200v2.h') diff --git a/firmware/export/config-c200v2.h b/firmware/export/config-c200v2.h index ae2cd04c0b..cde5e9b0e5 100644 --- a/firmware/export/config-c200v2.h +++ b/firmware/export/config-c200v2.h @@ -168,17 +168,21 @@ /* Type of LCD : Samsung S6B33B2 */ #define CONFIG_LCD LCD_C200 -#define USB_HANDLED_BY_OF - #ifndef BOOTLOADER #define HAVE_MULTIVOLUME #define HAVE_HOTSWAP -#endif + +#define USB_HANDLED_BY_OF + +#define CONFIG_USB USBOTG_AS3525 /* enable these for the experimental usb stack */ -//#define HAVE_USBSTACK -//#define USB_VENDOR_ID 0x0781 -//#define USB_PRODUCT_ID 0x7452 +#define HAVE_USBSTACK +#define USB_VENDOR_ID 0x0781 +#define USB_PRODUCT_ID 0x7452 + +#endif /* BOOTLOADER */ + /* Virtual LED (icon) */ #define CONFIG_LED LED_VIRTUAL -- cgit v1.2.3