From 76083359e08c85f28874a7c07e5332fda2a5b503 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Sun, 16 Jan 2011 01:40:15 +0000 Subject: e200v1 seems to be ok using USB-enabled bootloader. Also, include the bootloader USB .lds into the boot.lds instead of pasting into every one to keep things sane for now-- commented upon inside. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29062 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config/sansae200.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'firmware/export/config/sansae200.h') diff --git a/firmware/export/config/sansae200.h b/firmware/export/config/sansae200.h index 94e9e5b690..a6f4e5416d 100644 --- a/firmware/export/config/sansae200.h +++ b/firmware/export/config/sansae200.h @@ -190,6 +190,9 @@ #define USB_VENDOR_ID 0x0781 #define USB_PRODUCT_ID 0x7421 #define HAVE_USB_HID_MOUSE +#ifdef BOOTLOADER +#define HAVE_BOOTLOADER_USB_MODE +#endif /* Define this if you have adjustable CPU frequency */ #define HAVE_ADJUSTABLE_CPU_FREQ -- cgit v1.2.3