Fix the real issue with AMS bootloader USB mode. A call to usb_enable was missing...
commitbfd69f2aa19321e7fb3dfdd0befcfc7e32eca656
authorMichael Sevakis <jethead71@rockbox.org>
Wed, 14 Dec 2011 09:19:50 +0000 (14 09:19 +0000)
committerMichael Sevakis <jethead71@rockbox.org>
Wed, 14 Dec 2011 09:19:50 +0000 (14 09:19 +0000)
treede136173c7b46650b09b0a07c6a94cb5dd4d1679
parent7af94b442741c4bb11a3b42c7c346465bdb30479
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
firmware/usb.c