Creative ZVM:

* Re-enable USB
 * Acknowledge EP0SETUP packets
 * Spin disk down when no files get loaded in the bootloader
 * Clean up/fix some other stuff


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19931 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Maurus Cuelenaere 2009-02-05 21:47:54 +00:00
parent e1aee31878
commit ee1e8be37f
12 changed files with 196 additions and 155 deletions

View file

@ -37,7 +37,7 @@ bool usb_drv_connected(void)
int usb_detect(void)
{
if(button_usb_connected())
if(usb_drv_connected())
return USB_INSERTED;
else
return USB_EXTRACTED;