Index: uspace/drv/uhci-hcd/main.c
===================================================================
--- uspace/drv/uhci-hcd/main.c	(revision f82cc1a8b4ee798f973ebf4a538095c9addffcbc)
+++ uspace/drv/uhci-hcd/main.c	(revision 014d503342bb9286f8822864d0f9e98a2a1f8879)
@@ -134,5 +134,5 @@
 	 */
 	sleep(5);
-	usb_log_enable(USB_LOG_LEVEL_INFO, NAME);
+	usb_log_enable(USB_LOG_LEVEL_DEBUG, NAME);
 
 	return driver_main(&uhci_driver);
Index: uspace/drv/uhci-hcd/tracker.c
===================================================================
--- uspace/drv/uhci-hcd/tracker.c	(revision f82cc1a8b4ee798f973ebf4a538095c9addffcbc)
+++ uspace/drv/uhci-hcd/tracker.c	(revision 014d503342bb9286f8822864d0f9e98a2a1f8879)
@@ -105,4 +105,5 @@
 	instance->arg = arg;
 	instance->toggle = 0;
+	instance->speed = speed;
 
 	return instance;
Index: uspace/drv/uhci-rhd/main.c
===================================================================
--- uspace/drv/uhci-rhd/main.c	(revision f82cc1a8b4ee798f973ebf4a538095c9addffcbc)
+++ uspace/drv/uhci-rhd/main.c	(revision 014d503342bb9286f8822864d0f9e98a2a1f8879)
@@ -102,5 +102,5 @@
 int main(int argc, char *argv[])
 {
-	usb_log_enable(USB_LOG_LEVEL_DEBUG, NAME);
+	usb_log_enable(USB_LOG_LEVEL_ERROR, NAME);
 	return driver_main(&uhci_rh_driver);
 }
Index: uspace/drv/usbhid/main.c
===================================================================
--- uspace/drv/usbhid/main.c	(revision f82cc1a8b4ee798f973ebf4a538095c9addffcbc)
+++ uspace/drv/usbhid/main.c	(revision 014d503342bb9286f8822864d0f9e98a2a1f8879)
@@ -590,4 +590,5 @@
 int main(int argc, char *argv[])
 {
+	return -1;
 	return driver_main(&kbd_driver);
 }
