forked from len0rd/rockbox
don't do small cleanups just before going to sleep...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16474 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b879afd600
commit
bf03c3cc9d
1 changed files with 2 additions and 0 deletions
|
|
@ -425,7 +425,9 @@ void usb_acknowledge(long id)
|
||||||
void usb_init(void)
|
void usb_init(void)
|
||||||
{
|
{
|
||||||
usb_state = USB_EXTRACTED;
|
usb_state = USB_EXTRACTED;
|
||||||
|
#ifdef HAVE_USBSTACK
|
||||||
exclusive_ata_access = false;
|
exclusive_ata_access = false;
|
||||||
|
#endif
|
||||||
usb_monitor_enabled = false;
|
usb_monitor_enabled = false;
|
||||||
countdown = -1;
|
countdown = -1;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue