Index: uspace/drv/bus/usb/ehci/ehci_rh.c
===================================================================
--- uspace/drv/bus/usb/ehci/ehci_rh.c	(revision b74ec2997e14d73da72316d54de33f9ed560142f)
+++ uspace/drv/bus/usb/ehci/ehci_rh.c	(revision f523daf346325c97c3656cc44051111be95b9e84)
@@ -328,7 +328,6 @@
 		EHCI_SET(job->hub->registers->portsc[job->port],
 		    USB_PORTSC_PORT_OWNER_FLAG);
-	} else {
-		job->hub->reset_flag[job->port] = true;
-	}
+	}
+	job->hub->reset_flag[job->port] = true;
 	ehci_rh_interrupt(job->hub);
 	free(job);
