1
0
Fork 0
forked from len0rd/rockbox

hopefully fix "early usb"

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23599 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2009-11-10 04:46:52 +00:00
parent dd93ef41bb
commit 29e28a3945
4 changed files with 21 additions and 14 deletions

View file

@ -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();
}
}