From 8c078f34ffc8b20282263a31d8a7e0c8294a848f Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Sat, 10 Oct 2009 15:26:38 +0000 Subject: Nano2G - reboot into disk mode when USB is inserted. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23070 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-ipodnano2g.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'firmware/export') 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 @@ */ #define TARGET_TREE /* this target is using the target tree system */ +#define IPOD_ARCH 1 + /* For Rolo and boot loader */ #define MODEL_NUMBER 62 @@ -152,6 +154,9 @@ /* USB On-the-go */ //#define CONFIG_USBOTG USBOTG_M5636 +/* We reboot into the OF to handle USB */ +#define USB_HANDLED_BY_OF + /* Define this if you have adjustable CPU frequency */ #define HAVE_ADJUSTABLE_CPU_FREQ -- cgit v1.2.3