summaryrefslogtreecommitdiff
path: root/firmware/usb.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/usb.c')
-rw-r--r--firmware/usb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/usb.c b/firmware/usb.c
index fcc06c2f6e..1efecb8705 100644
--- a/firmware/usb.c
+++ b/firmware/usb.c
@@ -86,6 +86,7 @@ static void usb_slave_mode(bool on)
86 DEBUGF("Entering USB slave mode\n"); 86 DEBUGF("Entering USB slave mode\n");
87 ata_soft_reset(); 87 ata_soft_reset();
88 ata_init(); 88 ata_init();
89 ata_standby(15);
89 ata_enable(false); 90 ata_enable(false);
90 usb_enable(true); 91 usb_enable(true);
91 } 92 }