Index: uspace/drv/ohci/iface.h
===================================================================
--- uspace/drv/ohci/iface.h	(revision 8727c182927743b43bc263e00717b5505dc94bd5)
+++ uspace/drv/ohci/iface.h	(revision b8e9acb4efa41d5ba167fe8a8e39ae52cd846117)
@@ -38,5 +38,5 @@
 #include <usbhc_iface.h>
 
-#define NAME "ohci-hcd"
+#define NAME "ohci"
 
 extern usbhc_iface_t ohci_hc_iface;
Index: uspace/drv/ohci/pci.c
===================================================================
--- uspace/drv/ohci/pci.c	(revision 8727c182927743b43bc263e00717b5505dc94bd5)
+++ uspace/drv/ohci/pci.c	(revision b8e9acb4efa41d5ba167fe8a8e39ae52cd846117)
@@ -164,5 +164,5 @@
 {
 	/* TODO: implement */
-	return ENOTSUP;
+	return EOK;
 }
 /*----------------------------------------------------------------------------*/
