Index: uspace/drv/uhci/root_hub/port_status.c
===================================================================
--- uspace/drv/uhci/root_hub/port_status.c	(revision b276c3b3bf24a32acfdebf701270b0f8742c69ca)
+++ uspace/drv/uhci/root_hub/port_status.c	(revision 602eac5121765fe0259312734c435c5e033ba368)
@@ -31,5 +31,5 @@
 	for (;i < sizeof(flags)/sizeof(struct flag_name); ++i) {
 		uhci_print_verbose("\t%s status: %s.\n", flags[i].name,
-		  value & flags[i].flag ? "ON" : "OFF");
+		  value & flags[i].flag ? "YES" : "NO");
 	}
 }
