From bfd69f2aa19321e7fb3dfdd0befcfc7e32eca656 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Wed, 14 Dec 2011 09:19:50 +0000 Subject: Fix the real issue with AMS bootloader USB mode. A call to usb_enable was missing in usb.c when using the USB stack and USB_DETECT_BY_CORE was not enabled. Try to do it in a clean-ish way. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31245 a1c6a512-1295-4272-9138-f99709370657 --- bootloader/sansa_as3525.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'bootloader') diff --git a/bootloader/sansa_as3525.c b/bootloader/sansa_as3525.c index 7b0a8b8d88..c384007898 100644 --- a/bootloader/sansa_as3525.c +++ b/bootloader/sansa_as3525.c @@ -63,10 +63,8 @@ static void usb_mode(void) (LCD_HEIGHT - SYSFONT_HEIGHT) / 2, msg); lcd_update(); - usb_enable(true); while(usb_detect() == USB_INSERTED) sleep(HZ); - usb_enable(false); reset_screen(); lcd_update(); -- cgit v1.2.3