Index: build/config_headers/tracing_config.h
===================================================================
--- build/config_headers/tracing_config.h	(revision 25269)
+++ build/config_headers/tracing_config.h	(working copy)
@@ -5,7 +5,7 @@
 
 // enable tracing (0/1)
 #ifndef ENABLE_TRACING
-#	define ENABLE_TRACING 0
+#	define ENABLE_TRACING 1
 #endif
 
 // tracing buffer size (in bytes)
Index: src/add-ons/kernel/busses/usb/ehci.cpp
===================================================================
--- src/add-ons/kernel/busses/usb/ehci.cpp	(revision 25269)
+++ src/add-ons/kernel/busses/usb/ehci.cpp	(working copy)
@@ -5,6 +5,7 @@
  * Authors:
  *		Michael Lotz <mmlr@mlotz.ch>
  */
+#define TRACE_USB
 
 #include <module.h>
 #include <PCI.h>
