summaryrefslogtreecommitdiff
path: root/firmware/export/config-ipodnano2g.h
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2009-10-10 15:26:38 +0000
committerDave Chapman <dave@dchapman.com>2009-10-10 15:26:38 +0000
commit8c078f34ffc8b20282263a31d8a7e0c8294a848f (patch)
tree09e6a3e39eb21b5a5e4d950ff50995a203abffdd /firmware/export/config-ipodnano2g.h
parent4ff7666388b58fe06e8de28eb55f54d9bb7afb34 (diff)
downloadrockbox-8c078f34ffc8b20282263a31d8a7e0c8294a848f.tar.gz
rockbox-8c078f34ffc8b20282263a31d8a7e0c8294a848f.zip
Nano2G - reboot into disk mode when USB is inserted.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23070 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-ipodnano2g.h')
-rw-r--r--firmware/export/config-ipodnano2g.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/export/config-ipodnano2g.h b/firmware/export/config-ipodnano2g.h
index d9c5cbf3ea..f94584b3cf 100644
--- a/firmware/export/config-ipodnano2g.h
+++ b/firmware/export/config-ipodnano2g.h
@@ -3,6 +3,8 @@
3 */ 3 */
4#define TARGET_TREE /* this target is using the target tree system */ 4#define TARGET_TREE /* this target is using the target tree system */
5 5
6#define IPOD_ARCH 1
7
6/* For Rolo and boot loader */ 8/* For Rolo and boot loader */
7#define MODEL_NUMBER 62 9#define MODEL_NUMBER 62
8 10
@@ -152,6 +154,9 @@
152/* USB On-the-go */ 154/* USB On-the-go */
153//#define CONFIG_USBOTG USBOTG_M5636 155//#define CONFIG_USBOTG USBOTG_M5636
154 156
157/* We reboot into the OF to handle USB */
158#define USB_HANDLED_BY_OF
159
155/* Define this if you have adjustable CPU frequency */ 160/* Define this if you have adjustable CPU frequency */
156#define HAVE_ADJUSTABLE_CPU_FREQ 161#define HAVE_ADJUSTABLE_CPU_FREQ
157 162