Trying to enter STANDBY mode when entering USB mode seems to cause more trouble than it is worth.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7385 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
193af59c81
commit
50ef82ab68
1 changed files with 0 additions and 1 deletions
|
@ -169,7 +169,6 @@ static void usb_slave_mode(bool on)
|
|||
DEBUGF("Entering USB slave mode\n");
|
||||
ata_soft_reset();
|
||||
ata_init();
|
||||
ata_standby(15);
|
||||
ata_enable(false);
|
||||
usb_enable(true);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue