From 29e28a3945b99ec19703848c8337ea406d99bfd6 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Tue, 10 Nov 2009 04:46:52 +0000 Subject: hopefully fix "early usb" git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23599 a1c6a512-1295-4272-9138-f99709370657 --- apps/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/main.c') diff --git a/apps/main.c b/apps/main.c index 1eed068f14..e5349ae4bf 100644 --- a/apps/main.c +++ b/apps/main.c @@ -496,7 +496,7 @@ static void init(void) (mmc_remove_request() == SYS_HOTSWAP_EXTRACTED)) #endif { - gui_usb_screen_run(); + gui_usb_screen_run(true); mounted = true; /* mounting done @ end of USB mode */ } #ifdef HAVE_USB_POWER @@ -521,7 +521,7 @@ static void init(void) lcd_update(); while(button_get(true) != SYS_USB_CONNECTED) {}; - gui_usb_screen_run(); + gui_usb_screen_run(true); system_reboot(); } } -- cgit v1.2.3