Index: uspace/drv/bus/usb/uhci/uhci_rh.c
===================================================================
--- uspace/drv/bus/usb/uhci/uhci_rh.c	(revision af4e464e8b98aac6f868fa8d096474b678907612)
+++ uspace/drv/bus/usb/uhci/uhci_rh.c	(revision 603a0a4f78ca72ff9a418a32dac27f02a39c5aa4)
@@ -78,5 +78,5 @@
 	instance->reset_changed[1] = false;
 	return virthub_base_init(&instance->base, name, &ops, instance,
-	    NULL, &hub_descriptor.header);
+	    NULL, &hub_descriptor.header, HUB_STATUS_CHANGE_PIPE, 2);
 }
 
@@ -376,5 +376,5 @@
 
 /** UHCI root hub request handlers */
-static usbvirt_control_request_handler_t control_transfer_handlers[] = {
+static const usbvirt_control_request_handler_t control_transfer_handlers[] = {
 	{
 		STD_REQ_IN(USB_REQUEST_RECIPIENT_DEVICE, USB_DEVREQ_GET_DESCRIPTOR),
