Index: uspace/drv/ohci/hc.c
===================================================================
--- uspace/drv/ohci/hc.c	(revision 5876d36dd0e9c757ce7fe9ac68bc8c368d9d6e68)
+++ uspace/drv/ohci/hc.c	(revision 3e490ebbd2a5d293190f3cd68a1a6b8c52858700)
@@ -183,4 +183,12 @@
 	 * maintain reset for at least the time specified in USB spec (50 ms)*/
 	async_usleep(50000);
+
+	/* turn off legacy emulation */
+	volatile uint32_t *ohci_emulation_reg =
+	    (uint32_t*)((char*)instance->registers + 0x100);
+	usb_log_info("OHCI legacy register status %p: %x.\n",
+		ohci_emulation_reg, *ohci_emulation_reg);
+	*ohci_emulation_reg = 0;
+
 }
 /*----------------------------------------------------------------------------*/
