From 3a1127785b9f29e526b2ab845efe0a313699c459 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Sat, 15 Jan 2011 08:19:30 +0000 Subject: Bootloader USB mode for PP502x. Enable only on GoGear SA9200 for the time being. Add HAVE_BOOTLOADER_USB_MODE to config if BOOTLOADER is defined to enable it. Clean up some kernel stuff a little to support it. Mess up a bunch of other stuff (hopefully not too badly). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29053 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config/gigabeats.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'firmware/export/config/gigabeats.h') diff --git a/firmware/export/config/gigabeats.h b/firmware/export/config/gigabeats.h index cf560aa35f..3b3a717e20 100644 --- a/firmware/export/config/gigabeats.h +++ b/firmware/export/config/gigabeats.h @@ -217,6 +217,10 @@ #define USB_VENDOR_ID 0x0930 #define USB_PRODUCT_ID 0x0010 #define HAVE_USB_HID_MOUSE +#ifdef BOOTLOADER +/* enable bootloader USB mode - ONLY define when also BOOTLOADER */ +#define HAVE_BOOTLOADER_USB_MODE +#endif /* Define this if you have ATA power-off control */ #define HAVE_ATA_POWER_OFF -- cgit v1.2.3