From bcc0f88372fd2be986a5e279dd7e3bd556d6c984 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Mon, 17 Jan 2011 06:50:27 +0000 Subject: Convert PortalPlayer iRivers to use USB-mode enabled bootloader. The H10 5/6GB already has a pre-boot USB mode (so it's a little redundant there) but building them the same way is simpler. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29067 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config/iriverh10.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'firmware/export/config/iriverh10.h') diff --git a/firmware/export/config/iriverh10.h b/firmware/export/config/iriverh10.h index 83c92651a2..219e1277d6 100644 --- a/firmware/export/config/iriverh10.h +++ b/firmware/export/config/iriverh10.h @@ -178,6 +178,9 @@ #define USB_VENDOR_ID 0x0B70 #define USB_PRODUCT_ID 0x00BA #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