Index: uspace/drv/ohci/hw_struct/endpoint_descriptor.c
===================================================================
--- uspace/drv/ohci/hw_struct/endpoint_descriptor.c	(revision ff0e35463cd46d54710645cae4f1d3c76181a777)
+++ uspace/drv/ohci/hw_struct/endpoint_descriptor.c	(revision 4b3da810008af3f987a2e4e784105f486c2dea43)
@@ -42,5 +42,5 @@
 	bzero(instance, sizeof(ed_t));
 	if (ep == NULL) {
-		instance->status |= ED_STATUS_K_FLAG;
+		instance->status = ED_STATUS_K_FLAG;
 		return;
 	}
