diff options
author | Linus Nielsen Feltzing <linus@haxx.se> | 2005-08-22 13:27:56 +0000 |
---|---|---|
committer | Linus Nielsen Feltzing <linus@haxx.se> | 2005-08-22 13:27:56 +0000 |
commit | 50ef82ab6889cdfe51ebefbbd3b9ad0a51c42daf (patch) | |
tree | 8518724873d8a429187474684e6d1dc1c73aad15 | |
parent | 193af59c818fb6b57a43de01faa3c7e1a5cdbf23 (diff) |
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
-rw-r--r-- | firmware/usb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/usb.c b/firmware/usb.c index 6fc96a1811..be55622647 100644 --- a/firmware/usb.c +++ b/firmware/usb.c @@ -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); } |