summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2005-08-22 13:27:56 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2005-08-22 13:27:56 +0000
commit50ef82ab6889cdfe51ebefbbd3b9ad0a51c42daf (patch)
tree8518724873d8a429187474684e6d1dc1c73aad15 /firmware
parent193af59c818fb6b57a43de01faa3c7e1a5cdbf23 (diff)
downloadrockbox-50ef82ab6889cdfe51ebefbbd3b9ad0a51c42daf.tar.gz
rockbox-50ef82ab6889cdfe51ebefbbd3b9ad0a51c42daf.zip
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
Diffstat (limited to 'firmware')
-rw-r--r--firmware/usb.c1
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)
169 DEBUGF("Entering USB slave mode\n"); 169 DEBUGF("Entering USB slave mode\n");
170 ata_soft_reset(); 170 ata_soft_reset();
171 ata_init(); 171 ata_init();
172 ata_standby(15);
173 ata_enable(false); 172 ata_enable(false);
174 usb_enable(true); 173 usb_enable(true);
175 } 174 }