diff options
author | Michael Sevakis <jethead71@rockbox.org> | 2011-01-17 06:50:27 +0000 |
---|---|---|
committer | Michael Sevakis <jethead71@rockbox.org> | 2011-01-17 06:50:27 +0000 |
commit | bcc0f88372fd2be986a5e279dd7e3bd556d6c984 (patch) | |
tree | 149db74c9cb02a1e4b219cb168053b22e41ae82b /firmware/export/config/iriverh10.h | |
parent | 62207228f717d0eb29aca5d1fbc155f151d6814e (diff) |
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
Diffstat (limited to 'firmware/export/config/iriverh10.h')
-rw-r--r-- | firmware/export/config/iriverh10.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |