summaryrefslogtreecommitdiff
path: root/firmware/export/config
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2011-01-17 06:50:27 +0000
committerMichael Sevakis <jethead71@rockbox.org>2011-01-17 06:50:27 +0000
commitbcc0f88372fd2be986a5e279dd7e3bd556d6c984 (patch)
tree149db74c9cb02a1e4b219cb168053b22e41ae82b /firmware/export/config
parent62207228f717d0eb29aca5d1fbc155f151d6814e (diff)
downloadrockbox-bcc0f88372fd2be986a5e279dd7e3bd556d6c984.tar.gz
rockbox-bcc0f88372fd2be986a5e279dd7e3bd556d6c984.zip
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')
-rw-r--r--firmware/export/config/iriverh10.h3
-rw-r--r--firmware/export/config/iriverh10_5gb.h3
2 files changed, 6 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 @@
178#define USB_VENDOR_ID 0x0B70 178#define USB_VENDOR_ID 0x0B70
179#define USB_PRODUCT_ID 0x00BA 179#define USB_PRODUCT_ID 0x00BA
180#define HAVE_USB_HID_MOUSE 180#define HAVE_USB_HID_MOUSE
181#ifdef BOOTLOADER
182#define HAVE_BOOTLOADER_USB_MODE
183#endif
181 184
182/* Define this if you have adjustable CPU frequency */ 185/* Define this if you have adjustable CPU frequency */
183#define HAVE_ADJUSTABLE_CPU_FREQ 186#define HAVE_ADJUSTABLE_CPU_FREQ
diff --git a/firmware/export/config/iriverh10_5gb.h b/firmware/export/config/iriverh10_5gb.h
index c2cffcf41f..5ff588ef72 100644
--- a/firmware/export/config/iriverh10_5gb.h
+++ b/firmware/export/config/iriverh10_5gb.h
@@ -165,6 +165,9 @@
165#define USB_VENDOR_ID 0x0B70 165#define USB_VENDOR_ID 0x0B70
166#define USB_PRODUCT_ID 0x00BA 166#define USB_PRODUCT_ID 0x00BA
167#define HAVE_USB_HID_MOUSE 167#define HAVE_USB_HID_MOUSE
168#ifdef BOOTLOADER
169#define HAVE_BOOTLOADER_USB_MODE
170#endif
168 171
169/* Define this if you have adjustable CPU frequency */ 172/* Define this if you have adjustable CPU frequency */
170#define HAVE_ADJUSTABLE_CPU_FREQ 173#define HAVE_ADJUSTABLE_CPU_FREQ